On Fri, Jul 13, 2018 at 10:27:28AM +0200, Thomas Huth wrote:
> As discovered recently, you can crash QEMU with a lot of devices
> that do not get the reference counting of child objects right.
> You just have to run 'device-list-properties' and call 'info qtree'
> afterwards.
> This patch series fi
On 07/13/2018 03:27 AM, Thomas Huth wrote:
> v2:
> - Updated the first patch according to the review feedback from v1
> - Added more patches with additional fixes
>
> Thomas Huth (16):
> qom/object: Add a new function object_initialize_child()
> hw/core/sysbus: Add a function for creating an
As discovered recently, you can crash QEMU with a lot of devices
that do not get the reference counting of child objects right.
You just have to run 'device-list-properties' and call 'info qtree'
afterwards.
This patch series fixes a bunch of these problems in the ARM code.
I did not fix all proble