From: Christoph Hellwig Date: Mon, 6 Jul 2009 09:48:30 +0000 (+0200) Subject: qemu-iotests: add support for the vdi image format X-Git-Tag: v1.1-rc0~321^2^2~42 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b67f306864969a2d58cc0dd2d88f058763008d9b;p=thirdparty%2Fqemu.git qemu-iotests: add support for the vdi image format Signed-off-by: Christoph Hellwig --- diff --git a/tests/qemu-iotests/common b/tests/qemu-iotests/common index 8b412d3e7f7..360b058e35b 100644 --- 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