Re: [Qemu-devel] [PATCH v11 09/15] rdma: new QEMUFileOps hooks

2013-06-25 Thread Paolo Bonzini
Il 25/06/2013 15:38, Michael R. Hines ha scritto: > On 06/25/2013 07:51 AM, Juan Quintela wrote: >> 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.

Re: [Qemu-devel] [PATCH v11 09/15] rdma: new QEMUFileOps hooks

2013-06-25 Thread Michael R. Hines
On 06/25/2013 07:51 AM, Juan Quintela wrote: 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 a

Re: [Qemu-devel] [PATCH v11 09/15] rdma: new QEMUFileOps hooks

2013-06-25 Thread Juan Quintela
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 override the default save_pag

[Qemu-devel] [PATCH v11 09/15] rdma: new QEMUFileOps hooks

2013-06-24 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