Re: [Qemu-devel] [PATCH V3 1/4] vfio: introduce a new VFIO subregion for mdev device migration support

2018-03-13 Thread Zhang, Yulei
Subject: Re: [Qemu-devel] [PATCH V3 1/4] vfio: introduce a new VFIO > subregion for mdev device migration support > > * Yulei Zhang (yulei.zh...@intel.com) wrote: > > New VFIO sub region VFIO_REGION_SUBTYPE_DEVICE_STATE is added to > fetch > > and restore the stat

Re: [Qemu-devel] [PATCH V3 1/4] vfio: introduce a new VFIO subregion for mdev device migration support

2018-03-09 Thread Dr. David Alan Gilbert
* Yulei Zhang (yulei.zh...@intel.com) wrote: > New VFIO sub region VFIO_REGION_SUBTYPE_DEVICE_STATE is added > to fetch and restore the status of mdev device vGPU during the > live migration. > > Signed-off-by: Yulei Zhang > --- > hw/vfio/pci.c | 14 +- > hw/vfio/pci.h

[Qemu-devel] [PATCH V3 1/4] vfio: introduce a new VFIO subregion for mdev device migration support

2018-03-04 Thread Yulei Zhang
New VFIO sub region VFIO_REGION_SUBTYPE_DEVICE_STATE is added to fetch and restore the status of mdev device vGPU during the live migration. Signed-off-by: Yulei Zhang --- hw/vfio/pci.c | 14 +- hw/vfio/pci.h | 1 + linux-headers/linux/vfio.h | 9 ++---