Re: [Qemu-devel] [PATCH v3 2/2] migration: ram_handle_compressed

2013-09-24 Thread Juan Quintela
Isaku Yamahata wrote: > ram_handle_compressed() should be aware of size > TARGET_PAGE_SIZE. > migration-rdma can call it with larger size. > > Signed-off-by: Isaku Yamahata Reviewed-by: Juan Quintela

[Qemu-devel] [PATCH v3 2/2] migration: ram_handle_compressed

2013-09-20 Thread Isaku Yamahata
ram_handle_compressed() should be aware of size > TARGET_PAGE_SIZE. migration-rdma can call it with larger size. Signed-off-by: Isaku Yamahata --- Changes v2 -> v3: - use is_zero_range() changes v1 -> v2: - don't loop --- arch_init.c | 11 ++- 1 file changed, 6 insertions(+), 5 deleti