From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40948) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YEiqM-0002SE-Dc for qemu-devel@nongnu.org; Fri, 23 Jan 2015 13:20:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YEiqJ-0000p3-8X for qemu-devel@nongnu.org; Fri, 23 Jan 2015 13:20:30 -0500 Received: from mx1.redhat.com ([209.132.183.28]:50318) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YEiqJ-0000oq-0Q for qemu-devel@nongnu.org; Fri, 23 Jan 2015 13:20:27 -0500 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t0NIKNd4011315 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Fri, 23 Jan 2015 13:20:24 -0500 From: Kevin Wolf Date: Fri, 23 Jan 2015 19:20:06 +0100 Message-Id: <1422037218-31855-1-git-send-email-kwolf@redhat.com> Subject: [Qemu-devel] [PULL 00/12] Block patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com The following changes since commit c6441452b50c44fdbb362b239ce623f77cf3cd51: Merge remote-tracking branch 'remotes/kraxel/tags/pull-audio-20150122-1' into staging (2015-01-22 18:57:36 +0000) are available in the git repository at: git://repo.or.cz/qemu/kevin.git tags/for-upstream for you to fetch changes up to bc63781ca350cad4c9eb142ce8f55bfaded4276e: Merge remote-tracking branch 'mreitz/block' into queue-block (2015-01-23 18:51:47 +0100) ---------------------------------------------------------------- Block patches for 2.3 ---------------------------------------------------------------- Fam Zheng (2): virtio-blk: Pass req to virtio_blk_handle_scsi_req virtio-blk: Use blk_aio_ioctl Jeff Cody (7): block: vmdk - make ret variable usage clear block: vmdk - move string allocations from stack to the heap block: qapi - move string allocation from stack to the heap block: remove unused variable in bdrv_commit block: mirror - change string allocation to 2-bytes block: update string sizes for filename,backing_file,exact_filename block: vhdx - force FileOffsetMB field to '0' for certain block states Kevin Wolf (1): Merge remote-tracking branch 'mreitz/block' into queue-block Max Reitz (3): qcow2: Add two more unalignment checks iotests: Add tests for more corruption cases iotests: Lower 064's memory usage block.c | 3 - block/mirror.c | 3 +- block/qapi.c | 7 ++- block/qcow.c | 2 +- block/qcow2-cluster.c | 21 +++++++ block/qcow2.c | 3 +- block/vhdx.c | 13 +++- block/vmdk.c | 51 +++++++++------- block/vvfat.c | 4 +- hw/block/virtio-blk.c | 134 ++++++++++++++++++++++++++--------------- include/block/block_int.h | 8 +-- include/hw/virtio/virtio-blk.h | 3 - qemu-img.c | 4 +- tests/qemu-iotests/060 | 15 +++++ tests/qemu-iotests/060.out | 13 ++++ tests/qemu-iotests/064 | 19 +++++- tests/qemu-iotests/064.out | 34 +++++++++-- 17 files changed, 239 insertions(+), 98 deletions(-)