Re: [PATCH QEMU v22 04/18] vfio: Add save and load functions for VFIO PCI devices

2020-05-19 Thread Alex Williamson
On Tue, 19 May 2020 20:28:13 +0100 "Dr. David Alan Gilbert" wrote: > * Dr. David Alan Gilbert (dgilb...@redhat.com) wrote: > > * Kirti Wankhede (kwankh...@nvidia.com) wrote: > > > These functions save and restore PCI device specific data - config > > > space of PCI device. > > > Tested save

Re: [PATCH QEMU v22 04/18] vfio: Add save and load functions for VFIO PCI devices

2020-05-19 Thread Dr. David Alan Gilbert
* Dr. David Alan Gilbert (dgilb...@redhat.com) wrote: > * Kirti Wankhede (kwankh...@nvidia.com) wrote: > > These functions save and restore PCI device specific data - config > > space of PCI device. > > Tested save and restore with MSI and MSIX type. > > I don't think my comments from v16 on 26th

Re: [PATCH QEMU v22 04/18] vfio: Add save and load functions for VFIO PCI devices

2020-05-19 Thread Dr. David Alan Gilbert
* Kirti Wankhede (kwankh...@nvidia.com) wrote: > These functions save and restore PCI device specific data - config > space of PCI device. > Tested save and restore with MSI and MSIX type. I don't think my comments from v16 on 26th March were addressed/replied to: > Signed-off-by: Kirti Wankhede

[PATCH QEMU v22 04/18] vfio: Add save and load functions for VFIO PCI devices

2020-05-18 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 | 163 ++