Re: [PATCH v6 9/9] vfio/common: Allow disabling device dirty page tracking

2024-07-23 Thread Eric Auger
On 7/23/24 10:42, Joao Martins wrote: > On 23/07/2024 09:31, Eric Auger wrote: >> >> On 7/22/24 23:13, Joao Martins wrote: >>> The property 'x-pre-copy-dirty-page-tracking' allows disabling the whole >>> tracking of VF pre-copy phase of dirty page tracking, though it means >>> that it will only

Re: [PATCH v6 9/9] vfio/common: Allow disabling device dirty page tracking

2024-07-23 Thread Joao Martins
On 23/07/2024 09:31, Eric Auger wrote: > > > On 7/22/24 23:13, Joao Martins wrote: >> The property 'x-pre-copy-dirty-page-tracking' allows disabling the whole >> tracking of VF pre-copy phase of dirty page tracking, though it means >> that it will only be used at the start of the switchover phase

Re: [PATCH v6 9/9] vfio/common: Allow disabling device dirty page tracking

2024-07-23 Thread Eric Auger
On 7/22/24 23:13, Joao Martins wrote: > The property 'x-pre-copy-dirty-page-tracking' allows disabling the whole > tracking of VF pre-copy phase of dirty page tracking, though it means > that it will only be used at the start of the switchover phase. > > Add an option that disables the VF dirty

RE: [PATCH v6 9/9] vfio/common: Allow disabling device dirty page tracking

2024-07-22 Thread Duan, Zhenzhong
>-Original Message- >From: Joao Martins >Subject: [PATCH v6 9/9] vfio/common: Allow disabling device dirty page >tracking > >The property 'x-pre-copy-dirty-page-tracking' allows disabling the whole >tracking of VF pre-copy phase of dirty page tracking

[PATCH v6 9/9] vfio/common: Allow disabling device dirty page tracking

2024-07-22 Thread Joao Martins
The property 'x-pre-copy-dirty-page-tracking' allows disabling the whole tracking of VF pre-copy phase of dirty page tracking, though it means that it will only be used at the start of the switchover phase. Add an option that disables the VF dirty page tracking, and fall back into container-based