qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2 0/8] rdma: core logic w/ unpin example


From: Michael R. Hines
Subject: Re: [Qemu-devel] [PATCH v2 0/8] rdma: core logic w/ unpin example
Date: Fri, 28 Jun 2013 19:28:46 -0400
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130329 Thunderbird/17.0.5

FYI: This version also passes under the 'virt-test' framework
in addition to my very aggressive looped regression tests,
in case anyone was concerned about additional testing.

I've also submitted a patch to virt-test to include rdma support.

As soon as this patch applies, I'll do the same on the libvirt mailing list.

- Michael

On 06/28/2013 03:59 PM, address@hidden wrote:
From: "Michael R. Hines" <address@hidden>

This version seems ready to go, if there are no fundamental problems.

Changes since v1:
- Complete endianness handling of all protocol messages
- Splitout unpin patch
- ./configure fixes
- Fix documentation

Michael R. Hines (8):
   rdma: update documentation to reflect new unpin support
   rdma: introduce ram_handle_compressed()
   rdma: core logic
   rdma: unpin support
   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              | 3042 +++++++++++++++++++++++++++++++++++++++++
  migration.c                   |   48 +-
  qapi-schema.json              |    9 +-
  9 files changed, 3219 insertions(+), 45 deletions(-)
  create mode 100644 migration-rdma.c





reply via email to

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