Searched refs:load_setup (Results 1 – 6 of 6) sorted by relevance
284 int (*load_setup)(QEMUFile *f, void *opaque, Error **errp); member
50 * A ``load_setup`` function that sets the VFIO device on the destination in216 Incoming migration calls .load_setup() for each device
515 - A ``load_setup`` function that initialises the data structures on the
837 .load_setup = vfio_load_setup,
2797 if (!se->ops || !se->ops->load_setup) { in qemu_loadvm_section_part_end() 2806 ret = se->ops->load_setup(f, se->opaque, errp); in qemu_loadvm_section_part_end()
4702 .load_setup = ram_load_setup,