/qemu/migration/ |
A D | vmstate.c | 114 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 …]
|
A D | vmstate-types.c | 522 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 …]
|
A D | savevm.c | 707 if (se->vmsd) { in save_state_priority() 785 se->vmsd = NULL; in register_savevm_live() 879 se->vmsd = vmsd; in vmstate_register_with_alias_id() 925 if (se->vmsd == vmsd && se->opaque == opaque) { in vmstate_unregister() 1002 if (se->vmsd && !vmstate_section_needed(se->vmsd, se->opaque)) { in vmstate_save() 1209 if (se->vmsd && se->vmsd->unmigratable) { in qemu_savevm_state_blocked() 1223 if (se->vmsd && se->vmsd->unmigratable) { in qemu_savevm_non_migratable_list() 1262 if (se->vmsd && se->vmsd->dev_unplug_pending && in qemu_savevm_state_guest_unplug_pending() 1307 if (se->vmsd && se->vmsd->early_setup) { in qemu_savevm_state_setup() 1529 if (se->vmsd && se->vmsd->early_setup) { in qemu_savevm_state_complete_precopy_non_iterable() [all …]
|
/qemu/rust/qemu-api/src/ |
A D | vmstate.rs | 28 vmsd: ::core::ptr::null(), 69 vmsd: ::core::ptr::null(), 146 vmsd: ::core::ptr::null(), 180 ($field_name:ident, $struct_name:ty, $version_id:expr, $vmsd:expr, $type:ty) => {{ 194 vmsd: unsafe { $vmsd }, 220 vmsd: ::core::ptr::null(), 230 ($field_name:ident, $struct_name:ty, $num:expr, $version_id:expr, $vmsd:expr, $type:ty) => {{ 237 vmsd: unsafe { $vmsd }, 249 vmsd: ::core::ptr::null(), 320 vmsd: ::core::ptr::null(),
|
A D | device_class.rs | 11 …ize_fn => $realize_fn:expr, legacy_reset_fn => $legacy_reset_fn:expr, vmsd => $vmsd:ident$(,)*) =>… 20 dc.as_mut().vmsd = &$vmsd;
|
/qemu/include/migration/ |
A D | vmstate.h | 178 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 …]
|
/qemu/stubs/ |
A D | vmstate.c | 6 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
|
/qemu/include/hw/input/ |
A D | hid.h | 67 .vmsd = &vmstate_hid_keyboard_device, \ 77 .vmsd = &vmstate_hid_ptr_device, \
|
/qemu/hw/misc/ |
A D | bcm2835_cprman.c | 139 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()
|
A D | imx7_ccm.c | 271 dc->vmsd = &vmstate_imx7_ccm; in imx7_ccm_class_init() 301 dc->vmsd = &vmstate_imx7_analog; in imx7_analog_class_init()
|
/qemu/hw/ide/ |
A D | piix.c | 187 dc->vmsd = &vmstate_ide_pci; in piix3_ide_class_init() 210 dc->vmsd = &vmstate_ide_pci; in piix4_ide_class_init()
|
/qemu/target/ppc/ |
A D | cpu-qom.h | 52 .vmsd = &vmstate_ppc_timebase, \
|
/qemu/hw/virtio/ |
A D | vhost-user-device.c | 49 dc->vmsd = &vud_vmstate; in vud_class_init()
|
A D | vhost-user-gpio.c | 45 dc->vmsd = &vu_gpio_vmstate; in vu_gpio_class_init()
|
A D | vhost-user-i2c.c | 45 dc->vmsd = &vu_i2c_vmstate; in vu_i2c_class_init()
|
A D | vhost-user-input.c | 39 dc->vmsd = &vmstate_vhost_input; in vhost_input_class_init()
|
A D | vhost-user-rng.c | 46 dc->vmsd = &vu_rng_vmstate; in vu_rng_class_init()
|
A D | vhost-user-snd.c | 47 dc->vmsd = &vu_snd_vmstate; in vu_snd_class_init()
|
/qemu/include/hw/i2c/ |
A D | smbus_slave.h | 84 .vmsd = &vmstate_smbus_device, \
|
/qemu/hw/char/ |
A D | serial-pci-multi.c | 161 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()
|
/qemu/hw/vfio/ |
A D | amd-xgbe.c | 43 dc->vmsd = &vfio_platform_amd_xgbe_vmstate; in vfio_amd_xgbe_class_init()
|
A D | calxeda-xgmac.c | 43 dc->vmsd = &vfio_platform_calxeda_xgmac_vmstate; in vfio_calxeda_xgmac_class_init()
|
/qemu/hw/usb/ |
A D | u2f.h | 81 .vmsd = &vmstate_u2f_key, \
|
/qemu/include/hw/pci/ |
A D | pci_device.h | 351 .vmsd = &vmstate_pci_device, \ 359 .vmsd = &vmstate_pci_device, \
|
/qemu/include/hw/ssi/ |
A D | ssi.h | 77 .vmsd = &vmstate_ssi_peripheral, \
|