Re: [Qemu-devel] [PULL 20/40] spapr_drc: initial implementation of sPAPRDRConnector device

2015-07-09 Thread Paolo Bonzini
On 03/06/2015 23:45, Alexander Graf wrote: > +child_name = object_get_canonical_path_component(OBJECT(drc)); > +DPRINTFN("drc child name: %s", child_name); > +object_property_add_alias(root_container, link_name, > + drc->owner, child_name, &err); child_na

[Qemu-devel] [PULL 20/40] spapr_drc: initial implementation of sPAPRDRConnector device

2015-06-03 Thread Alexander Graf
From: Michael Roth This device emulates a firmware abstraction used by pSeries guests to manage hotplug/dynamic-reconfiguration of host-bridges, PCI devices, memory, and CPUs. It is conceptually similar to an SHPC device, complete with LED indicators to identify individual slots to physical physi