Home
last modified time | relevance | path

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

/openbmc/qemu/hw/vfio/
H A Dpci.c2707 const VMStateDescription vmstate_vfio_pci_config = { variable
2726 vmstate_save_state(f, &vmstate_vfio_pci_config, vdev, NULL); in vfio_pci_save_config()
2740 ret = vmstate_load_state(f, &vmstate_vfio_pci_config, vdev, 1); in vfio_pci_load_config()