Re: [Qemu-devel] [RFC PATCH RDMA support v6: 3/7] Introduce QEMURamControlOps

2013-04-10 Thread Michael R. Hines
Acknowledged. On 04/10/2013 03:52 AM, Paolo Bonzini wrote: Il 10/04/2013 06:29, mrhi...@linux.vnet.ibm.com ha scritto: From: "Michael R. Hines" RDMA requires hooks before and after each iteration round in order to coordinate the new dynamic page registration support. This is done now by intro

Re: [Qemu-devel] [RFC PATCH RDMA support v6: 3/7] Introduce QEMURamControlOps

2013-04-10 Thread Paolo Bonzini
Il 10/04/2013 06:29, mrhi...@linux.vnet.ibm.com ha scritto: > From: "Michael R. Hines" > > RDMA requires hooks before and after each iteration round > in order to coordinate the new dynamic page registration support. > This is done now by introducing a new set of function pointers > which are onl

[Qemu-devel] [RFC PATCH RDMA support v6: 3/7] Introduce QEMURamControlOps

2013-04-09 Thread mrhines
From: "Michael R. Hines" RDMA requires hooks before and after each iteration round in order to coordinate the new dynamic page registration support. This is done now by introducing a new set of function pointers which are only used by arch_init.c. Pointers include: 1. save_ram_page (which can be