From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45318) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X87Td-0000sG-NQ for qemu-devel@nongnu.org; Fri, 18 Jul 2014 08:41:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X87TY-0004d7-FR for qemu-devel@nongnu.org; Fri, 18 Jul 2014 08:41:29 -0400 Received: from mx1.redhat.com ([209.132.183.28]:59752) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X87TY-0004d1-7f for qemu-devel@nongnu.org; Fri, 18 Jul 2014 08:41:24 -0400 From: Stefan Hajnoczi Date: Fri, 18 Jul 2014 13:41:16 +0100 Message-Id: <1405687280-6603-1-git-send-email-stefanha@redhat.com> Subject: [Qemu-devel] [PULL for-2.1 0/4] Block patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Maydell The following changes since commit 5a7348045091a2bc15d85bb177e5956aa6114e5a: Update version for v2.1.0-rc2 release (2014-07-15 18:55:37 +0100) are available in the git repository at: git://github.com/stefanha/qemu.git tags/block-pull-request for you to fetch changes up to 8283c5c316333fb9d2540167f3e22bd91404ecee: qemu-iotests: fix 028 failure due to disk image path (2014-07-18 13:27:11 +0100) ---------------------------------------------------------------- Block pull request ---------------------------------------------------------------- Kevin Wolf (3): qcow2: Fix error path for unknown incompatible features block: Add Error argument to bdrv_refresh_limits() raw-posix: Fail gracefully if no working alignment is found Stefan Hajnoczi (1): qemu-iotests: fix 028 failure due to disk image path block.c | 33 +++++++++++++++++++--------- block/iscsi.c | 3 +-- block/qcow2.c | 25 +++++++++++++++------- block/qed.c | 4 +--- block/raw-posix.c | 39 ++++++++++++++++++++++++---------- block/raw_bsd.c | 3 +-- block/stream.c | 2 +- block/vmdk.c | 4 +--- include/block/block.h | 2 +- include/block/block_int.h | 2 +- tests/qemu-iotests/028 | 4 +++- tests/qemu-iotests/028.out | 2 -- tests/qemu-iotests/036 | 52 ++++++++++++++++++++++++++++++++++++++++++++- tests/qemu-iotests/036.out | 35 ++++++++++++++++++++++++++++++ tests/qemu-iotests/qcow2.py | 15 ++++++++----- 15 files changed, 174 insertions(+), 51 deletions(-) -- 1.9.3