Home
last modified time | relevance | path

Searched refs:save_setup (Results 1 – 9 of 9) sorted by relevance

/qemu/include/migration/
A Dregister.h67 int (*save_setup)(QEMUFile *f, void *opaque, Error **errp); member
/qemu/docs/devel/migration/
A Dvfio.rst48 * A ``save_setup`` function that sets up migration on the source.
163 Migration thread then calls each device's .save_setup()
A Dmain.rst490 - A ``save_setup`` function that initialises the data structures and
/qemu/hw/s390x/
A Ds390-stattrib.c339 .save_setup = cmma_save_setup,
/qemu/migration/
A Dsavevm.c787 if (ops->save_setup != NULL) { in register_savevm_live()
1317 if (!se->ops || !se->ops->save_setup) { in qemu_savevm_state_setup()
1327 ret = se->ops->save_setup(f, se->opaque, errp); in qemu_savevm_state_setup()
A Dblock-dirty-bitmap.c1250 .save_setup = dirty_bitmap_save_setup,
A Dram.c4471 .save_setup = ram_save_setup,
/qemu/hw/vfio/
A Dmigration.c787 .save_setup = vfio_save_setup,
/qemu/hw/ppc/
A Dspapr.c2489 .save_setup = htab_save_setup,

Completed in 39 milliseconds