Re: [Qemu-devel] [PATCH v2 01/12] Rename RDMA structures to make destination clear

2015-07-01 Thread Juan Quintela
"Dr. David Alan Gilbert (git)" wrote: > From: "Dr. David Alan Gilbert" > > RDMA has two data types that are named confusingly; >RDMALocalBlock (pointed to indirectly by local_ram_blocks) >RDMARemoteBlock (pointed to by block in RDMAContext) > > RDMALocalBlocks, as the name suggests is a d

[Qemu-devel] [PATCH v2 01/12] Rename RDMA structures to make destination clear

2015-06-11 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" RDMA has two data types that are named confusingly; RDMALocalBlock (pointed to indirectly by local_ram_blocks) RDMARemoteBlock (pointed to by block in RDMAContext) RDMALocalBlocks, as the name suggests is a data strucuture that represents the RDMAable RAM Blo