Re: [PATCH v3 09/10] vfio/migration: Don't block migration device dirty tracking is unsupported

2024-07-10 Thread Joao Martins
On 10/07/2024 11:38, Duan, Zhenzhong wrote: > > >> -Original Message- >> From: Joao Martins >> Subject: [PATCH v3 09/10] vfio/migration: Don't block migration device dirty >> tracking is unsupported >> >> By default VFIO migration is set to auto, which will support live >> migration if t

RE: [PATCH v3 09/10] vfio/migration: Don't block migration device dirty tracking is unsupported

2024-07-10 Thread Duan, Zhenzhong
>-Original Message- >From: Joao Martins >Subject: [PATCH v3 09/10] vfio/migration: Don't block migration device dirty >tracking is unsupported > >By default VFIO migration is set to auto, which will support live >migration if the migration capability is set *and* also dirty page >tracki

Re: [PATCH v3 09/10] vfio/migration: Don't block migration device dirty tracking is unsupported

2024-07-09 Thread Joao Martins
On 09/07/2024 08:02, Cédric Le Goater wrote: > On 7/8/24 4:34 PM, Joao Martins wrote: >> By default VFIO migration is set to auto, which will support live >> migration if the migration capability is set *and* also dirty page >> tracking is supported. >> >> For testing purposes one can force enable

Re: [PATCH v3 09/10] vfio/migration: Don't block migration device dirty tracking is unsupported

2024-07-09 Thread Cédric Le Goater
On 7/8/24 4:34 PM, Joao Martins wrote: By default VFIO migration is set to auto, which will support live migration if the migration capability is set *and* also dirty page tracking is supported. For testing purposes one can force enable without dirty page tracking via enable-migration=on, but th