Home
last modified time | relevance | path

Searched refs:vmstate_load_state (Results 1 – 14 of 14) sorted by relevance

/openbmc/qemu/tests/unit/
H A Dtest-vmstate.c118 ret = vmstate_load_state(f, desc, obj, version); in load_vmstate_one()
369 vmstate_load_state(loading, &vmstate_versioned, &obj, 1); in test_load_v1()
395 vmstate_load_state(loading, &vmstate_versioned, &obj, 2); in test_load_v2()
484 vmstate_load_state(loading, &vmstate_skipping, &obj, 2); in test_load_noskip()
508 vmstate_load_state(loading, &vmstate_skipping, &obj, 2); in test_load_skip()
777 vmstate_load_state(fload, &vmstate_q, &tgt, 1); in test_load_q()
1131 vmstate_load_state(fload, &vmstate_domain, dest_domain, 1); in test_gtree_load_domain()
1245 vmstate_load_state(fload, &vmstate_iommu, dest_iommu, 1); in test_gtree_load_iommu()
1380 vmstate_load_state(fload, &vmstate_container, dest_container, 1); in test_load_qlist()
/openbmc/qemu/migration/
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()
506 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()
H A Dsavevm.c956 return vmstate_load_state(f, se->vmsd, se->opaque, se->load_version_id); in vmstate_load()
2716 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"
/openbmc/qemu/hw/virtio/
H A Dvirtio-mmio.c615 return vmstate_load_state(f, &vmstate_virtio_mmio, proxy, 1); in virtio_mmio_load_extra_state()
H A Dvirtio.c3068 ret = vmstate_load_state(f, vdc->vmsd, vdev, version_id); in virtio_load()
3075 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()
/openbmc/qemu/hw/scsi/
H A Dspapr_vscsi.c651 rc = vmstate_load_state(f, &vmstate_spapr_vscsi_req, req, 1); in vscsi_load_request()
/openbmc/qemu/hw/s390x/
H A Dvirtio-ccw.c1138 return vmstate_load_state(f, &vmstate_virtio_ccw_dev, dev, 1); in virtio_ccw_load_config()
/openbmc/qemu/include/migration/
H A Dvmstate.h1195 int vmstate_load_state(QEMUFile *f, const VMStateDescription *vmsd,
/openbmc/qemu/hw/display/
H A Dvirtio-gpu.c1330 vmstate_load_state(f, &vmstate_virtio_gpu_scanouts, g, 1); in virtio_gpu_load()
/openbmc/qemu/hw/pci/
H A Dpci.c770 ret = vmstate_load_state(f, &vmstate_pci_device, s, s->version_id); in pci_device_load()
/openbmc/qemu/hw/vfio/
H A Dpci.c2740 ret = vmstate_load_state(f, &vmstate_vfio_pci_config, vdev, 1); in vfio_pci_load_config()