Searched refs:vmstate_save_state_with_err (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/migration/ |
H A D | vmstate.c | 392 int vmstate_save_state_with_err(QEMUFile *f, const VMStateDescription *vmsd, in vmstate_save_state_with_err() function 647 ret = vmstate_save_state_with_err(f, vmsdsub, opaque, vmdesc, errp); in vmstate_subsection_save()
|
H A D | savevm.c | 1019 ret = vmstate_save_state_with_err(f, se->vmsd, se->opaque, vmdesc, in vmstate_save()
|
/openbmc/qemu/include/migration/ |
H A D | vmstate.h | 1189 int vmstate_save_state_with_err(QEMUFile *f, const VMStateDescription *vmsd,
|
/openbmc/qemu/hw/vfio/ |
H A D | pci.c | 2613 return vmstate_save_state_with_err(f, &vmstate_vfio_pci_config, vdev, NULL, in vfio_pci_save_config()
|