Statistics
| Branch: | Revision:

root / tests / qemu-iotests / 042 @ 9a05feab

History | View | Annotate | Download (1.7 kB)

# Date Author Comment
fef9c191 09/27/2013 12:10 pm Jeff Cody

qemu-iotests: Quote $TEST_IMG* and $TEST_DIR usage

A lot of image filename and paths are used unquoted. Quote these to
make sure that directories / filenames with spaces are not problematic.

Signed-off-by: Jeff Cody <>
Reviewed-by: Stefan Hajnoczi <>...

1afe2726 05/08/2013 04:28 pm Fam Zheng

qemu-iotests: exclude vmdk for test 042

Zero sized disk is not supported by qemu vmdk driver, exclude vmdk from
the test script.

As tested on vmware-vdiskmanager and vmware workstation, zero sized disk
is not supported by vmware, either.

Signed-off-by: Fam Zheng <>...

ee17f9d5 10/24/2012 11:26 am Kevin Wolf

qemu-iotests: Test qemu-img operation on zero size image

Signed-off-by: Kevin Wolf <>
Reviewed-by: Paolo Bonzini <>