From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49699) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yks0t-0006fR-3H for qemu-devel@nongnu.org; Wed, 22 Apr 2015 06:36:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yks0k-0003cU-Qf for qemu-devel@nongnu.org; Wed, 22 Apr 2015 06:36:15 -0400 Received: from e28smtp06.in.ibm.com ([122.248.162.6]:38891) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yks0k-0003bp-77 for qemu-devel@nongnu.org; Wed, 22 Apr 2015 06:36:06 -0400 Received: from /spool/local by e28smtp06.in.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 22 Apr 2015 16:06:02 +0530 From: Nikunj A Dadhania Date: Wed, 22 Apr 2015 16:05:32 +0530 Message-Id: <1429698934-28915-1-git-send-email-nikunj@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [RFC PATCH 0/2] spapr: move pci device creation to Qemu List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: aik@ozlabs.ru, qemu-ppc@nongnu.org, agraf@suse.de, nikunj@linux.vnet.ibm.com, david@gibson.dropbear.id.au The patch series creates PCI DT nodes in QEMU. The new hotplug code needs the device node creation in Qemu. While during boot, nodes were created in SLOF. It makes more sense to consolidate the code to one place for better maintainability. Also, patches for populating ibm,loc-code was getting very complicated with use of RTAS/HCALL Nikunj A Dadhania (2): spapr: enumerate and add PCI device tree spapr: populate ibm,loc-code hw/ppc/spapr_pci.c | 166 ++++++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 153 insertions(+), 13 deletions(-) -- 1.8.3.1