| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | 026 | 86 for vmstate in "" "-b"; do 99 echo "Event: $event; errno: $errno; imm: $imm; once: $once; write $vmstate" 103 $QEMU_IO -c "write $vmstate 0 512" "$TEST_IMG" > /dev/null 2>&1 106 $QEMU_IO -c "write $vmstate 0 128k " "$BLKDBG_TEST_IMG" | _filter_qemu_io 111 $QEMU_IO -c "write $vmstate 0 128k " "$BLKDBG_TEST_IMG" | _filter_qemu_io 112 $QEMU_IO -c "read $vmstate 0 128k " "$BLKDBG_TEST_IMG" | _filter_qemu_io 144 for vmstate in "" "-b"; do 157 echo "Event: $event; errno: $errno; imm: $imm; once: $once; write $vmstate" 158 $QEMU_IO -c "write $vmstate 0 64M" "$BLKDBG_TEST_IMG" | _filter_qemu_io
|
| H A D | 267.out | 9 Error: no block device can store vmstate for snapshot 11 Error: no block device can store vmstate for snapshot 13 Error: no block device can store vmstate for snapshot 25 Error: no block device can store vmstate for snapshot 61 Error: no block device can store vmstate for snapshot 86 Error: no block device can store vmstate for snapshot
|
| /openbmc/qemu/include/migration/ |
| H A D | snapshot.h | 33 const char *vmstate, 48 const char *vmstate,
|
| /openbmc/qemu/hw/nvram/ |
| H A D | spapr_nvram.c | 48 VMChangeStateEntry *vmstate; member 224 qemu_del_vm_change_state_handler(nvram->vmstate); in postload_update_cb() 225 nvram->vmstate = NULL; in postload_update_cb() 235 nvram->vmstate = qemu_add_vm_change_state_handler(postload_update_cb, in spapr_nvram_post_load()
|
| /openbmc/qemu/hw/ide/ |
| H A D | ide-bus.c | 44 if (ibus->vmstate) { in idebus_unrealize() 45 qemu_del_vm_change_state_handler(ibus->vmstate); in idebus_unrealize()
|
| /openbmc/qemu/docs/interop/ |
| H A D | dbus-vmstate.rst | 5 The QEMU dbus-vmstate object's aim is to migrate helpers' data running 22 dbus-vmstate object can be configured with the expected list of
|
| H A D | index.rst | 14 dbus-vmstate
|
| H A D | dbus.rst | 110 :doc:`dbus-vmstate`
|
| /openbmc/qemu/include/hw/virtio/ |
| H A D | virtio-rng.h | 48 VMChangeStateEntry *vmstate; member
|
| /openbmc/qemu/hw/core/ |
| H A D | meson.build | 8 'vmstate-if.c', 47 'clock-vmstate.c',
|
| /openbmc/qemu/include/hw/ide/ |
| H A D | ide-bus.h | 28 VMChangeStateEntry *vmstate; member
|
| /openbmc/qemu/hw/virtio/ |
| H A D | virtio-rng.c | 228 vrng->vmstate = qemu_add_vm_change_state_handler(virtio_rng_vm_state_change, in virtio_rng_device_realize() 237 qemu_del_vm_change_state_handler(vrng->vmstate); in virtio_rng_device_unrealize()
|
| /openbmc/qemu/include/hw/misc/ |
| H A D | mac_via.h | 50 VMChangeStateEntry *vmstate; member
|
| /openbmc/qemu/backends/ |
| H A D | meson.build | 35 system_ss.add(when: gio, if_true: files('dbus-vmstate.c'))
|
| H A D | trace-events | 3 # dbus-vmstate.c
|
| /openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/ |
| H A D | 0007-tests-meson.build-use-relative-path-to-refer-to-file.patch | 41 'test-vmstate': [migration, io],
|
| /openbmc/qemu/hw/block/ |
| H A D | pflash_cfi01.c | 86 VMChangeStateEntry *vmstate; member 1030 qemu_del_vm_change_state_handler(pfl->vmstate); in postload_update_cb() 1031 pfl->vmstate = NULL; in postload_update_cb() 1042 pfl->vmstate = qemu_add_vm_change_state_handler(postload_update_cb, in pflash_post_load()
|
| /openbmc/qemu/tests/qtest/ |
| H A D | meson.build | 126 #qtests_i386 += ['dbus-vmstate-test'] 127 dbus_vmstate1 = custom_target('dbus-vmstate description', 377 'dbus-vmstate-test': files('migration/migration-qmp.c', 428 qtest_env.set('G_TEST_DBUS_DAEMON', meson.project_source_root() / 'tests/dbus-vmstate-daemon.sh')
|
| /openbmc/qemu/hw/usb/ |
| H A D | hcd-ehci.h | 319 VMChangeStateEntry *vmstate; member
|
| H A D | hcd-ehci.c | 2542 s->vmstate = qemu_add_vm_change_state_handler(usb_ehci_vm_state_change, s); in usb_ehci_realize() 2566 if (s->vmstate) { in usb_ehci_unrealize() 2567 qemu_del_vm_change_state_handler(s->vmstate); in usb_ehci_unrealize()
|
| /openbmc/qemu/hw/net/ |
| H A D | eepro100.c | 279 VMStateDescription *vmstate; member 1827 vmstate_unregister(VMSTATE_IF(&pci_dev->qdev), s->vmstate, s); in pci_nic_uninit() 1828 g_free(s->vmstate); in pci_nic_uninit() 1886 s->vmstate = g_memdup(&vmstate_eepro100, sizeof(vmstate_eepro100)); in e100_nic_realize() 1887 s->vmstate->name = qemu_get_queue(s->nic)->model; in e100_nic_realize() 1888 vmstate_register_any(VMSTATE_IF(&pci_dev->qdev), s->vmstate, s); in e100_nic_realize()
|
| /openbmc/qemu/hw/misc/ |
| H A D | mac_via.c | 1185 qemu_del_vm_change_state_handler(v1s->vmstate); in via1_postload_update_cb() 1186 v1s->vmstate = NULL; in via1_postload_update_cb() 1196 v1s->vmstate = qemu_add_vm_change_state_handler( in via1_post_load()
|
| /openbmc/qemu/tests/unit/ |
| H A D | meson.build | 138 'test-vmstate': [migration, io],
|
| /openbmc/qemu/docs/devel/ |
| H A D | multi-process.rst | 393 The proxy will register to save and restore any *vmstate* it needs over 395 remote device's *vmstate*; that will be handled by the remote process 446 descriptor to save the remote process's device *vmstate* over. The 448 *vmstate*. When the proxy is resumed on its new host, this *vmstate* 450 to the new remote process through which it receives the *vmstate* in
|
| /openbmc/qemu/docs/ |
| H A D | block-replication.txt | 24 effort during a vmstate checkpoint, the disk modification operations of
|