From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45897) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZbNBV-0003sP-Dt for qemu-devel@nongnu.org; Mon, 14 Sep 2015 02:24:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZbNBS-0004DC-7a for qemu-devel@nongnu.org; Mon, 14 Sep 2015 02:24:13 -0400 Received: from e28smtp09.in.ibm.com ([122.248.162.9]:43155) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZbNBR-0004BM-HB for qemu-devel@nongnu.org; Mon, 14 Sep 2015 02:24:10 -0400 Received: from /spool/local by e28smtp09.in.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 14 Sep 2015 11:54:05 +0530 Date: Mon, 14 Sep 2015 11:53:37 +0530 From: Bharata B Rao Message-ID: <20150914062337.GQ17433@in.ibm.com> References: <1442194913-26545-1-git-send-email-david@gibson.dropbear.id.au> <1442194913-26545-2-git-send-email-david@gibson.dropbear.id.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1442194913-26545-2-git-send-email-david@gibson.dropbear.id.au> Subject: Re: [Qemu-devel] [RFCv2 1/2] spapr: Remove unnecessary owner field from sPAPRDRConnector Reply-To: bharata@linux.vnet.ibm.com List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: David Gibson Cc: agraf@suse.de, aik@ozlabs.ru, qemu-devel@nongnu.org, mdroth@linux.vnet.ibm.com, qemu-ppc@nongnu.org, pbonzini@redhat.com 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 Tested CPU and memory hotplug with reboot and migration. Tested-by: Bharata B Rao