Re: [Qemu-devel] [PATCH 00/11] qdev: correct reference counting

2013-01-07 Thread Anthony Liguori
Paolo Bonzini writes: > This series makes the ref_count field of device and bus objects actually > match the number of references that the objects have. Once this is done, > qdev_free and qbus_free are equivalent to simply object_unparent, and > object_delete can go. > > Patches 1-3 fix some war

Re: [Qemu-devel] [PATCH 00/11] qdev: correct reference counting

2012-12-17 Thread Paolo Bonzini
Il 05/12/2012 21:44, Paolo Bonzini ha scritto: > This series makes the ref_count field of device and bus objects actually > match the number of references that the objects have. Once this is done, > qdev_free and qbus_free are equivalent to simply object_unparent, and > object_delete can go. > >

[Qemu-devel] [PATCH 00/11] qdev: correct reference counting

2012-12-05 Thread Paolo Bonzini
This series makes the ref_count field of device and bus objects actually match the number of references that the objects have. Once this is done, qdev_free and qbus_free are equivalent to simply object_unparent, and object_delete can go. Patches 1-3 fix some warts in the last minute patches that