projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3778057
)
qemu-iotests: add support for the vdi image format
author
Christoph Hellwig
<hch@lst.de>
Mon, 6 Jul 2009 09:48:30 +0000
(11:48 +0200)
committer
Kevin Wolf
<kwolf@redhat.com>
Wed, 22 Feb 2012 15:17:01 +0000
(16:17 +0100)
Signed-off-by: Christoph Hellwig <hch@lst.de>
tests/qemu-iotests/common
patch
|
blob
|
history
diff --git
a/tests/qemu-iotests/common
b/tests/qemu-iotests/common
index 8b412d3e7f75f42df98c003b360762a2d4aad0db..360b058e35baafef89b2f48e6a6e51993722a755 100644
(file)
--- a/
tests/qemu-iotests/common
+++ b/
tests/qemu-iotests/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