Home
last modified time | relevance | path

Searched refs:vmsd (Results 1 – 25 of 573) sorted by relevance

12345678910>>...23

/openbmc/qemu/migration/
H A Dvmstate.c114 vmsd->name, version_id, vmsd->version_id); in vmstate_load_state()
121 vmsd->name, version_id, vmsd->minimum_version_id); in vmstate_load_state()
125 if (vmsd->pre_load) { in vmstate_load_state()
126 ret = vmsd->pre_load(opaque); in vmstate_load_state()
187 if (vmsd->post_load) { in vmstate_load_state()
332 if (vmsd->needed && !vmsd->needed(opaque)) { in vmstate_section_needed()
343 return vmstate_save_state_v(f, vmsd, opaque, vmdesc_id, vmsd->version_id, NULL); in vmstate_save_state()
349 return vmstate_save_state_v(f, vmsd, opaque, vmdesc_id, vmsd->version_id, errp); in vmstate_save_state_with_err()
360 if (vmsd->pre_save) { in vmstate_save_state_v()
447 if (vmsd->post_save) { in vmstate_save_state_v()
[all …]
H A Dvmstate-types.c522 const VMStateDescription *vmsd = field->vmsd; in get_tmp() local
536 const VMStateDescription *vmsd = field->vmsd; in put_tmp() local
605 const VMStateDescription *vmsd = field->vmsd; in get_qtailq() local
614 if (version_id > vmsd->version_id) { in get_qtailq()
643 const VMStateDescription *vmsd = field->vmsd; in put_qtailq() local
649 trace_put_qtailq(vmsd->name, vmsd->version_id); in put_qtailq()
825 const VMStateDescription *vmsd = field->vmsd; in put_qlist() local
831 trace_put_qlist(field->name, vmsd->name, vmsd->version_id); in put_qlist()
851 const VMStateDescription *vmsd = field->vmsd; in get_qlist() local
859 trace_get_qlist(field->name, vmsd->name, vmsd->version_id); in get_qlist()
[all …]
H A Dsavevm.c707 if (se->vmsd) { in save_state_priority()
785 se->vmsd = NULL; in register_savevm_live()
898 se->vmsd = vmsd; in vmstate_register_with_alias_id()
944 if (se->vmsd == vmsd && se->opaque == opaque) { in vmstate_unregister()
1021 if (se->vmsd && !vmstate_section_needed(se->vmsd, se->opaque)) { in vmstate_save()
1228 if (se->vmsd && se->vmsd->unmigratable) { in qemu_savevm_state_blocked()
1242 if (se->vmsd && se->vmsd->unmigratable) { in qemu_savevm_non_migratable_list()
1281 if (se->vmsd && se->vmsd->dev_unplug_pending && in qemu_savevm_state_guest_unplug_pending()
1326 if (se->vmsd && se->vmsd->early_setup) { in qemu_savevm_state_setup()
1548 if (se->vmsd && se->vmsd->early_setup) { in qemu_savevm_state_complete_precopy_non_iterable()
[all …]
/openbmc/qemu/stubs/
H A Dvmstate.c6 const VMStateDescription *vmsd, in vmstate_register_with_alias_id() argument
15 const VMStateDescription *vmsd, in vmstate_unregister() argument
20 bool vmstate_check_only_migratable(const VMStateDescription *vmsd) in vmstate_check_only_migratable() argument
/openbmc/qemu/include/migration/
H A Dvmstate.h178 const VMStateDescription *vmsd; member
465 .vmsd = &(_vmsd), \
475 .vmsd = &(_vmsd), \
484 .vmsd = &(_vmsd), \
1185 int vmstate_load_state(QEMUFile *f, const VMStateDescription *vmsd,
1187 int vmstate_save_state(QEMUFile *f, const VMStateDescription *vmsd,
1201 const VMStateDescription *vmsd,
1216 const VMStateDescription *vmsd, in vmstate_register() argument
1219 return vmstate_register_with_alias_id(obj, instance_id, vmsd, in vmstate_register()
1231 const VMStateDescription *vmsd,
[all …]
/openbmc/qemu/include/hw/input/
H A Dhid.h67 .vmsd = &vmstate_hid_keyboard_device, \
77 .vmsd = &vmstate_hid_ptr_device, \
/openbmc/qemu/target/ppc/
H A Dcpu-qom.h52 .vmsd = &vmstate_ppc_timebase, \
/openbmc/qemu/hw/virtio/
H A Dvhost-user-device.c49 dc->vmsd = &vud_vmstate; in vud_class_init()
H A Dvhost-user-gpio.c45 dc->vmsd = &vu_gpio_vmstate; in vu_gpio_class_init()
H A Dvhost-user-input.c39 dc->vmsd = &vmstate_vhost_input; in vhost_input_class_init()
H A Dvhost-user-rng.c46 dc->vmsd = &vu_rng_vmstate; in vu_rng_class_init()
H A Dvhost-user-snd.c47 dc->vmsd = &vu_snd_vmstate; in vu_snd_class_init()
H A Dvhost-user-i2c.c45 dc->vmsd = &vu_i2c_vmstate; in vu_i2c_class_init()
/openbmc/qemu/include/hw/i2c/
H A Dsmbus_slave.h84 .vmsd = &vmstate_smbus_device, \
/openbmc/qemu/hw/vfio/
H A Damd-xgbe.c43 dc->vmsd = &vfio_platform_amd_xgbe_vmstate; in vfio_amd_xgbe_class_init()
H A Dcalxeda-xgmac.c43 dc->vmsd = &vfio_platform_calxeda_xgmac_vmstate; in vfio_calxeda_xgmac_class_init()
/openbmc/qemu/hw/usb/
H A Du2f.h81 .vmsd = &vmstate_u2f_key, \
/openbmc/qemu/hw/ide/
H A Dpiix.c187 dc->vmsd = &vmstate_ide_pci; in piix3_ide_class_init()
210 dc->vmsd = &vmstate_ide_pci; in piix4_ide_class_init()
/openbmc/qemu/hw/misc/
H A Dbcm2835_cprman.c139 dc->vmsd = &pll_vmstate; in pll_class_init()
243 dc->vmsd = &pll_channel_vmstate; in pll_channel_class_init()
364 dc->vmsd = &clock_mux_vmstate; in clock_mux_class_init()
418 dc->vmsd = &dsi0hsck_mux_vmstate; in dsi0hsck_mux_class_init()
792 dc->vmsd = &cprman_vmstate; in cprman_class_init()
H A Dpvpanic-pci.c74 dc->vmsd = &vmstate_pvpanic_pci; in pvpanic_pci_class_init()
/openbmc/qemu/hw/char/
H A Dserial-pci-multi.c161 dc->vmsd = &vmstate_pci_multi_serial; in multi_2x_serial_pci_class_initfn()
176 dc->vmsd = &vmstate_pci_multi_serial; in multi_4x_serial_pci_class_initfn()
/openbmc/qemu/hw/pci-bridge/
H A Dsimba.c82 dc->vmsd = &vmstate_pci_device; in simba_pci_bridge_class_init()
H A Di82801b11.c100 dc->vmsd = &i82801b11_bridge_dev_vmstate; in i82801b11_bridge_class_init()
/openbmc/qemu/include/hw/ssi/
H A Dssi.h77 .vmsd = &vmstate_ssi_peripheral, \
/openbmc/qemu/hw/display/
H A Dcirrus_vga_isa.c84 dc->vmsd = &vmstate_cirrus_vga; in isa_cirrus_vga_class_init()

12345678910>>...23