Re: [Qemu-devel] [PATCH 2/6] rdma: introduce ram_handle_compressed()

2013-06-28 Thread Paolo Bonzini
Il 28/06/2013 00:56, Peter Maydell ha scritto: > On 27 June 2013 23:44, wrote: >> arch_init.c | 29 +++-- >> include/migration/migration.h |2 ++ > > Implementation in arch_init.c but prototype in migration.h? > The function pretty clearly has noth

Re: [Qemu-devel] [PATCH 2/6] rdma: introduce ram_handle_compressed()

2013-06-27 Thread Peter Maydell
On 27 June 2013 23:44, wrote: > arch_init.c | 29 +++-- > include/migration/migration.h |2 ++ Implementation in arch_init.c but prototype in migration.h? The function pretty clearly has nothing to do with initialization anyway, which suggests it's

[Qemu-devel] [PATCH 2/6] rdma: introduce ram_handle_compressed()

2013-06-27 Thread mrhines
From: "Michael R. Hines" This gives RDMA shared access to madvise() on the destination side when an entire chunk is found to be zero. Reviewed-by: Juan Quintela Reviewed-by: Paolo Bonzini Reviewed-by: Chegu Vinod Tested-by: Chegu Vinod Tested-by: Michael R. Hines Signed-off-by: Michael R. H