[Qemu-devel] [PATCH 05/10] Rework ram_control_load_hook to hook during block load

2015-04-20 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" We need the names of RAMBlocks as they're loaded for RDMA, reuse an existing QEMUFile hook with some small mods. Signed-off-by: Dr. David Alan Gilbert --- arch_init.c | 4 +++- include/migration/migration.h | 2 +- include/migration/qemu-file.

Re: [Qemu-devel] [PATCH 05/10] Rework ram_control_load_hook to hook during block load

2015-05-19 Thread Michael R. Hines
On 04/20/2015 10:57 AM, Dr. David Alan Gilbert (git) wrote: From: "Dr. David Alan Gilbert" We need the names of RAMBlocks as they're loaded for RDMA, reuse an existing QEMUFile hook with some small mods. Signed-off-by: Dr. David Alan Gilbert --- arch_init.c | 4 +++- inc

Re: [Qemu-devel] [PATCH 05/10] Rework ram_control_load_hook to hook during block load

2015-05-19 Thread Dr. David Alan Gilbert
* Michael R. Hines (mrhi...@linux.vnet.ibm.com) wrote: > On 04/20/2015 10:57 AM, Dr. David Alan Gilbert (git) wrote: > >From: "Dr. David Alan Gilbert" > > > >We need the names of RAMBlocks as they're loaded for RDMA, > >reuse an existing QEMUFile hook with some small mods. > > > >Signed-off-by: Dr