summaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/037.out
AgeCommit message (Collapse)AuthorFilesLines
2013-11-29qemu-iotests: Filter out 'qemu-io> ' promptFam Zheng1-308/+308
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>
2012-06-15qemu-iotests: Some backing file COW testsKevin Wolf1-0/+645
Looks like we're still missing these very basic tests for backing file handling. Signed-off-by: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>