diff options
author | Kevin Wolf <kwolf@redhat.com> | 2014-03-26 13:05:30 +0100 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@redhat.com> | 2014-04-01 13:59:47 +0200 |
commit | 24f3078a049c52070adfc659fc3a1a71a11a7765 (patch) | |
tree | a5605b3462ec3b36dfd7e23a8ff2af79a28dc970 /tests/qemu-iotests/common | |
parent | 42d43d35d907579179a39c924d169da924786f65 (diff) | |
download | qemu-24f3078a049c52070adfc659fc3a1a71a11a7765.zip |
qemu-iotests: Support for bochs format
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/common')
-rw-r--r-- | tests/qemu-iotests/common | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/qemu-iotests/common b/tests/qemu-iotests/common index 37e3bed40c..a09d9c85f5 100644 --- a/tests/qemu-iotests/common +++ b/tests/qemu-iotests/common @@ -136,6 +136,7 @@ common options check options -raw test raw (default) + -bochs test bochs -cow test cow -cloop test cloop -qcow test qcow @@ -174,6 +175,12 @@ testlist options xpand=false ;; + -bochs) + IMGFMT=bochs + IMGFMT_GENERIC=false + xpand=false + ;; + -cow) IMGFMT=cow xpand=false |