Re: [PATCH Kernel v18 6/7] vfio iommu: Add migration capability to report supported features

2020-05-07 Thread Alex Williamson
On Thu, 7 May 2020 11:07:26 +0530 Kirti Wankhede wrote: > On 5/7/2020 3:57 AM, Alex Williamson wrote: > > On Mon, 4 May 2020 21:28:58 +0530 > > Kirti Wankhede wrote: > > > >> Added migration capability in IOMMU info chain. > >> User application should check IOMMU info chain for migration

Re: [PATCH Kernel v18 6/7] vfio iommu: Add migration capability to report supported features

2020-05-06 Thread Kirti Wankhede
On 5/7/2020 3:57 AM, Alex Williamson wrote: On Mon, 4 May 2020 21:28:58 +0530 Kirti Wankhede wrote: Added migration capability in IOMMU info chain. User application should check IOMMU info chain for migration capability to use dirty page tracking feature provided by kernel module.

Re: [PATCH Kernel v18 6/7] vfio iommu: Add migration capability to report supported features

2020-05-06 Thread Alex Williamson
On Mon, 4 May 2020 21:28:58 +0530 Kirti Wankhede wrote: > Added migration capability in IOMMU info chain. > User application should check IOMMU info chain for migration capability > to use dirty page tracking feature provided by kernel module. > > Signed-off-by: Kirti Wankhede > --- >

[PATCH Kernel v18 6/7] vfio iommu: Add migration capability to report supported features

2020-05-04 Thread Kirti Wankhede
Added migration capability in IOMMU info chain. User application should check IOMMU info chain for migration capability to use dirty page tracking feature provided by kernel module. Signed-off-by: Kirti Wankhede --- drivers/vfio/vfio_iommu_type1.c | 15 +++ include/uapi/linux/vfio.h