From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46887) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W9D47-0003Ty-RQ for qemu-devel@nongnu.org; Fri, 31 Jan 2014 07:19:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W9D42-0002ei-H8 for qemu-devel@nongnu.org; Fri, 31 Jan 2014 07:19:23 -0500 Received: from mail-ea0-x232.google.com ([2a00:1450:4013:c01::232]:60853) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W9D42-0002ee-9x for qemu-devel@nongnu.org; Fri, 31 Jan 2014 07:19:18 -0500 Received: by mail-ea0-f178.google.com with SMTP id a15so2336337eae.9 for ; Fri, 31 Jan 2014 04:19:17 -0800 (PST) Date: Fri, 31 Jan 2014 13:19:14 +0100 From: Stefan Hajnoczi Message-ID: <20140131121914.GB14155@stefanha-thinkpad.redhat.com> References: <1391009634-21107-1-git-send-email-stefanha@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1391009634-21107-1-git-send-email-stefanha@redhat.com> Subject: Re: [Qemu-devel] [PATCH] qemu-iotests: only run 071 on qcow2 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: Kevin Wolf , qemu-devel@nongnu.org, Max Reitz On Wed, Jan 29, 2014 at 04:33:54PM +0100, Stefan Hajnoczi wrote: > The 071 test is designed for IMGFMT=qcow2 because it uses the l2_load > blkdebug event. Its output filtering also assumes that IMGFMT is not > raw since 071.out contains "format=raw" but IMGFMT=raw would filter the > output to "format=IMGFMT". > > Perhaps the test case can be rewritten to be more generic, but for now > let's document that it was only supposed to work with qcow2. > > Signed-off-by: Stefan Hajnoczi > --- > tests/qemu-iotests/071 | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied to my block tree: https://github.com/stefanha/qemu/commits/block Stefan