qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 0/6] rdma: core logic and unpin support


From: mrhines
Subject: [Qemu-devel] [PATCH 0/6] rdma: core logic and unpin support
Date: Thu, 27 Jun 2013 18:44:52 -0400

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

Changes:
- Per request, basic (compile-time-enabled) unpin support is available,
  but turned off by default.

Michael R. Hines (6):
  rdma: update documentation to reflect new unpin support
  rdma: introduce ram_handle_compressed()
  rdma: core logic
  rdma: allow state transitions between other states besides ACTIVE
  rdma: introduce MIG_STATE_NONE and change MIG_STATE_SETUP state
    transition
  rdma: account for the time spent in MIG_STATE_SETUP through QMP

 Makefile.objs                 |    1 +
 arch_init.c                   |   29 +-
 configure                     |   29 +
 docs/rdma.txt                 |   23 +-
 hmp.c                         |    4 +
 include/migration/migration.h |    7 +
 migration-rdma.c              | 2976 +++++++++++++++++++++++++++++++++++++++++
 migration.c                   |   48 +-
 qapi-schema.json              |    9 +-
 9 files changed, 3094 insertions(+), 32 deletions(-)
 create mode 100644 migration-rdma.c

-- 
1.7.10.4




reply via email to

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