qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v2 0/8] rdma: migration support


From: mrhines
Subject: [Qemu-devel] [PATCH v2 0/8] rdma: migration support
Date: Fri, 12 Apr 2013 17:37:10 -0400

From: "Michael R. Hines" <address@hidden>

Changes since v1:

- Finished additional cleanup requests
- Introduced COMPRESS command to zap zeros

Wiki: http://wiki.qemu.org/Features/RDMALiveMigration
Github: address@hidden:hinesmr/qemu.git

Michael R. Hines (10):
  rdma: introduce qemu_ram_foreach_block
  rdma: new QEMUFileOps hooks
  rdma: export ram_handle_compressed()
  rdma: introduce capability for chunk registration
  rdma: core rdma logic
  rdma: send pc.ram
  rdma: print out throughput while debugging
  rdma: add documentation

 Makefile.objs                 |    1 +
 arch_init.c                   |   59 +-
 configure                     |   29 +
 docs/rdma.txt                 |  336 +++++
 exec.c                        |    9 +
 include/exec/cpu-common.h     |    5 +
 include/migration/migration.h |   23 +
 include/migration/qemu-file.h |   30 +
 migration-rdma.c              | 2732 +++++++++++++++++++++++++++++++++++++++++
 migration.c                   |   27 +-
 qapi-schema.json              |    2 +-
 savevm.c                      |   75 +-
 12 files changed, 3307 insertions(+), 21 deletions(-)
 create mode 100644 docs/rdma.txt
 create mode 100644 migration-rdma.c

-- 
1.7.10.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]