Re: [PATCH v2 01/20] multifd: Add capability to enable/disable zero_page

2023-11-16 Thread Fabiano Rosas
Hao Xiang writes: > From: Juan Quintela > > We have to enable it by default until we introduce the new code. > > Signed-off-by: Juan Quintela > --- > migration/options.c | 13 + > migration/options.h | 1 + > qapi/migration.json | 8 +++- > 3 files changed, 21 insertions(+),

[PATCH v2 01/20] multifd: Add capability to enable/disable zero_page

2023-11-13 Thread Hao Xiang
From: Juan Quintela We have to enable it by default until we introduce the new code. Signed-off-by: Juan Quintela --- migration/options.c | 13 + migration/options.h | 1 + qapi/migration.json | 8 +++- 3 files changed, 21 insertions(+), 1 deletion(-) diff --git a/migration/