Home
last modified time | relevance | path

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

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