From patchwork Tue Sep 6 15:39:15 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kevin Wolf X-Patchwork-Id: 113610 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [140.186.70.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 2A7B0B6F76 for ; Wed, 7 Sep 2011 02:58:57 +1000 (EST) Received: from localhost ([::1]:40977 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R0xiZ-0003BM-W3 for incoming@patchwork.ozlabs.org; Tue, 06 Sep 2011 11:37:43 -0400 Received: from eggs.gnu.org ([140.186.70.92]:54878) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R0xhq-0001Fa-3z for qemu-devel@nongnu.org; Tue, 06 Sep 2011 11:37:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R0xhk-0003hU-GS for qemu-devel@nongnu.org; Tue, 06 Sep 2011 11:36:58 -0400 Received: from mx1.redhat.com ([209.132.183.28]:55669) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R0xhk-0003fL-6v for qemu-devel@nongnu.org; Tue, 06 Sep 2011 11:36:52 -0400 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p86FaouO029550 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 6 Sep 2011 11:36:50 -0400 Received: from dhcp-5-188.str.redhat.com (dhcp-5-175.str.redhat.com [10.32.5.175]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id p86FamTC015671; Tue, 6 Sep 2011 11:36:48 -0400 From: Kevin Wolf To: anthony@codemonkey.ws Date: Tue, 6 Sep 2011 17:39:15 +0200 Message-Id: <1315323586-23840-1-git-send-email-kwolf@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.25 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.132.183.28 Cc: kwolf@redhat.com, qemu-devel@nongnu.org Subject: [Qemu-devel] [PULL 00/31] 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 f69539b14bdba7a5cd22e1f4bed439b476b17286: apb_pci: convert PCI space to memory API (2011-09-04 09:28:04 +0000) are available in the git repository at: git://repo.or.cz/qemu/kevin.git for-anthony Fam Zheng (8): VMDK: enable twoGbMaxExtentFlat VMDK: add twoGbMaxExtentSparse support VMDK: separate vmdk_read_extent/vmdk_write_extent VMDK: Opening compressed extent. VMDK: read/write compressed extent VMDK: creating streamOptimized subformat VMDK: bugfix, open Haiku vmdk image VMDK: bugfix, opening vSphere 4 exported image Frediano Ziglio (1): linux aio: some comments Kevin Wolf (3): qcow2: Properly initialise QcowL2Meta qcow2: Fix error cases to run depedent requests async: Allow nested qemu_bh_poll calls Markus Armbruster (14): block: Attach non-qdev devices as well block: Generalize change_cb() to BlockDevOps block: Split change_cb() into change_media_cb(), resize_cb() ide: Update command code definitions as per ACS-2 Table B.2 ide: Clean up case label indentation in ide_exec_cmd() ide: Give vmstate structs internal linkage where possible block/raw: Fix to forward method bdrv_media_changed() block: Leave tracking media change to device models fdc: Make media change detection more robust block: Clean up bdrv_flush_all() savevm: Include writable devices with removable media xen: Clean up pci_piix3_xen_ide_unplug()'s test for "not a CD" spitz tosa: Simplify "drive is suitable for microdrive" test block: Declare qemu_blockalign() in block.h, not block_int.h Paolo Bonzini (5): scsi: execute SYNCHRONIZE_CACHE asynchronously scsi: fix accounting of writes scsi: refine constants for READ CAPACITY 16 scsi: fill in additional sense length correctly scsi: improve MODE SENSE emulation async.c | 24 +++- block.c | 104 ++++++++------- block.h | 28 +++- block/qcow2.c | 12 +- block/raw-posix.c | 4 + block/raw.c | 7 + block/vmdk.c | 346 +++++++++++++++++++++++++++++++++++++++----------- block_int.h | 14 +-- blockdev.c | 5 +- hw/fdc.c | 46 ++++---- hw/ide/core.c | 35 +++--- hw/ide/internal.h | 171 +++++++++++++------------ hw/ide/piix.c | 7 +- hw/pflash_cfi01.c | 1 + hw/pflash_cfi02.c | 1 + hw/qdev-properties.c | 6 +- hw/scsi-bus.c | 6 +- hw/scsi-defs.h | 8 +- hw/scsi-disk.c | 157 +++++++++++++---------- hw/sd.c | 14 +- hw/spitz.c | 10 +- hw/tosa.c | 10 +- hw/usb-msd.c | 2 +- hw/virtio-blk.c | 12 +- hw/xen_disk.c | 1 + linux-aio.c | 1 + savevm.c | 4 +- 27 files changed, 652 insertions(+), 384 deletions(-)