Home
last modified time | relevance | path

Searched refs:load_cleanup (Results 1 – 5 of 5) sorted by relevance

/qemu/include/migration/
H A Dregister.h252 int (*load_cleanup)(void *opaque); member
/qemu/docs/devel/migration/
H A Dvfio.rst199 At the end, .load_cleanup() is called for each device and vCPUs are started
/qemu/hw/vfio/
H A Dmigration.c782 .load_cleanup = vfio_load_cleanup,
/qemu/migration/
H A Dsavevm.c2799 if (se->ops && se->ops->load_cleanup) { in qemu_loadvm_state_cleanup()
2800 se->ops->load_cleanup(se->opaque); in qemu_loadvm_state_cleanup()
H A Dram.c4484 .load_cleanup = ram_load_cleanup,