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

2020-05-07 Thread Alex Williamson
On Thu, 7 May 2020 11:10:40 +0530 Kirti Wankhede wrote: > On 5/7/2020 1:33 AM, Alex Williamson wrote: > > On Thu, 7 May 2020 01:18:19 +0530 > > Kirti Wankhede wrote: > > > >> On 5/6/2020 11:41 AM, Yan Zhao wrote: > >>> On Tue, May 05, 2020 at 12:37:11PM +0800, Alex Williamson wrote: >

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

2020-05-06 Thread Kirti Wankhede
On 5/7/2020 1:33 AM, Alex Williamson wrote: On Thu, 7 May 2020 01:18:19 +0530 Kirti Wankhede wrote: On 5/6/2020 11:41 AM, Yan Zhao wrote: On Tue, May 05, 2020 at 12:37:11PM +0800, Alex Williamson wrote: On Tue, 5 May 2020 04:48:37 +0530 Kirti Wankhede wrote: On 3/26/2020 1:26 AM,

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

2020-05-06 Thread Alex Williamson
On Thu, 7 May 2020 01:18:19 +0530 Kirti Wankhede wrote: > On 5/6/2020 11:41 AM, Yan Zhao wrote: > > On Tue, May 05, 2020 at 12:37:11PM +0800, Alex Williamson wrote: > >> On Tue, 5 May 2020 04:48:37 +0530 > >> Kirti Wankhede wrote: > >> > >>> On 3/26/2020 1:26 AM, Alex Williamson wrote: >

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

2020-05-06 Thread Kirti Wankhede
On 5/6/2020 11:41 AM, Yan Zhao wrote: On Tue, May 05, 2020 at 12:37:11PM +0800, Alex Williamson wrote: On Tue, 5 May 2020 04:48:37 +0530 Kirti Wankhede wrote: On 3/26/2020 1:26 AM, Alex Williamson wrote: On Wed, 25 Mar 2020 02:39:02 +0530 Kirti Wankhede wrote: These functions save

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

2020-05-06 Thread Yan Zhao
On Tue, May 05, 2020 at 12:37:11PM +0800, Alex Williamson wrote: > On Tue, 5 May 2020 04:48:37 +0530 > Kirti Wankhede wrote: > > > On 3/26/2020 1:26 AM, Alex Williamson wrote: > > > On Wed, 25 Mar 2020 02:39:02 +0530 > > > Kirti Wankhede wrote: > > > > > >> These functions save and restore

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

2020-05-04 Thread Alex Williamson
On Tue, 5 May 2020 04:48:37 +0530 Kirti Wankhede wrote: > On 3/26/2020 1:26 AM, Alex Williamson wrote: > > On Wed, 25 Mar 2020 02:39:02 +0530 > > Kirti Wankhede wrote: > > > >> These functions save and restore PCI device specific data - config > >> space of PCI device. > >> Tested save and

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

2020-05-04 Thread Kirti Wankhede
On 4/7/2020 9:40 AM, Longpeng (Mike, Cloud Infrastructure Service Product Dept.) wrote: On 2020/3/25 5:09, 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

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

2020-05-04 Thread Kirti Wankhede
On 3/26/2020 11:16 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 v16 QEMU 04/16] vfio: Add save and load functions for VFIO PCI devices

2020-05-04 Thread Kirti Wankhede
On 3/26/2020 1:26 AM, Alex Williamson wrote: On Wed, 25 Mar 2020 02:39:02 +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 v16 QEMU 04/16] vfio: Add save and load functions for VFIO PCI devices

2020-04-06 Thread Longpeng (Mike, Cloud Infrastructure Service Product Dept.)
On 2020/3/25 5:09, 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 | 163 >

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

2020-03-26 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 > --- > hw/vfio/pci.c | 163 >

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

2020-03-26 Thread Alex Williamson
On Thu, 26 Mar 2020 17:29:26 + "Dr. David Alan Gilbert" wrote: > * Alex Williamson (alex.william...@redhat.com) wrote: > > On Wed, 25 Mar 2020 02:39:02 +0530 > > Kirti Wankhede wrote: > > > > > These functions save and restore PCI device specific data - config > > > space of PCI device.

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

2020-03-26 Thread Dr. David Alan Gilbert
* Alex Williamson (alex.william...@redhat.com) wrote: > On Wed, 25 Mar 2020 02:39:02 +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

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

2020-03-25 Thread Alex Williamson
On Wed, 25 Mar 2020 02:39:02 +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 v16 QEMU 04/16] vfio: Add save and load functions for VFIO PCI devices

2020-03-24 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 ++