Re: [Qemu-devel] [PATCH v2 00/16] Fix crashes with introspection of ARM devices

2018-07-13 Thread Eduardo Habkost
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

Re: [Qemu-devel] [PATCH v2 00/16] Fix crashes with introspection of ARM devices

2018-07-13 Thread Richard Henderson
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

[Qemu-devel] [PATCH v2 00/16] Fix crashes with introspection of ARM devices

2018-07-13 Thread Thomas Huth
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