From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:49817) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SFmQX-0004dk-Ja for qemu-devel@nongnu.org; Thu, 05 Apr 2012 09:08:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SFmQP-0007ba-Sm for qemu-devel@nongnu.org; Thu, 05 Apr 2012 09:08:35 -0400 Received: from mx1.redhat.com ([209.132.183.28]:31652) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SFmQP-0007bG-Kz for qemu-devel@nongnu.org; Thu, 05 Apr 2012 09:08:29 -0400 Message-ID: <4F7D9A24.4080309@redhat.com> Date: Thu, 05 Apr 2012 15:12:04 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <20120327002210.GB8343@amt.cnet> <20120327071351.GC17933@stefanha-thinkpad.localdomain> In-Reply-To: <20120327071351.GC17933@stefanha-thinkpad.localdomain> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2] block stream: close unused files and update ->backing_hd List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: Marcelo Tosatti , qemu-devel@nongnu.org Am 27.03.2012 09:13, schrieb Stefan Hajnoczi: > On Mon, Mar 26, 2012 at 09:22:10PM -0300, Marcelo Tosatti wrote: >> >> Close the now unused images that were part of the previous backing file >> chain and adjust ->backing_hd, backing_filename and backing_format >> properly. >> >> Fixes https://bugzilla.redhat.com/show_bug.cgi?id=801449 >> >> Signed-off-by: Marcelo Tosatti > > Reviewed-by: Stefan Hajnoczi Thanks, applied to the block branch. Kevin