Re: [External] Re: [PATCH v3 1/7] migration/multifd: Add new migration option zero-page-detection.

2024-02-28 Thread Markus Armbruster
Hao Xiang writes: > On Wed, Feb 28, 2024 at 1:43 AM Markus Armbruster wrote: >> >> Hao Xiang writes: >> >> > This new parameter controls where the zero page checking is running. >> > 1. If this parameter is set to 'legacy', zero page checking is >> > done in the migration main thread. >> > 2. I

Re: [External] Re: [PATCH v3 1/7] migration/multifd: Add new migration option zero-page-detection.

2024-02-28 Thread Hao Xiang
On Wed, Feb 28, 2024 at 1:43 AM Markus Armbruster wrote: > > Hao Xiang writes: > > > This new parameter controls where the zero page checking is running. > > 1. If this parameter is set to 'legacy', zero page checking is > > done in the migration main thread. > > 2. If this parameter is set to 'n

Re: [PATCH v3 1/7] migration/multifd: Add new migration option zero-page-detection.

2024-02-28 Thread Markus Armbruster
Hao Xiang writes: > This new parameter controls where the zero page checking is running. > 1. If this parameter is set to 'legacy', zero page checking is > done in the migration main thread. > 2. If this parameter is set to 'none', zero page checking is disabled. > > Signed-off-by: Hao Xiang [.

[PATCH v3 1/7] migration/multifd: Add new migration option zero-page-detection.

2024-02-26 Thread Hao Xiang
This new parameter controls where the zero page checking is running. 1. If this parameter is set to 'legacy', zero page checking is done in the migration main thread. 2. If this parameter is set to 'none', zero page checking is disabled. Signed-off-by: Hao Xiang --- hw/core/qdev-properties-syste