Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-19 | qemu-iotests: Always filter cluster_size out in _make_test_img | Kevin Wolf | |
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-22 | qemu-iotests: improve rebase test | Kevin Wolf | |
The old test didn't consider cases in which the COW files contains some unallocated clusters and after them allocated ones again. Signed-off-by: Kevin Wolf <kwolf@redhat.com> Signed-off-by: Christoph Hellwig <hch@lst.de> | |||
2012-02-22 | qemu-iotests: test qemu-img rebase | Kevin Wolf | |
Signed-off-by: Kevin Wolf <kwolf@redhat.com> Signed-off-by: Christoph Hellwig <hch@lst.de> |