From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42331) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WkDGR-0006c2-RQ for qemu-devel@nongnu.org; Tue, 13 May 2014 10:01:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WkDGL-0006nP-5w for qemu-devel@nongnu.org; Tue, 13 May 2014 10:01:03 -0400 Received: from mx1.redhat.com ([209.132.183.28]:15188) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WkDGK-0006nB-VR for qemu-devel@nongnu.org; Tue, 13 May 2014 10:00:57 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s4DE0tjd017744 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Tue, 13 May 2014 10:00:55 -0400 From: Jeff Cody Date: Tue, 13 May 2014 10:00:51 -0400 Message-Id: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PATCH 0/2] Accommodate VHDX images created by Disk2VHD List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, stefanha@redhat.com This series adds support for VHDX images created with Microsofts p2v tool Disk2VHD. Jeff Cody (2): block: vhdx - account for identical header sections block: add test for vhdx image created by Disk2VHD block/vhdx.c | 9 ++++++++- tests/qemu-iotests/070 | 7 +++++++ tests/qemu-iotests/070.out | 7 +++++++ tests/qemu-iotests/sample_images/test-disk2vhd.vhdx.bz2 | Bin 0 -> 1424 bytes 4 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 tests/qemu-iotests/sample_images/test-disk2vhd.vhdx.bz2 -- 1.8.3.1