qemu-block
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-block] [PATCH 1/3] iotests: Add dmg format option


From: Colin Lord
Subject: [Qemu-block] [PATCH 1/3] iotests: Add dmg format option
Date: Mon, 11 Jul 2016 15:50:34 -0400

Adds option to test the dmg format.

Signed-off-by: Colin Lord <address@hidden>
---
 tests/qemu-iotests/common | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/tests/qemu-iotests/common b/tests/qemu-iotests/common
index d60ea2c..dc937c7 100644
--- a/tests/qemu-iotests/common
+++ b/tests/qemu-iotests/common
@@ -140,6 +140,7 @@ common options
 
 check options
     -raw                test raw (default)
+    -dmg                test dmg
     -bochs              test bochs
     -cloop              test cloop
     -parallels          test parallels
@@ -181,6 +182,12 @@ testlist options
             xpand=false
             ;;
 
+        -dmg)
+            IMGFMT=dmg
+            IMGFMT_GENERIC=false
+            xpand=false
+            ;;
+
         -bochs)
             IMGFMT=bochs
             IMGFMT_GENERIC=false
-- 
2.5.5




reply via email to

[Prev in Thread] Current Thread [Next in Thread]