]> Git Repo - qemu.git/commit - migration-rdma.c
rdma: core logic
authorMichael R. Hines <[email protected]>
Mon, 22 Jul 2013 14:01:54 +0000 (10:01 -0400)
committerJuan Quintela <[email protected]>
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 <[email protected]>
Reviewed-by: Chegu Vinod <[email protected]>
Tested-by: Chegu Vinod <[email protected]>
Tested-by: Michael R. Hines <[email protected]>
Signed-off-by: Michael R. Hines <[email protected]>
Signed-off-by: Juan Quintela <[email protected]>
Makefile.objs
configure
include/migration/migration.h
migration-rdma.c [new file with mode: 0644]
migration.c
This page took 0.026076 seconds and 4 git commands to generate.