Re: [Qemu-devel] [RFC PATCH RDMA support v6: 6/7] send pc.ram over RDMA

2013-04-10 Thread Michael R. Hines
Acknowledged. On 04/10/2013 03:57 AM, Paolo Bonzini wrote: Il 10/04/2013 06:29, mrhi...@linux.vnet.ibm.com ha scritto: From: "Michael R. Hines" All that is left for this part of the patch is: 1. use the new (optionally defined) save_ram_page function pointer to decide what to do with the

Re: [Qemu-devel] [RFC PATCH RDMA support v6: 6/7] send pc.ram over RDMA

2013-04-10 Thread Paolo Bonzini
Il 10/04/2013 06:29, mrhi...@linux.vnet.ibm.com ha scritto: > From: "Michael R. Hines" > > All that is left for this part of the patch is: > > 1. use the new (optionally defined) save_ram_page function pointer >to decide what to do with the page if RDMA is enable or not >and return ENOTS

[Qemu-devel] [RFC PATCH RDMA support v6: 6/7] send pc.ram over RDMA

2013-04-09 Thread mrhines
From: "Michael R. Hines" All that is left for this part of the patch is: 1. use the new (optionally defined) save_ram_page function pointer to decide what to do with the page if RDMA is enable or not and return ENOTSUP as agreed. 2. invoke hooks from QEMURamControlOps function pointers to