Home
last modified time | relevance | path

Searched refs:vmstate (Results 1 – 25 of 28) sorted by relevance

12

/openbmc/qemu/tests/qemu-iotests/
H A D02686 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 D267.out9 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 Dsnapshot.h33 const char *vmstate,
48 const char *vmstate,
/openbmc/qemu/hw/nvram/
H A Dspapr_nvram.c48 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 Dide-bus.c44 if (ibus->vmstate) { in idebus_unrealize()
45 qemu_del_vm_change_state_handler(ibus->vmstate); in idebus_unrealize()
/openbmc/qemu/docs/interop/
H A Ddbus-vmstate.rst5 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 Dindex.rst14 dbus-vmstate
H A Ddbus.rst110 :doc:`dbus-vmstate`
/openbmc/qemu/include/hw/virtio/
H A Dvirtio-rng.h48 VMChangeStateEntry *vmstate; member
/openbmc/qemu/hw/core/
H A Dmeson.build8 'vmstate-if.c',
47 'clock-vmstate.c',
/openbmc/qemu/include/hw/ide/
H A Dide-bus.h28 VMChangeStateEntry *vmstate; member
/openbmc/qemu/hw/virtio/
H A Dvirtio-rng.c228 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 Dmac_via.h50 VMChangeStateEntry *vmstate; member
/openbmc/qemu/backends/
H A Dmeson.build35 system_ss.add(when: gio, if_true: files('dbus-vmstate.c'))
H A Dtrace-events3 # dbus-vmstate.c
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/
H A D0007-tests-meson.build-use-relative-path-to-refer-to-file.patch41 'test-vmstate': [migration, io],
/openbmc/qemu/hw/block/
H A Dpflash_cfi01.c86 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 Dmeson.build126 #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 Dhcd-ehci.h319 VMChangeStateEntry *vmstate; member
H A Dhcd-ehci.c2542 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 Deepro100.c279 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 Dmac_via.c1185 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 Dmeson.build138 'test-vmstate': [migration, io],
/openbmc/qemu/docs/devel/
H A Dmulti-process.rst393 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 Dblock-replication.txt24 effort during a vmstate checkpoint, the disk modification operations of

12