Re: [Qemu-devel] [PULL v3 7/7] rdma: add documentation

2013-04-17 Thread Michael R. Hines
On 04/17/2013 11:52 AM, Eric Blake wrote: On 04/16/2013 10:20 PM, mrhi...@linux.vnet.ibm.com wrote: +Experimental: Next, decide if you want dynamic page registration. +For example, if you have an 8GB RAM virtual machine, but only 1GB +is in active use, then disabling this feature will cause all

Re: [Qemu-devel] [PULL v3 7/7] rdma: add documentation

2013-04-17 Thread Eric Blake
On 04/16/2013 10:20 PM, mrhi...@linux.vnet.ibm.com wrote: > +Experimental: Next, decide if you want dynamic page registration. > +For example, if you have an 8GB RAM virtual machine, but only 1GB > +is in active use, then disabling this feature will cause all 8GB to > +be pinned and resident in

[Qemu-devel] [PULL v3 7/7] rdma: add documentation

2013-04-16 Thread mrhines
From: "Michael R. Hines" docs/rdma.txt contains full documentation, wiki links, github url and contact information. Signed-off-by: Michael R. Hines --- docs/rdma.txt | 357 + 1 file changed, 357 insertions(+) create mode 100644 docs/rdm