From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36804) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgZi4-00089F-HQ for qemu-devel@nongnu.org; Tue, 21 Oct 2014 09:42:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XgZhy-00089W-Cy for qemu-devel@nongnu.org; Tue, 21 Oct 2014 09:42:48 -0400 Received: from mx1.redhat.com ([209.132.183.28]:42505) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgZhy-00089O-57 for qemu-devel@nongnu.org; Tue, 21 Oct 2014 09:42:42 -0400 Date: Tue, 21 Oct 2014 15:42:34 +0200 From: Kevin Wolf Message-ID: <20141021134234.GI4409@noname.redhat.com> References: <1413815733-22829-1-git-send-email-mreitz@redhat.com> <1413815733-22829-11-git-send-email-mreitz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1413815733-22829-11-git-send-email-mreitz@redhat.com> Subject: Re: [Qemu-devel] [PATCH v6 10/11] iotests: Fix test outputs List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Reitz Cc: qemu-devel@nongnu.org, Stefan Hajnoczi , =?iso-8859-1?Q?Beno=EEt?= Canet Am 20.10.2014 um 16:35 hat Max Reitz geschrieben: > 039, 060 and 061 all create images with referenced clusters having a > refcount of 0. Because previous commits changed handling of such errors, > these tests now have a different output. Fix it. > > Furthermore, 060 created a refblock with a refcount greater than one > which now results in having to rebuild the refcount structure as well. > > Signed-off-by: Max Reitz > Reviewed-by: Eric Blake Personally, I prefer updating test case results in the patches that change the output. Anyway, the changes seem to match what I saw in the previous patches. Reviewed-by: Kevin Wolf