aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2009-07-06 11:48:30 +0200
committerChristoph Hellwig <hch@lst.de>2009-07-06 11:48:30 +0200
commit5356cea250da9dce18a5261a2ecdee8413296a36 (patch)
tree9b62d27aadc8d862782bb77c9edd530014f8e201
parent97309da98216c753db1512cffbd16ab8964ac252 (diff)
downloadqemu-iotests-5356cea250da9dce18a5261a2ecdee8413296a36.tar.gz
add support for the vdi image format
Signed-off-by: Christoph Hellwig <hch@lst.de>
-rw-r--r--common6
1 files changed, 6 insertions, 0 deletions
diff --git a/common b/common
index 8b412d3..360b058 100644
--- a/common
+++ b/common
@@ -120,6 +120,7 @@ check options
-cow test cow
-qcow test qcow
-qcow2 test qcow2
+ -vdi test vdi
-vpc test vpc
-vmdk test vmdk
-xdiff graphical mode diff
@@ -158,6 +159,11 @@ testlist options
xpand=false
;;
+ -vdi)
+ IMGFMT=vdi
+ xpand=false
+ ;;
+
-vmdk)
IMGFMT=vmdk
xpand=false