From: "Michael R. Hines" <mrhi...@us.ibm.com> The following changes since commit e0a83fc2c1582dc8d4453849852ebe6c258b7c3a:
qom: do nothing on unparent of object without parent (2013-04-16 16:10:21 -0500) are available in the git repository at: g...@github.com:hinesmr/qemu.git rdma_patch_v3 for you to fetch changes up to f3b59adc01a5fd14d7c5ffe8b4e4a9cd24a3ff8f: rdma: add documentation (2013-04-17 00:15:27 -0400) ---------------------------------------------------------------- Michael R. Hines (7): rdma: introduce qemu_ram_foreach_block rdma: new QEMUFileOps hooks rdma: introduce capability for chunk registration rdma: core logic rdma: send pc.ram rdma: print throughput while debugging rdma: add documentation Makefile.objs | 1 + arch_init.c | 59 +- configure | 29 + docs/rdma.txt | 357 ++++++ exec.c | 9 + include/exec/cpu-common.h | 5 + include/migration/migration.h | 23 + include/migration/qemu-file.h | 31 + migration-rdma.c | 2778 +++++++++++++++++++++++++++++++++++++++++ migration.c | 27 +- qapi-schema.json | 2 +- savevm.c | 79 +- 12 files changed, 3378 insertions(+), 22 deletions(-) create mode 100644 docs/rdma.txt create mode 100644 migration-rdma.c -- 1.7.10.4