Statistics
| Branch: | Revision:

root / tests / qemu-iotests / 060 @ b59b3d57

History | View | Annotate | Download (4.8 kB)

# Date Author Comment
34eeb82d 10/11/2013 05:50 pm Max Reitz

qemu-iotests: Add test for inactive L2 overlap

Extend 060 by a test which creates a corrupted image with an active L2
entry pointing to an inactive L2 table and writes to the corresponding
guest offset.

Also, use overlap-check=all for all tests in 060.
...

2c78857b 09/12/2013 11:12 am Max Reitz

qemu-iotests: Adjustments due to error propagation

When opening/creating images, propagating errors instead of immediately
emitting them on occurrence results in errors generally being printed on
a single line rather than being split up into multiple ones. This in...

ca0eca91 09/02/2013 11:15 am Max Reitz

qemu-iotests: Overlapping cluster allocations

A new test on corrupted images with overlapping cluster allocations.

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