commit | 8900436891cd8955b0795945aa020c04eaa0e5d2 | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Tue Mar 27 13:45:14 2012 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Fri Apr 20 15:57:30 2012 +0200 |
tree | a99526c912164f53f68b6fee3e3910f035db8f55 | |
parent | 621f058940ea9f1ef3d8774ef3203544f1228df1 [diff] |
qemu-iotests: Add -o and make v3 the default for qcow2 This adds an -o option to qemu-iotests, which is an option string that is passed through to qemu-img create -o... This allows testing different subformat with a command like './check -qcow2 -o compat=0.10'. For qcow2, if no compat option is specified, compat=1.1 is the new default. Signed-off-by: Kevin Wolf <kwolf@redhat.com>