From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:60863) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SPdA9-0005rD-Jj for qemu-devel@nongnu.org; Wed, 02 May 2012 13:16:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SPdA7-0004Le-JF for qemu-devel@nongnu.org; Wed, 02 May 2012 13:16:25 -0400 Received: from mx1.redhat.com ([209.132.183.28]:23719) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SPdA7-0004LR-AV for qemu-devel@nongnu.org; Wed, 02 May 2012 13:16:23 -0400 From: Kevin Wolf Date: Wed, 2 May 2012 19:16:09 +0200 Message-Id: <1335978978-4940-1-git-send-email-kwolf@redhat.com> Subject: [Qemu-devel] [PULL 0/9] Block patches (master and 1.1) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: anthony@codemonkey.ws Cc: kwolf@redhat.com, qemu-devel@nongnu.org The following changes since commit 563987d0a799f90b58a575b190a57546c335191b: Merge remote-tracking branch 'kiszka/queues/slirp' into staging (2012-05-01 18:48:01 -0500) are available in the git repository at: git://repo.or.cz/qemu/kevin.git for-anthony Alexander Graf (1): ATA: Allow WIN_SECURITY_FREEZE_LOCK as nop Dong Xu Wang (1): qemu-iotests: ignore fragmentation information for qed Josh Durgin (1): rbd: add discard support Kevin Wolf (3): qemu-iotests: Many parallel allocating I/O requests qcow2: Remove unused parameter in do_alloc_cluster_offset qcow2: Don't hold cache references across yield Stefan Weil (1): block/qcow2: Add missing GCC_FMT_ATTR to function report_unsupported() Zhi Yong Wu (2): docs: fix one issue in qcow2 specs qcow2: fix the return value -ENOENT -> -EEXIST block/qcow2-cluster.c | 25 ++- block/qcow2-snapshot.c | 2 +- block/qcow2.c | 3 +- block/rbd.c | 89 ++++++++-- docs/specs/qcow2.txt | 2 +- hw/ide/core.c | 7 +- tests/qemu-iotests/035 | 72 ++++++++ tests/qemu-iotests/035.out | 392 ++++++++++++++++++++++++++++++++++++++++++ tests/qemu-iotests/common.rc | 1 + tests/qemu-iotests/group | 1 + 10 files changed, 564 insertions(+), 30 deletions(-) create mode 100755 tests/qemu-iotests/035 create mode 100644 tests/qemu-iotests/035.out