From patchwork Mon Jul 15 11:16:32 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kevin Wolf X-Patchwork-Id: 258997 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 82CA62C0124 for ; Mon, 15 Jul 2013 21:17:21 +1000 (EST) Received: from localhost ([::1]:41386 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UygmL-00062X-Ly for incoming@patchwork.ozlabs.org; Mon, 15 Jul 2013 07:17:17 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42849) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uyglu-00062C-VV for qemu-devel@nongnu.org; Mon, 15 Jul 2013 07:16:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uyglt-0002ZY-UG for qemu-devel@nongnu.org; Mon, 15 Jul 2013 07:16:50 -0400 Received: from mx1.redhat.com ([209.132.183.28]:23314) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uyglt-0002ZH-MD for qemu-devel@nongnu.org; Mon, 15 Jul 2013 07:16:49 -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 r6FBGlea005612 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 15 Jul 2013 07:16:47 -0400 Received: from dhcp-200-207.str.redhat.com (dhcp-192-197.str.redhat.com [10.33.192.197]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r6FBGjh3001073; Mon, 15 Jul 2013 07:16:46 -0400 From: Kevin Wolf To: anthony@codemonkey.ws Date: Mon, 15 Jul 2013 13:16:32 +0200 Message-Id: <1373887000-4488-1-git-send-email-kwolf@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.24 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 209.132.183.28 Cc: kwolf@redhat.com, qemu-devel@nongnu.org Subject: [Qemu-devel] [PULL 0/8] 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 The following changes since commit c3cb8e77804313e1be99b5f28a34a346736707a5: ioport: remove LITTLE_ENDIAN mark for portio (2013-07-12 14:37:47 -0500) are available in the git repository at: git://repo.or.cz/qemu/kevin.git for-anthony for you to fetch changes up to a62eaa26c1d6d48fbdc3ac1d32bd1314f5fdc8c9: ahci: Fix FLUSH command (2013-07-15 11:53:55 +0200) ---------------------------------------------------------------- Kevin Wolf (6): block: Don't parse protocol from file.filename qemu-iotests: Update 051 reference output block: Add return value for bdrv_flush_all() cpus: Add return value for vm_stop() migration: Fail migration on bdrv_flush_all() error ahci: Fix FLUSH command Stefan Hajnoczi (2): blockdev: add sync mode to drive-backup QMP command block: add drive_backup HMP command block.c | 27 ++++++--- block/sheepdog.c | 2 +- blockdev.c | 6 ++ cpus.c | 20 ++++--- hmp-commands.hx | 20 +++++++ hmp.c | 28 +++++++++ hmp.h | 1 + hw/ide/ahci.c | 8 ++- hw/ide/core.c | 9 +++ hw/ide/internal.h | 1 + include/block/block.h | 5 +- include/sysemu/sysemu.h | 4 +- migration.c | 17 +++++- qapi-schema.json | 7 ++- qemu-img.c | 4 +- qmp-commands.hx | 6 +- stubs/vm-stop.c | 2 +- tests/qemu-iotests/051 | 12 ++++ tests/qemu-iotests/051.out | 121 ++++++++++++++++++++++++++++----------- tests/qemu-iotests/055 | 36 +++++++----- tests/qemu-iotests/common.filter | 2 +- 21 files changed, 262 insertions(+), 76 deletions(-)