Re: [PATCH v3 10/13] vfio/common: Add device dirty page bitmap sync

2023-03-06 Thread Joao Martins
On 06/03/2023 19:22, Alex Williamson wrote: > On Sat, 4 Mar 2023 01:43:40 + > Joao Martins wrote: > >> Add device dirty page bitmap sync functionality. This uses the device >> DMA logging uAPI to sync dirty page bitmap from the device. >> >> Device dirty page bitmap sync is used only if a

Re: [PATCH v3 10/13] vfio/common: Add device dirty page bitmap sync

2023-03-06 Thread Alex Williamson
On Sat, 4 Mar 2023 01:43:40 + Joao Martins wrote: > Add device dirty page bitmap sync functionality. This uses the device > DMA logging uAPI to sync dirty page bitmap from the device. > > Device dirty page bitmap sync is used only if all devices within a > container support device dirty pag

[PATCH v3 10/13] vfio/common: Add device dirty page bitmap sync

2023-03-03 Thread Joao Martins
Add device dirty page bitmap sync functionality. This uses the device DMA logging uAPI to sync dirty page bitmap from the device. Device dirty page bitmap sync is used only if all devices within a container support device dirty page tracking. Signed-off-by: Avihai Horon Signed-off-by: Joao Marti