From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33511) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y6ZM4-0008F9-Hs for qemu-devel@nongnu.org; Thu, 01 Jan 2015 01:35:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y6ZM3-0001rp-Dt for qemu-devel@nongnu.org; Thu, 01 Jan 2015 01:35:32 -0500 MIME-Version: 1.0 In-Reply-To: <20141223151239.15420.96705@loki> References: <1408407718-10835-1-git-send-email-mdroth@linux.vnet.ibm.com> <1408407718-10835-5-git-send-email-mdroth@linux.vnet.ibm.com> <53FC7159.6040406@suse.de> <20140930220813.19243.5956@loki> <542C1001.8050802@suse.de> <20141126062758.1187.29139@loki> <20141223151239.15420.96705@loki> Date: Thu, 1 Jan 2015 12:05:30 +0530 Message-ID: From: Bharata B Rao Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH 04/12] spapr_pci: add set-indicator RTAS interface List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michael Roth Cc: aik@ozlabs.ru, Alexander Graf , "qemu-devel@nongnu.org" , ncmike@ncultra.org, "qemu-ppc@nongnu.org" , tyreld@linux.vnet.ibm.com, Nathan Fontenot On Tue, Dec 23, 2014 at 8:42 PM, Michael Roth wrote: > > Hi Bharata, > > I've submitted v4 of PCI hotplug. The development branch is here: > > https://github.com/mdroth/qemu/commits/spapr-hotplug-pci > > and is based on top of a 'core' branch organized similar to what you proposed: > > https://github.com/mdroth/qemu/commits/spapr-hotplug-core > > I'll be rolling changes for core/pci code into the branches as we go. > The endian fixes you provided are included, and PCI hotplug has been > tested on ppc64le. > > There's a pseries-2.3 in the core patchset to enable/disable > dynamic-reconfiguration for individual resources on a machine basis to > maintain backward migration compatibility. There's a PHB hotplug patchset > based on core that might be a good reference for re-basing CPU/memory: > > https://github.com/mdroth/qemu/commits/spapr-hotplug-phb Thanks Michael for providing the 'core' branch. I shall be posting CPU and memory hotplug patches based on your 'core' branch shortly. Regards, Bharata.