Searched refs:load_cleanup (Results 1 – 5 of 5) sorted by relevance
252 int (*load_cleanup)(void *opaque); member
199 At the end, .load_cleanup() is called for each device and vCPUs are started
779 .load_cleanup = vfio_load_cleanup,
2801 if (se->ops && se->ops->load_cleanup) { in qemu_loadvm_state_cleanup()2802 se->ops->load_cleanup(se->opaque); in qemu_loadvm_state_cleanup()
4480 .load_cleanup = ram_load_cleanup,