From f5a4bbd91348ad765ac2a5d760216f2c3e0261f4 Mon Sep 17 00:00:00 2001 From: Stefan Hajnoczi Date: Sun, 31 Oct 2010 16:10:20 -0400 Subject: qemu-iotests: add support for qed format Signed-off-by: Stefan Hajnoczi Signed-off-by: Christoph Hellwig --- tests/qemu-iotests/common | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tests/qemu-iotests/common') diff --git a/tests/qemu-iotests/common b/tests/qemu-iotests/common index 988fd5eb37..d95ba4cddc 100644 --- a/tests/qemu-iotests/common +++ b/tests/qemu-iotests/common @@ -119,6 +119,7 @@ check options -cow test cow -qcow test qcow -qcow2 test qcow2 + -qed test qed -vdi test vdi -vpc test vpc -vmdk test vmdk @@ -158,6 +159,11 @@ testlist options xpand=false ;; + -qed) + IMGFMT=qed + xpand=false + ;; + -vdi) IMGFMT=vdi xpand=false -- cgit v1.2.3