From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57188) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WIIfj-0006lO-PY for qemu-devel@nongnu.org; Tue, 25 Feb 2014 09:07:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WIIff-0006N0-0I for qemu-devel@nongnu.org; Tue, 25 Feb 2014 09:07:47 -0500 Received: from mx1.redhat.com ([209.132.183.28]:37294) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WIIfe-0006Mi-OY for qemu-devel@nongnu.org; Tue, 25 Feb 2014 09:07:42 -0500 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s1PE7fvG023300 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 25 Feb 2014 09:07:41 -0500 From: Juan Quintela Date: Tue, 25 Feb 2014 15:07:34 +0100 Message-Id: <1393337258-2289-1-git-send-email-quintela@redhat.com> Subject: [Qemu-devel] [PULL 0/4] migration queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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(-)