Re: [PATCH v28 14/17] vfio: Dirty page tracking when vIOMMU is enabled

2020-10-24 Thread Yan Zhao
Reviewed-by: Yan Zhao On Fri, Oct 23, 2020 at 04:10:40PM +0530, Kirti Wankhede wrote: > When vIOMMU is enabled, add MAP notifier from log_sync when all > devices in container are in stop and copy phase of migration. Call replay > and then from notifier callback, get dirty pages. > >

[PATCH v28 14/17] vfio: Dirty page tracking when vIOMMU is enabled

2020-10-23 Thread Kirti Wankhede
When vIOMMU is enabled, add MAP notifier from log_sync when all devices in container are in stop and copy phase of migration. Call replay and then from notifier callback, get dirty pages. Suggested-by: Alex Williamson Signed-off-by: Kirti Wankhede --- hw/vfio/common.c | 88