Home
last modified time | relevance | path

Searched refs:vmstate_save_state (Results 1 – 12 of 12) sorted by relevance

/openbmc/qemu/migration/
H A Dvmstate-types.c542 ret = vmstate_save_state(f, vmsd, tmp, vmdesc); in put_tmp()
653 ret = vmstate_save_state(f, vmsd, elm, vmdesc); in put_qtailq()
690 ret = vmstate_save_state(f, capsule->key_vmsd, key, capsule->vmdesc); in put_gtree_elem()
698 ret = vmstate_save_state(f, capsule->val_vmsd, value, capsule->vmdesc); in put_gtree_elem()
834 ret = vmstate_save_state(f, vmsd, elm, vmdesc); in put_qlist()
H A Dvmstate.c386 int vmstate_save_state(QEMUFile *f, const VMStateDescription *vmsd, in vmstate_save_state() function
490 ret = vmstate_save_state(f, inner_field->vmsd, in vmstate_save_state_v()
H A Dsavevm.c1252 vmstate_save_state(f, &vmstate_configuration, &savevm_state, s->vmdesc); in qemu_savevm_state_header()
/openbmc/qemu/tests/unit/
H A Dtest-vmstate.c71 int ret = vmstate_save_state(f, desc, obj, NULL); in save_vmstate()
431 int ret = vmstate_save_state(fsave, &vmstate_skipping, &obj, NULL); in test_save_noskip()
453 int ret = vmstate_save_state(fsave, &vmstate_skipping, &obj, NULL); in test_save_skip()
/openbmc/qemu/hw/virtio/
H A Dvirtio-mmio.c615 vmstate_save_state(f, &vmstate_virtio_mmio, proxy, NULL); in virtio_mmio_save_extra_state()
H A Dvirtio.c3056 int ret = vmstate_save_state(f, vdc->vmsd, vdev, NULL); in virtio_save()
3063 return vmstate_save_state(f, &vmstate_virtio, vdev, NULL); in virtio_save()
H A Dvirtio-pci.c158 vmstate_save_state(f, &vmstate_virtio_pci, proxy, NULL); in virtio_pci_save_extra_state()
/openbmc/qemu/hw/s390x/
H A Dvirtio-ccw.c1133 vmstate_save_state(f, &vmstate_virtio_ccw_dev, dev, NULL); in virtio_ccw_save_config()
/openbmc/qemu/hw/scsi/
H A Dspapr_vscsi.c633 vmstate_save_state(f, &vmstate_spapr_vscsi_req, req, NULL); in vscsi_save_request()
/openbmc/qemu/include/migration/
H A Dvmstate.h1187 int vmstate_save_state(QEMUFile *f, const VMStateDescription *vmsd,
/openbmc/qemu/hw/display/
H A Dvirtio-gpu.c1249 return vmstate_save_state(f, &vmstate_virtio_gpu_scanouts, g, NULL); in virtio_gpu_save()
/openbmc/qemu/hw/pci/
H A Dpci.c783 vmstate_save_state(f, &vmstate_pci_device, s, NULL); in pci_device_save()