On Wed, Jul 06, 2016 at 08:20:52AM +0200, Igor Mammedov wrote: > object_property_add_child() silently fails with error that it can't > create duplicate propery 'apic' as we already have 'apic' property > registered for 'apic' feature. As result generic device_realize puts > apic into unattached container. > > As it's programming error, abort if name collision happens in future > and fix property name for apic_state to 'lapic', this way apic is > a child of cpu instance. > > Signed-off-by: Igor Mammedov <imamm...@redhat.com>
Reviewed-by: Eduardo Habkost <ehabk...@redhat.com> -- Eduardo