From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:41045) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UYEYM-0003dF-2x for qemu-devel@nongnu.org; Fri, 03 May 2013 07:53:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UYEYJ-00014z-Dm for qemu-devel@nongnu.org; Fri, 03 May 2013 07:53:29 -0400 Received: from mx1.redhat.com ([209.132.183.28]:31588) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UYEYJ-00014i-5M for qemu-devel@nongnu.org; Fri, 03 May 2013 07:53:27 -0400 From: Stefan Hajnoczi Date: Fri, 3 May 2013 13:52:49 +0200 Message-Id: <1367581972-4208-13-git-send-email-stefanha@redhat.com> In-Reply-To: <1367581972-4208-1-git-send-email-stefanha@redhat.com> References: <1367581972-4208-1-git-send-email-stefanha@redhat.com> Subject: [Qemu-devel] [PATCH 12/15] qemu-iotests: Filter out vmdk creation options List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Anthony Liguori , Fam Zheng , Stefan Hajnoczi From: Fam Zheng Cover new image creation options for vmdk, so we can use '-o zeroed_grain=XXX' and '-o subformat=XXX' to run the tests successfully. Signed-off-by: Fam Zheng Reviewed-by: Kevin Wolf Signed-off-by: Stefan Hajnoczi --- tests/qemu-iotests/common.rc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/qemu-iotests/common.rc b/tests/qemu-iotests/common.rc index a536bf7..442cf51 100644 --- a/tests/qemu-iotests/common.rc +++ b/tests/qemu-iotests/common.rc @@ -127,6 +127,8 @@ _make_test_img() -e "s# compat='[^']*'##g" \ -e "s# compat6=\\(on\\|off\\)##g" \ -e "s# static=\\(on\\|off\\)##g" \ + -e "s# zeroed_grain=\\(on\\|off\\)##g" \ + -e "s# subformat='[^']*'##g" \ -e "s# lazy_refcounts=\\(on\\|off\\)##g" # Start an NBD server on the image file, which is what we'll be talking to -- 1.8.1.4