From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37791) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VTWXE-00085b-9x for qemu-devel@nongnu.org; Tue, 08 Oct 2013 08:37:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VTWX7-0001Uv-KF for qemu-devel@nongnu.org; Tue, 08 Oct 2013 08:37:08 -0400 Received: from mx1.redhat.com ([209.132.183.28]:43897) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VTWX7-0001Up-DX for qemu-devel@nongnu.org; Tue, 08 Oct 2013 08:37:01 -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 r98Cb0Q2007806 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 8 Oct 2013 08:37:00 -0400 Date: Tue, 8 Oct 2013 14:37:12 +0200 From: Kevin Wolf Message-ID: <20131008123712.GF25109@dhcp-200-207.str.redhat.com> References: <1380725131-26685-1-git-send-email-mreitz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1380725131-26685-1-git-send-email-mreitz@redhat.com> Subject: Re: [Qemu-devel] [PATCH] qemu-iotests: Correct 026 output List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Reitz Cc: qemu-devel@nongnu.org, Stefan Hajnoczi Am 02.10.2013 um 16:45 hat Max Reitz geschrieben: > Because l2_allocate now frees the unused L2 cluster on error, the > according test cases in 026 don't result in one leaked cluster anymore. > > Signed-off-by: Max Reitz > --- > This patch depends on and is a follow-up to "qcow2: Free allocated L2 > cluster on error" which was part of the "qcow2: Small error path fixes > for l2_allocate" series. This series is fully merged to Kevin's block > branch, however, this one patch was excluded from his pull request last > Friday, therefore, it is missing from master. > --- > tests/qemu-iotests/026.out | 32 ++++++++------------------------ > tests/qemu-iotests/026.out.nocache | 32 ++++++++------------------------ > 2 files changed, 16 insertions(+), 48 deletions(-) Stefan, it seems you already picked this up? Kevin