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

2024-02-07 Thread Hao Xiang
On Tue, Feb 6, 2024 at 7:45 PM Peter Xu wrote: > > On Tue, Feb 06, 2024 at 11:19:03PM +, Hao Xiang wrote: > > diff --git a/qapi/migration.json b/qapi/migration.json > > index 819708321d..ff033a0344 100644 > > --- a/qapi/migration.json > > +++ b/qapi/migration.json > > @@ -874,6 +874,11 @@ > >

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

2024-02-06 Thread Peter Xu
On Tue, Feb 06, 2024 at 11:19:03PM +, Hao Xiang wrote: > diff --git a/qapi/migration.json b/qapi/migration.json > index 819708321d..ff033a0344 100644 > --- a/qapi/migration.json > +++ b/qapi/migration.json > @@ -874,6 +874,11 @@ > # @mode: Migration mode. See description in @MigMode. Default i

[PATCH 1/6] migration/multifd: Add new migration option multifd-zero-page.

2024-02-06 Thread Hao Xiang
This new parameter controls where the zero page checking is running. If this parameter is set to true, zero page checking is done in the multifd sender threads. If this parameter is set to false, zero page checking is done in the migration main thread. Signed-off-by: Hao Xiang --- migration/migr