On 16.09.2014 20:12, Markus Armbruster wrote:
On BlockBackend destruction, unref its BlockDriverState. Replaces the callers' unrefs.Signed-off-by: Markus Armbruster <arm...@redhat.com> --- block/block-backend.c | 6 ++---- blockdev.c | 8 ++------ hw/block/xen_disk.c | 6 +++--- qemu-img.c | 35 +---------------------------------- qemu-io.c | 5 ----- qemu-nbd.c | 1 - 6 files changed, 8 insertions(+), 53 deletions(-)
Reviewed-by: Max Reitz <mre...@redhat.com>