Statistics
| Branch: | Revision:

root / tests / qemu-iotests / 067 @ 5d12aa63

History | View | Annotate | Download (3.3 kB)

# Date Author Comment
64815e2a 11/07/2013 02:53 pm Max Reitz

qemu-iotests: Filter out actual image size in 067

The actual size of the image file may differ depending on the Linux
kernel currently running on the host. Filtering out this value makes
this test pass in such cases.

Signed-off-by: Max Reitz <>...

a9b43397 10/11/2013 05:50 pm Kevin Wolf

qemu-iotests: Check autodel behaviour for device_del

Block devices creates with -drive and drive_add should automatically
disappear if the guest device is unplugged. blockdev-add ones shouldn't.

Signed-off-by: Kevin Wolf <>
Reviewed-by: Max Reitz <>...