Statistics
| Branch: | Revision:

root / tests / qemu-iotests / 070.out @ 9a05feab

History | View | Annotate | Download (942 Bytes)

# Date Author Comment
18968ca1 02/14/2014 07:05 pm Jeff Cody

block: qemu-iotests - add vhdx log replay tests for qemu-img

VHDX logs can now be replayed via 'qemu-img check -r all'. Add
tests to verify that the log replay is successful when using qemu-img.

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

e0018078 02/14/2014 07:05 pm Jeff Cody

block: qemu-iotests - fix test 070 (vhdx)

VHDX test 070 failed, due to different output from qemu-io / qemu
when opening an image read-only that contains a log file. Filter
the output, and update the expected results to match the correct
output.

Signed-off-by: Jeff Cody <>...

e78835b7 11/07/2013 02:58 pm Jeff Cody

block: vhdx qemu-iotest - log replay of data sector

This tests the replay of a data sector in a VHDX image file.

The image file is a 10G dynamic image, with 4MB block size. The
image was created with qemu-img, and the log left unplayed by
modification of the vhdx image format driver....