From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:59511) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U1HbB-0005JM-De for qemu-devel@nongnu.org; Fri, 01 Feb 2013 09:28:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U1Hb5-0000Su-Vq for qemu-devel@nongnu.org; Fri, 01 Feb 2013 09:28:13 -0500 Received: from mx1.redhat.com ([209.132.183.28]:13987) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U1Hb5-0000Si-Mj for qemu-devel@nongnu.org; Fri, 01 Feb 2013 09:28:07 -0500 From: Stefan Hajnoczi Date: Fri, 1 Feb 2013 15:27:51 +0100 Message-Id: <1359728884-19422-1-git-send-email-stefanha@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL for-1.4 00/13] Block patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Anthony Liguori , Stefan Hajnoczi The following changes since commit 8a55ebf01507ab73cc458cfcd5b9cb856aba0b= 9e: Merge remote-tracking branch 'afaerber/qom-cpu' into staging (2013-01-3= 1 19:37:33 -0600) are available in the git repository at: git://github.com/stefanha/qemu.git block for you to fetch changes up to fdf263f63fad86b04032da86686a952edfe4644f: block/raw-posix: Build fix for O_ASYNC (2013-02-01 15:11:12 +0100) ---------------------------------------------------------------- Andreas F=C3=A4rber (1): block/raw-posix: Build fix for O_ASYNC Kevin Wolf (7): qemu-iotests: Add regression test for b7ab0fea bochs: Fix bdrv_open() error handling cloop: Fix bdrv_open() error handling vpc: Fix bdrv_open() error handling dmg: Fix bdrv_open() error handling dmg: Use g_free instead of free parallels: Fix bdrv_open() error handling Liu Yuan (1): sheepdog: pass vdi_id to sheep daemon for sd_close() Othmar Pasteka (1): vmdk: Allow selecting SCSI adapter in image creation Philipp Hahn (1): vmdk: Allow space in file name Vishvananda Ishaya (2): block: Fix is_allocated_above with resized files block: Adds mirroring tests for resized images block.c | 4 +- block/bochs.c | 22 ++++--- block/cloop.c | 29 ++++++--- block/dmg.c | 153 +++++++++++++++++++++++++++++++--------= ------ block/parallels.c | 23 ++++--- block/raw-posix.c | 11 +++- block/sheepdog.c | 5 +- block/vmdk.c | 41 ++++++++---- block/vpc.c | 42 +++++++++---- include/block/block_int.h | 1 + tests/qemu-iotests/041 | 48 ++++++++++++++ tests/qemu-iotests/041.out | 4 +- tests/qemu-iotests/047 | 75 ++++++++++++++++++++++ tests/qemu-iotests/047.out | 22 +++++++ tests/qemu-iotests/group | 1 + 15 files changed, 379 insertions(+), 102 deletions(-) create mode 100755 tests/qemu-iotests/047 create mode 100644 tests/qemu-iotests/047.out --=20 1.8.1