From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37127) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WT2MQ-0003Zj-SC for qemu-devel@nongnu.org; Thu, 27 Mar 2014 00:56:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WT2MJ-0005P5-Si for qemu-devel@nongnu.org; Thu, 27 Mar 2014 00:56:14 -0400 Received: from e7.ny.us.ibm.com ([32.97.182.137]:46536) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WT2MJ-0005Oq-ND for qemu-devel@nongnu.org; Thu, 27 Mar 2014 00:56:07 -0400 Received: from /spool/local by e7.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 27 Mar 2014 00:56:07 -0400 Received: from b01cxnp22036.gho.pok.ibm.com (b01cxnp22036.gho.pok.ibm.com [9.57.198.26]) by d01dlp02.pok.ibm.com (Postfix) with ESMTP id 4DD376E803C for ; Thu, 27 Mar 2014 00:55:57 -0400 (EDT) Received: from d01av01.pok.ibm.com (d01av01.pok.ibm.com [9.56.224.215]) by b01cxnp22036.gho.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id s2R4u3qU7143686 for ; Thu, 27 Mar 2014 04:56:03 GMT Received: from d01av01.pok.ibm.com (localhost [127.0.0.1]) by d01av01.pok.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id s2R4u2lE018483 for ; Thu, 27 Mar 2014 00:56:03 -0400 Message-ID: <5333AF1D.7080503@linux.vnet.ibm.com> Date: Thu, 27 Mar 2014 12:54:53 +0800 From: "Michael R. Hines" MIME-Version: 1.0 References: <1393337258-2289-1-git-send-email-quintela@redhat.com> In-Reply-To: <1393337258-2289-1-git-send-email-quintela@redhat.com> Content-Type: multipart/alternative; boundary="------------040100000108090403070701" Subject: [Qemu-devel] RDMA upstream moved to stable status - will proceed formally with libvirt patchset and more FT review List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "qemu-devel@nongnu.org" , hinesmr@cn.ibm.com, onom@us.ibm.com, abali@us.ibm.com, gokul@us.ibm.com, EREZH@il.ibm.com, GILR@il.ibm.com, BIRAN@il.ibm.com, SADEKJ@il.ibm.com, shaol@cn.ibm.com, linyh@cn.ibm.com This is a multi-part message in MIME format. --------------040100000108090403070701 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi, RDMA has finally moved out of 'experimental' status, which is a fundamental part of the FT implementation that is currently in review. I can finally proceed to pushing this through the libvirt community itself, and then finally to the openstack community later. There still is no storage implementation - but this means that finally there is a clear path for the dependencies that FT needs to have in place to perform well in the future. - Michael -------- Original Message -------- Subject: [Qemu-devel] [PULL 0/4] migration queue Date: Tue, 25 Feb 2014 15:07:34 +0100 From: Juan Quintela To: qemu-devel@nongnu.org Hi Please pull, this include: - make rdma as stable (patch has been reviewed since long ago)(mrhines) - less_equal means less_equal not great_or_eual: (david and brown paperbag for me) - fix two XBZRLE corruptions - fwrite(): we are back to v2 of the patch. (me) The following changes since commit 0459650d94d18218808fcabc8c3227d2ee99af39: Merge remote-tracking branch 'remotes/mdroth/qga-pull-2014-02-24' into staging (2014-02-25 12:30:01 +0000) are available in the git repository at: git://github.com/juanquintela/qemu.git tags/migration/20140225 for you to fetch changes up to 41310c68781d742fa9bbfd5fcb1df9b7f23f5759: rdma: rename 'x-rdma' => 'rdma' (2014-02-25 14:30:28 +0100) ---------------------------------------------------------------- migration/next for 20140225 ---------------------------------------------------------------- Dr. David Alan Gilbert (2): Fix vmstate_info_int32_le comparison/assign Fix two XBZRLE corruption issues Juan Quintela (1): qemu_file: use fwrite() correctly Michael R. Hines (1): rdma: rename 'x-rdma' => 'rdma' arch_init.c | 64 ++++++++++++++++++++++++++++++++---------- docs/rdma.txt | 24 +++++++--------- include/migration/page_cache.h | 2 +- migration-rdma.c | 2 +- migration.c | 6 ++-- page_cache.c | 2 +- qapi-schema.json | 7 ++--- qemu-file.c | 9 +++++- vmstate.c | 15 +++++----- 9 files changed, 84 insertions(+), 47 deletions(-) --------------040100000108090403070701 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hi,

RDMA has finally moved out of 'experimental' status,
which is a fundamental part of the FT implementation
that is currently in review.

I can finally proceed to pushing this through the libvirt community
itself, and then finally to the openstack community later.

There still is no storage implementation - but this means
that finally there is a clear path for the dependencies that
FT needs to have in place to perform well in the future.

- Michael


-------- Original Message --------
Subject: [Qemu-devel] [PULL 0/4] migration queue
Date: Tue, 25 Feb 2014 15:07:34 +0100
From: Juan Quintela <quintela@redhat.com>
To: qemu-devel@nongnu.org


Hi

Please pull, this include:

- make rdma as stable (patch has been reviewed since long ago)(mrhines)
- less_equal means less_equal not great_or_eual: (david and brown paperbag for me)
- fix two XBZRLE corruptions
- fwrite(): we are back to v2 of the patch. (me)


The following changes since commit 0459650d94d18218808fcabc8c3227d2ee99af39:

  Merge remote-tracking branch 'remotes/mdroth/qga-pull-2014-02-24' into staging (2014-02-25 12:30:01 +0000)

are available in the git repository at:


  git://github.com/juanquintela/qemu.git tags/migration/20140225

for you to fetch changes up to 41310c68781d742fa9bbfd5fcb1df9b7f23f5759:

  rdma: rename 'x-rdma' => 'rdma' (2014-02-25 14:30:28 +0100)

----------------------------------------------------------------
migration/next for 20140225

----------------------------------------------------------------
Dr. David Alan Gilbert (2):
      Fix vmstate_info_int32_le comparison/assign
      Fix two XBZRLE corruption issues

Juan Quintela (1):
      qemu_file: use fwrite() correctly

Michael R. Hines (1):
      rdma: rename 'x-rdma' => 'rdma'

 arch_init.c                    | 64 ++++++++++++++++++++++++++++++++----------
 docs/rdma.txt                  | 24 +++++++---------
 include/migration/page_cache.h |  2 +-
 migration-rdma.c               |  2 +-
 migration.c                    |  6 ++--
 page_cache.c                   |  2 +-
 qapi-schema.json               |  7 ++---
 qemu-file.c                    |  9 +++++-
 vmstate.c                      | 15 +++++-----
 9 files changed, 84 insertions(+), 47 deletions(-)



--------------040100000108090403070701--