Re: [PATCH QEMU v22 00/18] Add migration support for VFIO devices

2020-05-18 Thread no-reply
Patchew URL: https://patchew.org/QEMU/1589782398-24406-1-git-send-email-kwankh...@nvidia.com/ Hi, This series failed the docker-mingw@fedora build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST

Re: [PATCH QEMU v22 00/18] Add migration support for VFIO devices

2020-05-18 Thread no-reply
Patchew URL: https://patchew.org/QEMU/1589782398-24406-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

[PATCH QEMU v22 00/18] Add migration support for VFIO devices

2020-05-18 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: -