From patchwork Mon Jul 29 15:36:06 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Stefan Hajnoczi X-Patchwork-Id: 262823 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 6F9FE2C00DB for ; Tue, 30 Jul 2013 01:36:53 +1000 (EST) Received: from localhost ([::1]:42295 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V3pVD-0006JN-3t for incoming@patchwork.ozlabs.org; Mon, 29 Jul 2013 11:36:51 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51455) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V3pUn-0006Ht-1o for qemu-devel@nongnu.org; Mon, 29 Jul 2013 11:36:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V3pUg-0002aY-0F for qemu-devel@nongnu.org; Mon, 29 Jul 2013 11:36:25 -0400 Received: from mx1.redhat.com ([209.132.183.28]:52925) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V3pUf-0002a1-NP for qemu-devel@nongnu.org; Mon, 29 Jul 2013 11:36:17 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r6TFaGAO024269 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 29 Jul 2013 11:36:17 -0400 Received: from localhost (ovpn-112-50.ams2.redhat.com [10.36.112.50]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r6TFaF0q022449; Mon, 29 Jul 2013 11:36:16 -0400 From: Stefan Hajnoczi To: Date: Mon, 29 Jul 2013 17:36:06 +0200 Message-Id: <1375112172-24863-1-git-send-email-stefanha@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.68 on 10.5.11.24 X-MIME-Autoconverted: from 8bit to quoted-printable by mx1.redhat.com id r6TFaGAO024269 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 209.132.183.28 Cc: Anthony Liguori , Stefan Hajnoczi Subject: [Qemu-devel] [PULL for-1.6 0/6] Block patches X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org This pull request contains the final patches for QEMU 1.6. They apply on top of Kevin's pending block pull request from Friday. Features: * Paolo/Bharata's gluster resize support * My virtio-blk-data-plane live migration support Bug fixes: * Benoît's I/O throttling fix * My spice migration (also affects dataplane migration) and dataplane bdrv_in_use() fixes The following changes since commit e3409362bd64731e042c9d001e43cc1d13d2df5d: Add tests for sync modes 'TOP' and 'NONE' (2013-07-26 22:01:31 +0200) are available in the git repository at: git://github.com/stefanha/qemu.git block for you to fetch changes up to b0f2027cde31c645524256763672e09eeb204a9a: dataplane: refuse to start if device is already in use (2013-07-29 17:19:15 +0200) ---------------------------------------------------------------- Benoît Canet (1): block: Repair the throttling code. Paolo Bonzini (1): gluster: Add image resize support Stefan Hajnoczi (4): migration: notify migration state before starting thread migration: fix spice migration dataplane: enable virtio-blk x-data-plane=on live migration dataplane: refuse to start if device is already in use block.c | 7 +++---- block/gluster.c | 17 +++++++++++++++++ hw/block/dataplane/virtio-blk.c | 17 ++++++++--------- hw/block/virtio-blk.c | 32 ++++++++++++++++++++++++++++++++ include/block/coroutine.h | 9 +++++++-- include/hw/virtio/virtio-blk.h | 1 + include/migration/migration.h | 2 +- migration.c | 8 +++++--- qemu-coroutine-lock.c | 20 ++++++++++++++++++-- ui/spice-core.c | 2 +- 10 files changed, 93 insertions(+), 22 deletions(-)