From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58408) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z9mTa-0000G1-PA for qemu-devel@nongnu.org; Mon, 29 Jun 2015 23:45:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z9mTS-0007hs-HZ for qemu-devel@nongnu.org; Mon, 29 Jun 2015 23:44:50 -0400 Received: from e23smtp02.au.ibm.com ([202.81.31.144]:48951) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z9mTR-0007gZ-QL for qemu-devel@nongnu.org; Mon, 29 Jun 2015 23:44:42 -0400 Received: from /spool/local by e23smtp02.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 30 Jun 2015 13:44:38 +1000 Date: Tue, 30 Jun 2015 09:13:42 +0530 From: Bharata B Rao Message-ID: <20150630034342.GL5569@in.ibm.com> References: <1435567472-20338-1-git-send-email-bharata@linux.vnet.ibm.com> <20150630032639.GE26353@voom.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150630032639.GE26353@voom.redhat.com> Subject: Re: [Qemu-devel] [PATCH v6 0/6] Memory hotplug for PowerPC sPAPR guests 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, mst@redhat.com, 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, ehabkost@redhat.com On Tue, Jun 30, 2015 at 01:26:39PM +1000, David Gibson wrote: > On Mon, Jun 29, 2015 at 02:14:26PM +0530, Bharata B Rao wrote: > > Hi, > > > > This is v5 of memory hotplug support patchset for PowerPC > > sPAPR guests. > > > > This patchset applies on spapr-next branch of David Gibson's tree with > > pc_dimm_pug reorg+NUMA node lookup patchset v4: > > http://lists.nongnu.org/archive/html/qemu-devel/2015-06/msg07174.html > > Looking good. I'd like to pull this into spapr-next, but I'll need to > wait for the pc_dimm_plug rework to be merged. Do you know whose tree > that's likely to go via? - Last time I made changes to pc.c and pc-dimm.c, Igor reviewed and Michael S. Tsirkin sent the pull request. - Eduardo Habkost is taking care of numa.c Regards, Bharata.