Home
last modified time | relevance | path

Searched refs:vmstate_load_state (Results 1 – 14 of 14) sorted by last modified time

/qemu/migration/
H A Dsavevm.c957 return vmstate_load_state(f, se->vmsd, se->opaque, se->load_version_id); in vmstate_load()
2739 ret = vmstate_load_state(f, &vmstate_configuration, &savevm_state, 0); in qemu_loadvm_state_header()
H A Dtrace-events59 vmstate_load_state(const char *name, int version_id) "%s v%d"
H A Dvmstate.c103 int vmstate_load_state(QEMUFile *f, const VMStateDescription *vmsd, in vmstate_load_state() function
153 ret = vmstate_load_state(f, field->vmsd, curr_elem, in vmstate_load_state()
156 ret = vmstate_load_state(f, field->vmsd, curr_elem, in vmstate_load_state()
508 ret = vmstate_load_state(f, sub_vmsd, opaque, version_id); in vmstate_subsection_load()
H A Dvmstate-types.c528 ret = vmstate_load_state(f, vmsd, tmp, version_id); in get_tmp()
628 ret = vmstate_load_state(f, vmsd, elm, version_id); in get_qtailq()
782 ret = vmstate_load_state(f, key_vmsd, key, version_id); in get_gtree()
790 ret = vmstate_load_state(f, val_vmsd, val, version_id); in get_gtree()
871 ret = vmstate_load_state(f, vmsd, elm, version_id); in get_qlist()
/qemu/hw/virtio/
H A Dvirtio.c3077 ret = vmstate_load_state(f, vdc->vmsd, vdev, version_id); in virtio_load()
3084 ret = vmstate_load_state(f, &vmstate_virtio, vdev, 1); in virtio_load()
H A Dvirtio-pci.c165 return vmstate_load_state(f, &vmstate_virtio_pci, proxy, 1); in virtio_pci_load_extra_state()
H A Dvirtio-mmio.c615 return vmstate_load_state(f, &vmstate_virtio_mmio, proxy, 1); in virtio_mmio_load_extra_state()
/qemu/hw/pci/
H A Dpci.c773 ret = vmstate_load_state(f, &vmstate_pci_device, s, s->version_id); in pci_device_load()
/qemu/hw/display/
H A Dvirtio-gpu.c1342 vmstate_load_state(f, &vmstate_virtio_gpu_scanouts, g, 1); in virtio_gpu_load()
/qemu/tests/unit/
H A Dtest-vmstate.c117 ret = vmstate_load_state(f, desc, obj, version); in load_vmstate_one()
368 vmstate_load_state(loading, &vmstate_versioned, &obj, 1); in test_load_v1()
394 vmstate_load_state(loading, &vmstate_versioned, &obj, 2); in test_load_v2()
483 vmstate_load_state(loading, &vmstate_skipping, &obj, 2); in test_load_noskip()
507 vmstate_load_state(loading, &vmstate_skipping, &obj, 2); in test_load_skip()
776 vmstate_load_state(fload, &vmstate_q, &tgt, 1); in test_load_q()
1130 vmstate_load_state(fload, &vmstate_domain, dest_domain, 1); in test_gtree_load_domain()
1244 vmstate_load_state(fload, &vmstate_iommu, dest_iommu, 1); in test_gtree_load_iommu()
1379 vmstate_load_state(fload, &vmstate_container, dest_container, 1); in test_load_qlist()
/qemu/hw/vfio/
H A Dpci.c2607 ret = vmstate_load_state(f, &vmstate_vfio_pci_config, vdev, 1); in vfio_pci_load_config()
/qemu/include/migration/
H A Dvmstate.h1195 int vmstate_load_state(QEMUFile *f, const VMStateDescription *vmsd,
/qemu/hw/scsi/
H A Dspapr_vscsi.c651 rc = vmstate_load_state(f, &vmstate_spapr_vscsi_req, req, 1); in vscsi_load_request()
/qemu/hw/s390x/
H A Dvirtio-ccw.c1138 return vmstate_load_state(f, &vmstate_virtio_ccw_dev, dev, 1); in virtio_ccw_load_config()