From 26e2da72796c534ba3bc927a55a757d85bd10a3d Mon Sep 17 00:00:00 2001 From: Jeff Cody Date: Tue, 13 May 2014 10:00:53 -0400 Subject: block: add test for vhdx image created by Disk2VHD This adds a test for VHDX images created by Microsoft's tool, Disk2VHD. VHDX images created by this tool have 2 identical header sections, with identical sequence numbers. This makes sure we detect VHDX images with identical headers, and do not flag them as corrupt. Signed-off-by: Jeff Cody Reviewed-by: Fam Zheng Signed-off-by: Kevin Wolf --- tests/qemu-iotests/sample_images/test-disk2vhd.vhdx.bz2 | Bin 0 -> 1424 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 tests/qemu-iotests/sample_images/test-disk2vhd.vhdx.bz2 (limited to 'tests/qemu-iotests/sample_images') diff --git a/tests/qemu-iotests/sample_images/test-disk2vhd.vhdx.bz2 b/tests/qemu-iotests/sample_images/test-disk2vhd.vhdx.bz2 new file mode 100644 index 0000000..2891c9a Binary files /dev/null and b/tests/qemu-iotests/sample_images/test-disk2vhd.vhdx.bz2 differ -- cgit v1.1