Re: [Qemu-devel] [PATCH v4 02/10] migration: fix counting normal page for compression

2018-08-22 Thread Juan Quintela
guangrong.x...@gmail.com wrote: > From: Xiao Guangrong > > The compressed page is not normal page > > Reviewed-by: Peter Xu > Signed-off-by: Xiao Guangrong Reviewed-by: Juan Quintela

[Qemu-devel] [PATCH v4 02/10] migration: fix counting normal page for compression

2018-08-21 Thread guangrong . xiao
From: Xiao Guangrong The compressed page is not normal page Reviewed-by: Peter Xu Signed-off-by: Xiao Guangrong --- migration/ram.c | 1 - 1 file changed, 1 deletion(-) diff --git a/migration/ram.c b/migration/ram.c index ae9e83c2b6..d631b9a6fe 100644 --- a/migration/ram.c +++ b/migration/ra