Re: [Qemu-devel] [PATCH v11 08/15] rdma: introduce qemu_ram_foreach_block()

2013-06-25 Thread Juan Quintela
mrhi...@linux.vnet.ibm.com wrote: > From: "Michael R. Hines" > > This is used during RDMA initialization in order to > transmit a description of all the RAM blocks to the > peer for later dynamic chunk registration purposes. > > Reviewed-by: Paolo Bonzini > Reviewed-by: Chegu Vinod > Tested-by:

[Qemu-devel] [PATCH v11 08/15] rdma: introduce qemu_ram_foreach_block()

2013-06-24 Thread mrhines
From: "Michael R. Hines" This is used during RDMA initialization in order to transmit a description of all the RAM blocks to the peer for later dynamic chunk registration purposes. Reviewed-by: Paolo Bonzini Reviewed-by: Chegu Vinod Tested-by: Chegu Vinod Tested-by: Michael R. Hines Signed-o