Re: [Qemu-devel] [RFC PATCH v1 0/4] Add migration support for VFIO device

2018-10-17 Thread Tian, Kevin
> From: Kirti Wankhede > Sent: Wednesday, October 17, 2018 2:13 AM > > Add migration support for VFIO device > > This Patch set include patches as below: > - Define KABI for VFIO device for migration support. > - Generic migration functionality for VFIO device. > * This patch set adds functiona

Re: [Qemu-devel] [RFC PATCH v1 0/4] Add migration support for VFIO device

2018-10-17 Thread Kirti Wankhede
On 10/17/2018 2:19 PM, Cornelia Huck wrote: > On Tue, 16 Oct 2018 23:42:34 +0530 > Kirti Wankhede wrote: > >> Add migration support for VFIO device > > I'd love to take a deeper look at this; but sadly, I'm currently low on > spare time, and therefore will only add some general remarks. > T

Re: [Qemu-devel] [RFC PATCH v1 0/4] Add migration support for VFIO device

2018-10-17 Thread Cornelia Huck
On Tue, 16 Oct 2018 23:42:34 +0530 Kirti Wankhede wrote: > Add migration support for VFIO device I'd love to take a deeper look at this; but sadly, I'm currently low on spare time, and therefore will only add some general remarks. > > This Patch set include patches as below: > - Define KABI fo

[Qemu-devel] [RFC PATCH v1 0/4] Add migration support for VFIO device

2018-10-16 Thread Kirti Wankhede
Add migration support for VFIO device This Patch set include patches as below: - Define KABI for VFIO device for migration support. - Generic migration functionality for VFIO device. * This patch set adds functionality only for PCI devices, but can be extended to other VFIO devices. * Adde