Re: [Qemu-devel] [PATCH 2/5] Add save and load functions for VFIO PCI devices

2018-11-20 Thread Peter Xu
On Wed, Nov 21, 2018 at 02:09:40AM +0530, Kirti Wankhede wrote: > Save and restore with MSIX type is not tested. > > Signed-off-by: Kirti Wankhede > Reviewed-by: Neo Jia > --- > hw/vfio/pci.c | 95 > +++ > hw/vfio/pci.h | 29

[Qemu-devel] [PATCH 2/5] Add save and load functions for VFIO PCI devices

2018-11-20 Thread Kirti Wankhede
Save and restore with MSIX type is not tested. Signed-off-by: Kirti Wankhede Reviewed-by: Neo Jia --- hw/vfio/pci.c | 95 +++ hw/vfio/pci.h | 29 ++ 2 files changed, 124 insertions(+) diff --git a/hw/vfio/pci.c