Re: [PATCH v26 12/17] vfio: Add function to start and stop dirty pages tracking

2020-10-18 Thread Kirti Wankhede
On 9/26/2020 3:25 AM, Alex Williamson wrote: On Wed, 23 Sep 2020 04:54:14 +0530 Kirti Wankhede wrote: Call VFIO_IOMMU_DIRTY_PAGES ioctl to start and stop dirty pages tracking for VFIO devices. Signed-off-by: Kirti Wankhede Reviewed-by: Dr. David Alan Gilbert --- hw/vfio/migration.c | 3

Re: [PATCH v26 12/17] vfio: Add function to start and stop dirty pages tracking

2020-09-25 Thread Alex Williamson
On Wed, 23 Sep 2020 04:54:14 +0530 Kirti Wankhede wrote: > Call VFIO_IOMMU_DIRTY_PAGES ioctl to start and stop dirty pages tracking > for VFIO devices. > > Signed-off-by: Kirti Wankhede > Reviewed-by: Dr. David Alan Gilbert > --- > hw/vfio/migration.c | 36

[PATCH v26 12/17] vfio: Add function to start and stop dirty pages tracking

2020-09-22 Thread Kirti Wankhede
Call VFIO_IOMMU_DIRTY_PAGES ioctl to start and stop dirty pages tracking for VFIO devices. Signed-off-by: Kirti Wankhede Reviewed-by: Dr. David Alan Gilbert --- hw/vfio/migration.c | 36 1 file changed, 36 insertions(+) diff --git a/hw/vfio/migration.c b/hw