On 28 September 2015 at 20:36, Markus Armbruster <arm...@redhat.com> wrote: > 1. I made device-introspection-test run "info qom-tree", which has a > lovely propensity to crash when a crappy device left dangling pointer > behind. This led me to "cgthree", "cuda", "integrator_debug", > "macio-oldworld", "macio-newworld", "pxa2xx-fir", "SUNW,tcx". They > all create memory regions without owner in their instance_init() > method.
I guess these are all just "oops, we forgot to pass the Object* in instead of NULL" bugs rather than more difficult fixes. -- PMM