Re: [PATCH v9 QEMU 06/15] vfio: Add save and load functions for VFIO PCI devices

2019-11-13 Thread Alex Williamson
On Tue, 12 Nov 2019 22:35:15 +0530 Kirti Wankhede wrote: > These functions save and restore PCI device specific data - config > space of PCI device. > Tested save and restore with MSI and MSIX type. > > Signed-off-by: Kirti Wankhede > Reviewed-by: Neo Jia > --- > hw/vfio/pci.c

[PATCH v9 QEMU 06/15] vfio: Add save and load functions for VFIO PCI devices

2019-11-12 Thread Kirti Wankhede
These functions save and restore PCI device specific data - config space of PCI device. Tested save and restore with MSI and MSIX type. Signed-off-by: Kirti Wankhede Reviewed-by: Neo Jia --- hw/vfio/pci.c | 168 ++ include/hw/vfio/vfio-com