Re: [Qemu-devel] [PATCH 05/23] block: Make BlockBackend own its BlockDriverState

2014-09-11 Thread Markus Armbruster
Kevin Wolf writes: > Am 10.09.2014 um 10:13 hat Markus Armbruster geschrieben: >> On BlockBackend destruction, unref its BlockDriverState. Replaces the >> callers' unrefs. >> >> Signed-off-by: Markus Armbruster >> --- >> block/block-backend.c | 9 ++--- >> blockdev.c| 11 +++-

Re: [Qemu-devel] [PATCH 05/23] block: Make BlockBackend own its BlockDriverState

2014-09-10 Thread Kevin Wolf
Am 10.09.2014 um 10:13 hat Markus Armbruster geschrieben: > On BlockBackend destruction, unref its BlockDriverState. Replaces the > callers' unrefs. > > Signed-off-by: Markus Armbruster > --- > block/block-backend.c | 9 ++--- > blockdev.c| 11 +++ > hw/block/xen_disk.c

[Qemu-devel] [PATCH 05/23] block: Make BlockBackend own its BlockDriverState

2014-09-10 Thread Markus Armbruster
On BlockBackend destruction, unref its BlockDriverState. Replaces the callers' unrefs. Signed-off-by: Markus Armbruster --- block/block-backend.c | 9 ++--- blockdev.c| 11 +++ hw/block/xen_disk.c | 6 +++--- qemu-img.c| 35 +--