]> git.proxmox.com Git - mirror_qemu.git/commit - migration-rdma.c
rdma: core logic
authorMichael R. Hines <mrhines@us.ibm.com>
Mon, 22 Jul 2013 14:01:54 +0000 (10:01 -0400)
committerJuan Quintela <quintela@redhat.com>
Tue, 23 Jul 2013 09:12:00 +0000 (11:12 +0200)
commit2da776db4846eadcb808598a5d3484d149773c05
tree5fc432575f8ce2a8972d66db4f127e9300a79b2d
parent44c3b58cf9b2c91a38363f0b45d20f3f40b8f2b3
rdma: core logic

Code that does need to be visible is kept
well contained inside this file and this is the only
new additional file to the entire patch.

This file includes the entire protocol and interfaces
required to perform RDMA migration.

Also, the configure and Makefile modifications to link
this file are included.

Full documentation is in docs/rdma.txt

Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Chegu Vinod <chegu_vinod@hp.com>
Tested-by: Chegu Vinod <chegu_vinod@hp.com>
Tested-by: Michael R. Hines <mrhines@us.ibm.com>
Signed-off-by: Michael R. Hines <mrhines@us.ibm.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
Makefile.objs
configure
include/migration/migration.h
migration-rdma.c [new file with mode: 0644]
migration.c