Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-29 | qemu-iotests: Filter out 'qemu-io> ' prompt | Fam Zheng | |
This removes "qemu-io> " prompt from qemu-io output in _filter_qemu_io, and updates all the output files with the following command: cd tests/qemu-iotests && sed -i "s/qemu-io> //g" *.out Signed-off-by: Fam Zheng <famz@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com> | |||
2013-02-01 | qemu-iotests: Add regression test for b7ab0fea | Kevin Wolf | |
It turned out that the change in b7ab0fea was actually a real qcow2 corruption fix. This is a reproducer for the bug. Signed-off-by: Kevin Wolf <kwolf@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |