On Mon, Sep 14, 2015 at 11:41:52AM +1000, David Gibson wrote: > The sPAPRDRConnector pseudo-device contains an owner field which is > set in spapr_dr_connector_new(). However, that function also calls > object_property_add_child() to set the DRConnector as the QOM child of > the owner object. That means that owner is always the same as the QOM > parent, and so redundant. > > Signed-off-by: David Gibson <da...@gibson.dropbear.id.au>
Tested CPU and memory hotplug with reboot and migration. Tested-by: Bharata B Rao <bhar...@linux.vnet.ibm.com>