qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH] add support for new option of vdi format


From: Stefan Weil
Subject: [Qemu-devel] [PATCH] add support for new option of vdi format
Date: Thu, 23 Jul 2009 22:30:45 +0200

VDI supports an image option 'static'.
Ignore "static=off" from qemu-img output.

Cc: Christoph Hellwig <address@hidden>
Cc: QEMU Developers <address@hidden>
Signed-off-by: Stefan Weil <address@hidden>
---
 common.rc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/common.rc b/common.rc
index 16cf77d..4ba5c71 100644
--- a/common.rc
+++ b/common.rc
@@ -61,8 +61,8 @@ _make_test_img()
        sed -e "s#$IMGFMT#IMGFMT#g" | \
        sed -e "s# encryption=off##g" | \
        sed -e "s# cluster_size=0##g" | \
-       sed -e "s# compat6=off##g"
-
+        sed -e "s# compat6=off##g" | \
+        sed -e "s# static=off##g"
 }
 
 _cleanup_test_img()
-- 
1.5.6.5





reply via email to

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