Re: [Qemu-devel] block stream: close unused files and update ->backing_hd

2012-03-22 Thread Stefan Hajnoczi
On Thu, Mar 22, 2012 at 1:09 AM, Marcelo Tosatti wrote: > > Close the now unused images that were part of the previous backing file > chain and adjust ->backing_hd properly. > > Fixes https://bugzilla.redhat.com/show_bug.cgi?id=801449 > > Signed-off-by: Marcelo Tosatti Reviewed-by: Stefan Hajnoc

[Qemu-devel] block stream: close unused files and update ->backing_hd

2012-03-21 Thread Marcelo Tosatti
Close the now unused images that were part of the previous backing file chain and adjust ->backing_hd properly. Fixes https://bugzilla.redhat.com/show_bug.cgi?id=801449 Signed-off-by: Marcelo Tosatti diff --git a/block/stream.c b/block/stream.c index d1b3986..cbf041b 100644 --- a/block/stream.