qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 07/12] qemu-iotests: ignore qemu-img create lazy_ref


From: Kevin Wolf
Subject: [Qemu-devel] [PATCH 07/12] qemu-iotests: ignore qemu-img create lazy_refcounts output
Date: Mon, 6 Aug 2012 22:44:46 +0200

From: Stefan Hajnoczi <address@hidden>

Hide the default lazy_refcounts=off output from qemu-img like we do with
other image creation options.  This ensures that existing golden outputs
continue to pass despite the new option that has been added.

Note that this patch applies before the one that actually introduces the
lazy_refcounts=on|off option.  This ensures git-bisect(1) continues to
work.

Signed-off-by: Stefan Hajnoczi <address@hidden>
Signed-off-by: Kevin Wolf <address@hidden>
---
 tests/qemu-iotests/common.rc |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/tests/qemu-iotests/common.rc b/tests/qemu-iotests/common.rc
index 5e3a524..cc4e39b 100644
--- a/tests/qemu-iotests/common.rc
+++ b/tests/qemu-iotests/common.rc
@@ -113,7 +113,8 @@ _make_test_img()
        sed -e "s# table_size=0##g" | \
        sed -e "s# compat='[^']*'##g" | \
        sed -e "s# compat6=off##g" | \
-       sed -e "s# static=off##g"
+       sed -e "s# static=off##g" | \
+       sed -e "s# lazy_refcounts=off##g"
 }
 
 _cleanup_test_img()
-- 
1.7.6.5




reply via email to

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