summaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/029.out
AgeCommit message (Collapse)AuthorFilesLines
2012-04-19qemu-iotests: Always filter cluster_size out in _make_test_imgKevin Wolf1-2/+2
Some image formats do have a cluster size, others don't, but there are tests that work with both sets of images and currently we get failures because the qemu-img create output doesn't mention the cluster size for some formats. Signed-off-by: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
2012-02-23qemu-iotests: test loading internal snapshotsKevin Wolf1-0/+10
Test loading internal snapshots where the L1 table of the snapshot is smaller than the current L1 table. Signed-off-by: Kevin Wolf <kwolf@redhat.com> Signed-off-by: Christoph Hellwig <hch@lst.de>