Re: [PATCH v16 QEMU 00/16] Add migration support for VFIO devices

2020-04-01 Thread Alex Williamson
On Wed, 1 Apr 2020 02:41:54 -0400 Yan Zhao wrote: > On Wed, Apr 01, 2020 at 02:34:24AM +0800, Alex Williamson wrote: > > On Wed, 25 Mar 2020 02:38:58 +0530 > > Kirti Wankhede wrote: > > > > > Hi, > > > > > > This Patch set adds migration support for VFIO devices in QEMU. > > > > Hi Kirti,

Re: [PATCH v16 QEMU 00/16] Add migration support for VFIO devices

2020-03-31 Thread Yan Zhao
On Wed, Apr 01, 2020 at 02:34:24AM +0800, Alex Williamson wrote: > On Wed, 25 Mar 2020 02:38:58 +0530 > Kirti Wankhede wrote: > > > Hi, > > > > This Patch set adds migration support for VFIO devices in QEMU. > > Hi Kirti, > > Do you have any migration data you can share to show that this solut

Re: [PATCH v16 QEMU 00/16] Add migration support for VFIO devices

2020-03-31 Thread Alex Williamson
On Wed, 25 Mar 2020 02:38:58 +0530 Kirti Wankhede wrote: > Hi, > > This Patch set adds migration support for VFIO devices in QEMU. Hi Kirti, Do you have any migration data you can share to show that this solution is viable and useful? I was chatting with Dave Gilbert and there still seems to

Re: [PATCH v16 QEMU 00/16] Add migration support for VFIO devices

2020-03-24 Thread no-reply
Patchew URL: https://patchew.org/QEMU/1585084154-29461-1-git-send-email-kwankh...@nvidia.com/ Hi, This series failed the docker-quick@centos7 build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCR

[PATCH v16 QEMU 00/16] Add migration support for VFIO devices

2020-03-24 Thread Kirti Wankhede
Hi, This Patch set adds migration support for VFIO devices in QEMU. This Patch set include patches as below: Patch 1: - Define KABI for VFIO device for migration support for device state and newly added ioctl definations to get dirty pages bitmap. This is a placeholder patch. Patch 2-4: - Fe