On Wed, Feb 13, 2013 at 03:05:28PM +0100, Kevin Wolf wrote: > Just create lots of images and try out each of the creation options that > qcow2 provides (except backing_file/fmt for now) > > I'm not totally happy with the behaviour of qemu-img in each of the > cases, but let's be explicit and update the test when we do change > things later. > > Signed-off-by: Kevin Wolf <kw...@redhat.com> > --- > > v2: > - Filter out the path for images, /home/kwolf/... shouldn't be in there > - Commit 7216ae3 removed helpful error messages, updated golden output > > tests/qemu-iotests/049 | 123 +++++++++++++++++++++++++ > tests/qemu-iotests/049.out | 212 > ++++++++++++++++++++++++++++++++++++++++++++ > tests/qemu-iotests/group | 1 + > 3 files changed, 336 insertions(+), 0 deletions(-) > create mode 100755 tests/qemu-iotests/049 > create mode 100644 tests/qemu-iotests/049.out
Thanks, applied to my block-next tree: https://github.com/stefanha/qemu/commits/block-next Stefan