Re: [Qemu-devel] [PULL v3 00/12] Fix device introspection regressions

2015-10-12 Thread Peter Maydell
On 9 October 2015 at 15:36, Markus Armbruster wrote: > QMP command device-list-properties regressed in 2.1: it can crash or > leave dangling pointers behind. > > -device FOO,help regressed in 2.2: it no longer works for > non-pluggable devices. I tried to fix that some time ago[*], but my > fix f

[Qemu-devel] [PULL v3 00/12] Fix device introspection regressions

2015-10-09 Thread Markus Armbruster
QMP command device-list-properties regressed in 2.1: it can crash or leave dangling pointers behind. -device FOO,help regressed in 2.2: it no longer works for non-pluggable devices. I tried to fix that some time ago[*], but my fix failed review. This is my second, more comprehensive try. PATCH