Re: [Qemu-devel] [PATCH 2/3] Postcopy: Fix TP!=HP zero case

2015-11-11 Thread Juan Quintela
"Dr. David Alan Gilbert (git)" wrote: > From: "Dr. David Alan Gilbert" > > Where the target page size is different from the host page > we special case it, but I messed up on the zero case check. > > Signed-off-by: Dr. David Alan Gilbert Reviewed-by: Juan Quintela And people wonder why multip

[Qemu-devel] [PATCH 2/3] Postcopy: Fix TP!=HP zero case

2015-11-11 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" Where the target page size is different from the host page we special case it, but I messed up on the zero case check. Signed-off-by: Dr. David Alan Gilbert --- migration/ram.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migration/ram.c b/