From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:46164) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UhGL1-0000I6-1K for qemu-devel@nongnu.org; Tue, 28 May 2013 05:37:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UhGKr-0000Ae-NM for qemu-devel@nongnu.org; Tue, 28 May 2013 05:37:02 -0400 Received: from mx1.redhat.com ([209.132.183.28]:28540) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UhGKr-0000Aa-GL for qemu-devel@nongnu.org; Tue, 28 May 2013 05:36:53 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r4S9aqN1029826 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 28 May 2013 05:36:53 -0400 Date: Tue, 28 May 2013 11:36:51 +0200 From: Kevin Wolf Message-ID: <20130528093651.GC5642@dhcp-200-207.str.redhat.com> References: <1369732791-14736-1-git-send-email-stefanha@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1369732791-14736-1-git-send-email-stefanha@redhat.com> Subject: Re: [Qemu-devel] [PATCH] qemu-iotests: fix 054 cluster size help output List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: qemu-devel@nongnu.org Am 28.05.2013 um 11:19 hat Stefan Hajnoczi geschrieben: > Commit f3f4d2c09b9cf46903ba38425ec46c44185162bd added a hint to increase > the cluster size when a large image cannot be created. Test 054 now has > outdated output and fails because the golden output does not match. > > This patch updates the 054 golden output. > > Signed-off-by: Stefan Hajnoczi Thanks, applied to the block branch. Kevin