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

2020-05-21 Thread Dr. David Alan Gilbert
* Kirti Wankhede (kwankh...@nvidia.com) wrote: > > > On 5/21/2020 3:20 PM, Dr. David Alan Gilbert 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

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

2020-05-21 Thread Kirti Wankhede
On 5/21/2020 3:20 PM, Dr. David Alan Gilbert 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. Signed-off-by: Kirti Wankhede Reviewed-by: Neo Jia

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

2020-05-21 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. > > Signed-off-by: Kirti Wankhede > Reviewed-by: Neo Jia So I'm OK with this from the migration side, but

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

2020-05-20 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 ++