qemu-e2k/tests/qemu-iotests/sample_images
Fam Zheng 209c07dbec iotests: Fix CID for VMDK afl image
This reverts commit 76bf133c4 which updated the reference output, and
fixed the reference image, because the code path we want to exercise is
actually the invalid image size.

The descriptor block in the image, which includes the CID to verify, has been
invalid since the reference image was added. Since commit 9877860e7b we report
this error earlier than the "file too large", so 059.out mismatches.

The binary change is generated along the operations of:

  $ bunzip2 afl9.vmdk.bz2
  $ qemu-img create -f vmdk fix.vmdk 1G
  $ dd if=afl9.vmdk of=fix.vmdk bs=512 count=1 conv=notrunc
  $ mv fix.vmdk afl9.vmdk
  $ bzip2 afl9.vmdk

Signed-off-by: Fam Zheng <famz@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
2018-02-13 12:27:17 +01:00
..
README qemu-iotests: Add basic ability to use binary sample images 2013-09-27 10:59:07 +02:00
afl5.img.bz2 block: qemu-iotests - add check for multiplication overflow in vpc 2015-07-27 17:19:07 +02:00
afl9.vmdk.bz2 iotests: Fix CID for VMDK afl image 2018-02-13 12:27:17 +01:00
d2v-zerofilled.vhd.bz2 block/vpc: tests for auto-detecting VPC and Hyper-V VHD images 2016-03-14 16:46:42 +01:00
empty.bochs.bz2 qemu-iotests: Support for bochs format 2014-04-01 13:59:47 +02:00
grub_mbr.raw.bz2 qemu-iotests: Test writing non-raw image headers to raw image 2014-12-10 10:31:13 +01:00
hyperv2012r2-dynamic.vhd.bz2 block/vpc: tests for auto-detecting VPC and Hyper-V VHD images 2016-03-14 16:46:42 +01:00
iotest-dirtylog-10G-4M.vhdx.bz2 block: vhdx qemu-iotest - log replay of data sector 2013-11-07 13:58:59 +01:00
iotest-dynamic-1G.vhdx.bz2 block: qemu-iotests for vhdx, read sample dynamic image 2013-10-11 16:49:59 +02:00
iotest-version3.vmdk.bz2 qemu-iotests: Add data pattern in version3 VMDK sample image in 059 2014-08-15 15:07:13 +02:00
parallels-v1.bz2 iotests: replace fake parallels image with authentic one 2014-11-03 09:48:41 +00:00
parallels-v2.bz2 iotests: add v2 parallels sample image and simple test for it 2014-11-03 09:48:41 +00:00
simple-pattern.cloop.bz2 qemu-iotests: add cloop input validation tests 2014-04-01 13:59:46 +02:00
test-disk2vhd.vhdx.bz2 block: add test for vhdx image created by Disk2VHD 2014-05-19 11:36:48 +02:00
virtualpc-dynamic.vhd.bz2 block/vpc: tests for auto-detecting VPC and Hyper-V VHD images 2016-03-14 16:46:42 +01:00

README

This is for small sample images to be used with qemu-iotests, intended for
non-native formats that QEMU supports for compatibility.  The idea is to use
the native tool to create the sample image.

For instance, a VHDX image in this directory would be an image created not by
QEMU itself, but rather created by Hyper-V.

Sample images added here must be compressed with bzip2.