From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:57677) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UYDov-0001ZS-NR for qemu-devel@nongnu.org; Fri, 03 May 2013 07:06:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UYDot-0002l3-1l for qemu-devel@nongnu.org; Fri, 03 May 2013 07:06:33 -0400 Received: from mx1.redhat.com ([209.132.183.28]:43474) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UYDos-0002kr-Qz for qemu-devel@nongnu.org; Fri, 03 May 2013 07:06:30 -0400 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r43B6UT0027499 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 3 May 2013 07:06:30 -0400 Date: Fri, 3 May 2013 13:06:28 +0200 From: Stefan Hajnoczi Message-ID: <20130503110628.GA1535@stefanha-thinkpad.redhat.com> References: <1367566276-2022-1-git-send-email-famz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1367566276-2022-1-git-send-email-famz@redhat.com> Subject: Re: [Qemu-devel] [PATCH] qemu-iotests: Filter out 'adapter_type' List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng Cc: kwolf@redhat.com, qemu-devel@nongnu.org On Fri, May 03, 2013 at 03:31:16PM +0800, Fam Zheng wrote: > Filter out vmdk creation option 'adapter_type' for vmdk. So that tests > with an explicit './check -o adapter_type=XXX' will not fail. > --- > tests/qemu-iotests/common.rc | 1 + > 1 file changed, 1 insertion(+) Thanks, applied to my block tree: https://github.com/stefanha/qemu/commits/block Stefan