Re: [Qemu-devel] [PULL v3 2/7] rdma: new QEMUFileOps hooks

2013-04-17 Thread Michael R. Hines
Acknowledged. On 04/17/2013 06:13 AM, Orit Wasserman wrote: On 04/17/2013 07:20 AM, mrhi...@linux.vnet.ibm.com wrote: From: "Michael R. Hines" These are the prototypes and implementation of new hooks that RDMA takes advantage of to perform dynamic page registration. An optional hook is also

Re: [Qemu-devel] [PULL v3 2/7] rdma: new QEMUFileOps hooks

2013-04-17 Thread Orit Wasserman
On 04/17/2013 01:17 PM, Paolo Bonzini wrote: > Il 17/04/2013 12:13, Orit Wasserman ha scritto: >> On 04/17/2013 07:20 AM, mrhi...@linux.vnet.ibm.com wrote: >>> From: "Michael R. Hines" >>> >>> These are the prototypes and implementation of new hooks that >>> RDMA takes advantage of to perform dyna

Re: [Qemu-devel] [PULL v3 2/7] rdma: new QEMUFileOps hooks

2013-04-17 Thread Paolo Bonzini
Il 17/04/2013 12:13, Orit Wasserman ha scritto: > On 04/17/2013 07:20 AM, mrhi...@linux.vnet.ibm.com wrote: >> From: "Michael R. Hines" >> >> These are the prototypes and implementation of new hooks that >> RDMA takes advantage of to perform dynamic page registration. >> >> An optional hook is als

Re: [Qemu-devel] [PULL v3 2/7] rdma: new QEMUFileOps hooks

2013-04-17 Thread Orit Wasserman
On 04/17/2013 07:20 AM, mrhi...@linux.vnet.ibm.com wrote: > From: "Michael R. Hines" > > These are the prototypes and implementation of new hooks that > RDMA takes advantage of to perform dynamic page registration. > > An optional hook is also introduced for a custom function > to be able to ove

[Qemu-devel] [PULL v3 2/7] rdma: new QEMUFileOps hooks

2013-04-16 Thread mrhines
From: "Michael R. Hines" These are the prototypes and implementation of new hooks that RDMA takes advantage of to perform dynamic page registration. An optional hook is also introduced for a custom function to be able to override the default save_page function. Also included are the prototypes