qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH v3 resend/cleanup 0/8] rdma: core logic


From: mrhines
Subject: [Qemu-devel] [PATCH v3 resend/cleanup 0/8] rdma: core logic
Date: Fri, 12 Jul 2013 10:40:20 -0400

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

Just a one-liner bug fix and checkpatch.pl, but this a resend.

Waiting to be merged....

Changes since v2:
- trivial bugfix
- re-ran checkpatch

Michael R. Hines (8):
  rdma: update documentation to reflect new unpin support
  rdma: bugfix: ram_control_save_page()
  rdma: introduce ram_handle_compressed()
  rdma: core logic
  rdma: send pc.ram
  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                   |   62 +-
 configure                     |   40 +
 docs/rdma.txt                 |   51 +-
 hmp.c                         |    4 +
 include/migration/migration.h |    7 +
 migration-rdma.c              | 3249 +++++++++++++++++++++++++++++++++++++++++
 migration.c                   |   48 +-
 qapi-schema.json              |    9 +-
 savevm.c                      |    2 +-
 10 files changed, 3427 insertions(+), 46 deletions(-)
 create mode 100644 migration-rdma.c

-- 
1.7.10.4




reply via email to

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