Re: [Qemu-devel] [PATCH v4 03/13] vfio: Add save and load functions for VFIO PCI devices

2019-06-21 Thread Yan Zhao
On Fri, Jun 21, 2019 at 02:44:30PM +0800, Kirti Wankhede wrote: > > > On 6/21/2019 5:42 AM, Yan Zhao wrote: > > On Thu, Jun 20, 2019 at 10:37:31PM +0800, Kirti Wankhede wrote: > >> These functions save and restore PCI device specific data - config > >> space of PCI device. > >> Tested save and re

Re: [Qemu-devel] [PATCH v4 03/13] vfio: Add save and load functions for VFIO PCI devices

2019-06-20 Thread Kirti Wankhede
On 6/21/2019 5:42 AM, Yan Zhao wrote: > On Thu, Jun 20, 2019 at 10:37:31PM +0800, 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 >> Reviewe

Re: [Qemu-devel] [PATCH v4 03/13] vfio: Add save and load functions for VFIO PCI devices

2019-06-20 Thread Yan Zhao
On Thu, Jun 20, 2019 at 10:37:31PM +0800, 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 | 112 > +

[Qemu-devel] [PATCH v4 03/13] vfio: Add save and load functions for VFIO PCI devices

2019-06-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 | 112 ++ hw/vfio/pci.h | 29