Home
last modified time | relevance | path

Searched refs:vmstate_save_state_with_err (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/migration/
H A Dvmstate.c392 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 Dsavevm.c1019 ret = vmstate_save_state_with_err(f, se->vmsd, se->opaque, vmdesc, in vmstate_save()
/openbmc/qemu/include/migration/
H A Dvmstate.h1189 int vmstate_save_state_with_err(QEMUFile *f, const VMStateDescription *vmsd,
/openbmc/qemu/hw/vfio/
H A Dpci.c2613 return vmstate_save_state_with_err(f, &vmstate_vfio_pci_config, vdev, NULL, in vfio_pci_save_config()