From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49141) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xnmex-00055c-PR for qemu-devel@nongnu.org; Mon, 10 Nov 2014 05:57:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xnmes-0002Gr-NG for qemu-devel@nongnu.org; Mon, 10 Nov 2014 05:57:23 -0500 Received: from mx1.redhat.com ([209.132.183.28]:56200) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xnmes-0002Eu-Fo for qemu-devel@nongnu.org; Mon, 10 Nov 2014 05:57:18 -0500 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id sAAAvG0r002763 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Mon, 10 Nov 2014 05:57:17 -0500 From: Kevin Wolf Date: Mon, 10 Nov 2014 11:57:07 +0100 Message-Id: <1415617032-12850-1-git-send-email-kwolf@redhat.com> Subject: [Qemu-devel] [PULL 0/5] Block patches for 2.2 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 6e76d125f244e10676b917208f2a074729820246: Update version for v2.2.0-rc0 release (2014-11-05 15:21:04 +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 ea3beed41d2eeb33a09f1b538d1caea787a043b6: Merge remote-tracking branch 'mreitz/block' into queue-block (2014-11-10 10:41:34 +0100) ---------------------------------------------------------------- Block patches ---------------------------------------------------------------- Kevin Wolf (1): Merge remote-tracking branch 'mreitz/block' into queue-block Max Reitz (5): qemu-img: Omit error_report() after img_open() block: Propagate error in bdrv_img_create() iotests: Add test for non-existing backing file qapi: Complete BlkdebugEvent block/vdi: Limit maximum size even futher block.c | 5 ----- block/vdi.c | 14 ++++++++++-- qapi/block-core.json | 4 +++- qemu-img.c | 4 ---- tests/qemu-iotests/084 | 14 ++++++------ tests/qemu-iotests/084.out | 13 +++++++----- tests/qemu-iotests/111 | 53 ++++++++++++++++++++++++++++++++++++++++++++++ tests/qemu-iotests/111.out | 3 +++ tests/qemu-iotests/group | 1 + 9 files changed, 87 insertions(+), 24 deletions(-) create mode 100755 tests/qemu-iotests/111 create mode 100644 tests/qemu-iotests/111.out