From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:41115) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UYEYS-0003s1-N0 for qemu-devel@nongnu.org; Fri, 03 May 2013 07:53:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UYEYQ-00016w-5M for qemu-devel@nongnu.org; Fri, 03 May 2013 07:53:36 -0400 Received: from mx1.redhat.com ([209.132.183.28]:19789) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UYEYP-00016l-VF for qemu-devel@nongnu.org; Fri, 03 May 2013 07:53:34 -0400 From: Stefan Hajnoczi Date: Fri, 3 May 2013 13:52:52 +0200 Message-Id: <1367581972-4208-16-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 15/15] qemu-iotests: Filter out 'adapter_type' 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 Filter out vmdk creation option 'adapter_type' for vmdk. So that tests with an explicit './check -o adapter_type=XXX' will not fail. Signed-off-by: Stefan Hajnoczi --- tests/qemu-iotests/common.rc | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/qemu-iotests/common.rc b/tests/qemu-iotests/common.rc index 442cf51..31eb62b 100644 --- a/tests/qemu-iotests/common.rc +++ b/tests/qemu-iotests/common.rc @@ -129,6 +129,7 @@ _make_test_img() -e "s# static=\\(on\\|off\\)##g" \ -e "s# zeroed_grain=\\(on\\|off\\)##g" \ -e "s# subformat='[^']*'##g" \ + -e "s# adapter_type='[^']*'##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