From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44370) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VdKuD-0000Yz-9F for qemu-devel@nongnu.org; Mon, 04 Nov 2013 09:13:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VdKu8-0006Of-Hd for qemu-devel@nongnu.org; Mon, 04 Nov 2013 09:13:25 -0500 Received: from mx1.redhat.com ([209.132.183.28]:23798) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VdKu8-0006OT-9i for qemu-devel@nongnu.org; Mon, 04 Nov 2013 09:13:20 -0500 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id rA4EDJE8030150 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 4 Nov 2013 09:13:19 -0500 Date: Mon, 4 Nov 2013 15:13:17 +0100 From: Stefan Hajnoczi Message-ID: <20131104141317.GC8357@stefanha-thinkpad.redhat.com> References: <1383400331-6979-1-git-send-email-mreitz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1383400331-6979-1-git-send-email-mreitz@redhat.com> Subject: Re: [Qemu-devel] [PATCH] qemu-iotests: Filter out actual image size in 067 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Reitz Cc: Kevin Wolf , qemu-devel@nongnu.org On Sat, Nov 02, 2013 at 02:52:11PM +0100, Max Reitz wrote: > The actual size of the image file may differ depending on the Linux > kernel currently running on the host. Filtering out this value makes > this test pass in such cases. > > Signed-off-by: Max Reitz > --- > tests/qemu-iotests/067 | 2 +- > tests/qemu-iotests/067.out | 10 +++++----- > 2 files changed, 6 insertions(+), 6 deletions(-) Thanks, applied to my block tree: https://github.com/stefanha/qemu/commits/block Stefan