On 30/04/2015 22:21, Andreas Färber wrote: >>+ cpu->self = cobj; >>+ object_property_add_link(cpu_container, path, TYPE_CPU, &cpu->self, NULL, >>+ OBJ_PROP_LINK_UNREF_ON_RELEASE, &error_abort);
Doesn't this leak the CPU object? I have a patch to add "." and ".." properties. You can use them to add an alias to an object. Paolo
