Home
last modified time | relevance | path

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

/openbmc/qemu/include/migration/
H A Dregister.h67 int (*save_setup)(QEMUFile *f, void *opaque, Error **errp); member
/openbmc/qemu/docs/devel/migration/
H A Dvfio.rst48 * A ``save_setup`` function that sets up migration on the source.
183 Migration thread then calls each device's .save_setup()
/openbmc/qemu/migration/
H A Dblock-dirty-bitmap.c1250 .save_setup = dirty_bitmap_save_setup,
/openbmc/qemu/hw/vfio/
H A Dmigration.c829 .save_setup = vfio_save_setup,