From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47358) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XK2u6-0003PH-GM for qemu-devel@nongnu.org; Wed, 20 Aug 2014 06:14:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XK2tx-0006Bp-MT for qemu-devel@nongnu.org; Wed, 20 Aug 2014 06:14:06 -0400 Received: from mx1.redhat.com ([209.132.183.28]:51755) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XK2tx-0006Bk-Er for qemu-devel@nongnu.org; Wed, 20 Aug 2014 06:13:57 -0400 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s7KADvFr031377 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Wed, 20 Aug 2014 06:13:57 -0400 Date: Wed, 20 Aug 2014 12:13:54 +0200 From: Kevin Wolf Message-ID: <20140820101354.GD6122@noname.redhat.com> References: <1408223814-23999-1-git-send-email-mreitz@redhat.com> <1408223814-23999-4-git-send-email-mreitz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1408223814-23999-4-git-send-email-mreitz@redhat.com> Subject: Re: [Qemu-devel] [PATCH 3/4] iotests: Fix output of 060 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Reitz Cc: qemu-devel@nongnu.org, Stefan Hajnoczi Am 16.08.2014 um 23:16 hat Max Reitz geschrieben: > With qcow2_pre_write_overlap_check() relying on > qcow2_signal_corruption(), the output in case of a corruption changes. > Therefore, 060's output has to be adapted accordingly. > > Signed-off-by: Max Reitz Squash this into patch 2 so that the test isn't broken at any point during the series. Kevin