From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36277) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VGmpy-00072G-Un for qemu-devel@nongnu.org; Tue, 03 Sep 2013 05:23:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VGmps-00007c-J9 for qemu-devel@nongnu.org; Tue, 03 Sep 2013 05:23:50 -0400 Received: from mx1.redhat.com ([209.132.183.28]:38549) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VGmps-00007Q-Bg for qemu-devel@nongnu.org; Tue, 03 Sep 2013 05:23:44 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r839NhuP012771 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 3 Sep 2013 05:23:43 -0400 Date: Tue, 3 Sep 2013 11:23:42 +0200 From: Stefan Hajnoczi Message-ID: <20130903092342.GB21758@stefanha-thinkpad.redhat.com> References: <1378132575-28407-1-git-send-email-mreitz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1378132575-28407-1-git-send-email-mreitz@redhat.com> Subject: Re: [Qemu-devel] [PATCH] qemu-iotests: Adjust test result 039 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Reitz Cc: Kevin Wolf , qemu-devel@nongnu.org On Mon, Sep 02, 2013 at 04:36:15PM +0200, Max Reitz wrote: > The moved OFLAG_COPIED check in qcow2_check_refcounts results in a > different output from test 039 (mismatches are now found after the > general refcount check (as far as any remain)). This patch adjusts the > expected test result accordingly. > > Signed-off-by: Max Reitz > --- > Follow-up to: > - Add metadata overlap checks (series, v5); particularly patch 4 > (qcow2-refcount: Move OFLAG_COPIED checks) > --- > tests/qemu-iotests/039.out | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) Thanks, applied to my block tree: https://github.com/stefanha/qemu/commits/block Stefan