Re: [Qemu-devel] [PATCH v1 0/5] Fix crashes with introspection

2018-07-12 Thread Peter Maydell
On 12 July 2018 at 16:30, 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 fixes a bunch of

Re: [Qemu-devel] [PATCH v1 0/5] Fix crashes with introspection

2018-07-12 Thread Paolo Bonzini
On 12/07/2018 17:30, 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 fixes a bunch of these

[Qemu-devel] [PATCH v1 0/5] Fix crashes with introspection

2018-07-12 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