From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47141) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fYnnI-00066G-Tx for qemu-devel@nongnu.org; Fri, 29 Jun 2018 03:26:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fYnnI-0003Jd-45 for qemu-devel@nongnu.org; Fri, 29 Jun 2018 03:26:12 -0400 Date: Fri, 29 Jun 2018 09:26:04 +0200 From: Kevin Wolf Message-ID: <20180629072604.GB4555@localhost.localdomain> References: <20180628153937.26097-1-kwolf@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180628153937.26097-1-kwolf@redhat.com> Subject: Re: [Qemu-devel] [PATCH 0/3] qcow2: Fix cluster leaks on write error List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-block@nongnu.org Cc: mreitz@redhat.com, berto@igalia.com, qemu-devel@nongnu.org Am 28.06.2018 um 17:39 hat Kevin Wolf geschrieben: > Kevin Wolf (3): > qemu-iotests: Update 026.out.nocache reference output > qcow2: Free allocated clusters on write error > qemu-iotests: Test qcow2 not leaking clusters on write error Thanks for the review, applied to the block branch. Kevin