Il 20/03/2014 15:06, Stefan Hajnoczi ha scritto:
+ object_initialize(&s->internal_iothread_obj, + sizeof(s->internal_iothread_obj), + TYPE_IOTHREAD); + user_creatable_complete(OBJECT(&s->internal_iothread_obj), &error_abort);
Perhaps you need an object_property_add_child here? Otherwise the link points to an object without a canonical path. Can do it as a follow-up though.
Paolo