From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=39250 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PLI1a-0007eG-OT for qemu-devel@nongnu.org; Wed, 24 Nov 2010 11:17:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PLI1I-0002d1-CX for qemu-devel@nongnu.org; Wed, 24 Nov 2010 11:16:50 -0500 Received: from verein.lst.de ([213.95.11.210]:39372) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PLI1H-0002bv-UW for qemu-devel@nongnu.org; Wed, 24 Nov 2010 11:16:32 -0500 Date: Wed, 24 Nov 2010 17:16:22 +0100 From: Christoph Hellwig Message-ID: <20101124161622.GA30179@lst.de> References: <1290613126-26785-1-git-send-email-stefanha@linux.vnet.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1290613126-26785-1-git-send-email-stefanha@linux.vnet.ibm.com> Subject: [Qemu-devel] Re: [PATCH][qemu-iotests] filter IMGFMT correctly in 019 List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: qemu-devel@nongnu.org, Christoph Hellwig On Wed, Nov 24, 2010 at 03:38:46PM +0000, Stefan Hajnoczi wrote: > Test 019 can be run with qcow2 and qed image formats. Replace the > specific image format value with "IMGFMT" so the golden output does not > hardcode qcow2 or qed. > > This patch also includes a typo fix for "occurrences". Thanks, applied.