From 5356cea250da9dce18a5261a2ecdee8413296a36 Mon Sep 17 00:00:00 2001 From: Christoph Hellwig Date: Mon, 6 Jul 2009 11:48:30 +0200 Subject: [PATCH] add support for the vdi image format Signed-off-by: Christoph Hellwig --- common | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.11.4.GIT