Statistics
| Branch: | Revision:

root / tests / qemu-iotests / 040 @ f53ec699

History | View | Annotate | Download (11.7 kB)

# Date Author Comment
d5208c45 10/24/2012 11:26 am Jeff Cody

block: in commit, determine base image from the top image

This simplifies some code and error checking, and also fixes a bug.

bdrv_find_backing_image() should only be passed absolute filenames,
or filenames relative to the chain. In the QMP message handler for...

6bf0d1f4 10/24/2012 11:26 am Jeff Cody

qemu-iotests: add relative backing file tests for block-commit (040)

The previous block commit used absolute filenames for all block-commit
images and commands; this adds relative filenames for the same tests.

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

747051cd 09/28/2012 07:55 pm Jeff Cody

qemu-iotests: add initial tests for live block commit

Derived from the streaming test cases (030), this adds the
following 9 tests:

1. For the following image chain, commit [mid] into [backing],
and use qemu-io to verify [backing] has its original data, as...