From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45080) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgDxI-0007gM-TI for qemu-devel@nongnu.org; Mon, 20 Oct 2014 10:29:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XgDxD-0003J2-Rh for qemu-devel@nongnu.org; Mon, 20 Oct 2014 10:29:04 -0400 Received: from mx1.redhat.com ([209.132.183.28]:3613) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgDxD-0003Ih-Kr for qemu-devel@nongnu.org; Mon, 20 Oct 2014 10:28:59 -0400 Date: Mon, 20 Oct 2014 16:28:51 +0200 From: Kevin Wolf Message-ID: <20141020142851.GN3585@noname.redhat.com> References: <1409348463-16627-1-git-send-email-mreitz@redhat.com> <1409348463-16627-3-git-send-email-mreitz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <1409348463-16627-3-git-send-email-mreitz@redhat.com> Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v5 02/11] qcow2: Fix leaks in dirty images List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Reitz Cc: Stefan Hajnoczi , qemu-devel@nongnu.org, =?iso-8859-1?Q?Beno=EEt?= Canet Am 29.08.2014 um 23:40 hat Max Reitz geschrieben: > When opening dirty images, qcow2's repair function should not only > repair errors but leaks as well. >=20 > Signed-off-by: Max Reitz > Reviewed-by: Eric Blake > Reviewed-by: Beno=EEt Canet Reviewed-by: Kevin Wolf