Il 11/03/2013 05:33, michael.r.hines.mrhi...@linux.vnet.ibm.com ha scritto: > From: "Michael R. Hines" <mrhi...@us.ibm.com> > > This is the loadvm() side of the connection which is RDMA-aware, > so that transfer of device state can use the same abstractions > as all of the other migration protocols. > > Full documentation of the protocol is in docs/rdma.txt > > Signed-off-by: Michael R. Hines <mrhi...@us.ibm.com> > --- > include/migration/qemu-file.h | 17 +++++ > savevm.c | 165 > ++++++++++++++++++++++++++++++++++++++++- > 2 files changed, 180 insertions(+), 2 deletions(-)
Please move this to rdma.c, otherwise it won't compile without librdmacm. Paolo