Re: [PATCH QEMU v25 03/17] vfio: Add save and load functions for VFIO PCI devices

2020-06-29 Thread Dr. David Alan Gilbert
* Alex Williamson (alex.william...@redhat.com) wrote: > On Fri, 26 Jun 2020 13:16:13 +0100 > "Dr. David Alan Gilbert" wrote: > > > * Alex Williamson (alex.william...@redhat.com) wrote: > > > On Wed, 24 Jun 2020 19:59:39 +0530 > > > Kirti Wankhede wrote: > > > > > > > On 6/23/2020 1:58 AM,

Re: [PATCH QEMU v25 03/17] vfio: Add save and load functions for VFIO PCI devices

2020-06-26 Thread Alex Williamson
On Fri, 26 Jun 2020 13:16:13 +0100 "Dr. David Alan Gilbert" wrote: > * Alex Williamson (alex.william...@redhat.com) wrote: > > On Wed, 24 Jun 2020 19:59:39 +0530 > > Kirti Wankhede wrote: > > > > > On 6/23/2020 1:58 AM, Alex Williamson wrote: > > > > On Sun, 21 Jun 2020 01:51:12 +0530 > >

Re: [PATCH QEMU v25 03/17] vfio: Add save and load functions for VFIO PCI devices

2020-06-26 Thread Dr. David Alan Gilbert
* Alex Williamson (alex.william...@redhat.com) wrote: > On Wed, 24 Jun 2020 19:59:39 +0530 > Kirti Wankhede wrote: > > > On 6/23/2020 1:58 AM, Alex Williamson wrote: > > > On Sun, 21 Jun 2020 01:51:12 +0530 > > > Kirti Wankhede wrote: > > > > > >> These functions save and restore PCI device

Re: [PATCH QEMU v25 03/17] vfio: Add save and load functions for VFIO PCI devices

2020-06-24 Thread Alex Williamson
On Wed, 24 Jun 2020 19:59:39 +0530 Kirti Wankhede wrote: > On 6/23/2020 1:58 AM, Alex Williamson wrote: > > On Sun, 21 Jun 2020 01:51:12 +0530 > > Kirti Wankhede wrote: > > > >> These functions save and restore PCI device specific data - config > >> space of PCI device. > >> Tested save and

Re: [PATCH QEMU v25 03/17] vfio: Add save and load functions for VFIO PCI devices

2020-06-24 Thread Kirti Wankhede
On 6/23/2020 1:58 AM, Alex Williamson wrote: On Sun, 21 Jun 2020 01:51:12 +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

Re: [PATCH QEMU v25 03/17] vfio: Add save and load functions for VFIO PCI devices

2020-06-22 Thread Alex Williamson
On Sun, 21 Jun 2020 01:51:12 +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 QEMU v25 03/17] vfio: Add save and load functions for VFIO PCI devices

2020-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 | 95 +++