Home
last modified time | relevance | path

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

/openbmc/qemu/include/migration/
H A Dregister.h28 int (*save_setup)(QEMUFile *f, void *opaque); member
/openbmc/qemu/hw/s390x/
H A Ds390-stattrib.c335 .save_setup = cmma_save_setup,
/openbmc/qemu/docs/devel/
H A Dvfio-migration.rst48 * A ``save_setup`` function that sets up migration on the source.
163 Migration thread then calls each device's .save_setup()
H A Dmigration.rst484 - A ``save_setup`` function that initialises the data structures and
/openbmc/qemu/hw/vfio/
H A Dmigration.c674 .save_setup = vfio_save_setup,
/openbmc/qemu/migration/
H A Dblock.c1009 .save_setup = block_save_setup,
H A Dsavevm.c787 if (ops->save_setup != NULL) { in register_savevm_live()
1335 if (!se->ops || !se->ops->save_setup) { in qemu_savevm_state_setup()
1345 ret = se->ops->save_setup(f, se->opaque); in qemu_savevm_state_setup()
H A Dblock-dirty-bitmap.c1250 .save_setup = dirty_bitmap_save_setup,
H A Dram.c4225 .save_setup = ram_save_setup,
/openbmc/qemu/hw/ppc/
H A Dspapr.c2489 .save_setup = htab_save_setup,