Home
last modified time | relevance | path

Searched refs:load_setup (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/include/migration/
H A Dregister.h75 int (*load_setup)(QEMUFile *f, void *opaque); member
/openbmc/qemu/docs/devel/
H A Dvfio-migration.rst50 * A ``load_setup`` function that sets the VFIO device on the destination in
193 Incoming migration calls .load_setup() for each device
H A Dmigration.rst488 - A ``load_setup`` function that initialises the data structures on the
/openbmc/qemu/hw/vfio/
H A Dmigration.c682 .load_setup = vfio_load_setup,
/openbmc/qemu/migration/
H A Dsavevm.c2750 if (!se->ops || !se->ops->load_setup) { in qemu_loadvm_state_setup()
2759 ret = se->ops->load_setup(f, se->opaque); in qemu_loadvm_state_setup()
H A Dram.c4234 .load_setup = ram_load_setup,