From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59638) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YpuhK-0002Be-4W for qemu-devel@nongnu.org; Wed, 06 May 2015 04:29:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YpuhG-0001x4-WC for qemu-devel@nongnu.org; Wed, 06 May 2015 04:28:54 -0400 Received: from e23smtp01.au.ibm.com ([202.81.31.143]:50775) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YpuhG-0001wh-AW for qemu-devel@nongnu.org; Wed, 06 May 2015 04:28:50 -0400 Received: from /spool/local by e23smtp01.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 6 May 2015 18:28:47 +1000 Date: Wed, 6 May 2015 13:57:50 +0530 From: Bharata B Rao Message-ID: <20150506082750.GT18380@in.ibm.com> References: <1429858066-12088-1-git-send-email-bharata@linux.vnet.ibm.com> <1429858066-12088-24-git-send-email-bharata@linux.vnet.ibm.com> <20150505074031.GT14090@voom.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150505074031.GT14090@voom.redhat.com> Subject: Re: [Qemu-devel] [RFC PATCH v3 23/24] spapr: Support ibm, dynamic-reconfiguration-memory Reply-To: bharata@linux.vnet.ibm.com List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: David Gibson Cc: mdroth@linux.vnet.ibm.com, "Nikunj A. Dadhania" , aik@ozlabs.ru, agraf@suse.de, qemu-devel@nongnu.org, qemu-ppc@nongnu.org, tyreld@linux.vnet.ibm.com, nfont@linux.vnet.ibm.com, imammedo@redhat.com, afaerber@suse.de On Tue, May 05, 2015 at 05:40:32PM +1000, David Gibson wrote: > On Fri, Apr 24, 2015 at 12:17:45PM +0530, Bharata B Rao wrote: > > Parse ibm,architecture.vec table obtained from the guest and enable > > memory node configuration via ibm,dynamic-reconfiguration-memory if guest > > supports it. This is in preparation to support memory hotplug for > > sPAPR guests. > > > > This changes the way memory node configuration is done. Currently all > > memory nodes are built upfront. But after this patch, only memory@0 node > > for RMA is built upfront. Guest kernel boots with just that and rest of > > the memory nodes (via memory@XXX or ibm,dynamic-reconfiguration-memory) > > are built when guest does ibm,client-architecture-support call. > > > > Note: This patch needs a SLOF enhancement which is already part of > > upstream SLOF. > > Is it in the SLOF included in the qemu submodule though? If not you > should have a patch to update the submodule first. Nikunj confirms that SLOF change needed to support ibm,dynamic-reconfiguration-memory is already part of QEMU. Regards, Bharata.