Re: [PATCH 4/6] migration/multifd: Zero page transmission on the multifd thread.

2024-02-06 Thread Peter Xu
On Tue, Feb 06, 2024 at 11:19:06PM +, Hao Xiang wrote: > This implements the zero page detection and handling on the multifd > threads. > > Signed-off-by: Hao Xiang > --- > migration/multifd.c | 62 + > migration/multifd.h | 5 > 2 files chan

[PATCH 4/6] migration/multifd: Zero page transmission on the multifd thread.

2024-02-06 Thread Hao Xiang
This implements the zero page detection and handling on the multifd threads. Signed-off-by: Hao Xiang --- migration/multifd.c | 62 + migration/multifd.h | 5 2 files changed, 62 insertions(+), 5 deletions(-) diff --git a/migration/multifd.c b/m