qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/2] spapr: move pci device creation to Qemu
@ 2015-04-29  8:01 Nikunj A Dadhania
  2015-04-29  8:01 ` [Qemu-devel] [PATCH v2 1/2] spapr: enumerate and add PCI device tree Nikunj A Dadhania
  2015-04-29  8:01 ` [Qemu-devel] [PATCH v2 2/2] spapr: populate ibm,loc-code Nikunj A Dadhania
  0 siblings, 2 replies; 3+ messages in thread
From: Nikunj A Dadhania @ 2015-04-29  8:01 UTC (permalink / raw)
  To: qemu-devel; +Cc: nikunj, aik, mdroth, agraf, qemu-ppc, david


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. 

Based on sPAPR PCI Hotplug patches by Michael Roth
https://github.com/mdroth/qemu/commits/spapr-hotplug-pci

Also, patches for populating ibm,loc-code was getting very complicated
with use of RTAS/HCALL

Changelog v1:
 * Correct indent problems reported by checkpatch(David Gibson)
 * Declare sPAPRFDT structure as local (David Gibson)
 * Re-arrange code to avoid multiple indentation (Alexey Kardashevskiy)

Nikunj A Dadhania (2):
  spapr: enumerate and add PCI device tree
  spapr: populate ibm,loc-code

 hw/ppc/spapr_pci.c | 183 +++++++++++++++++++++++++++++++++++++++++++++++++----
 1 file changed, 170 insertions(+), 13 deletions(-)

-- 
1.8.3.1

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-04-29  8:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-29  8:01 [Qemu-devel] [PATCH v2 0/2] spapr: move pci device creation to Qemu Nikunj A Dadhania
2015-04-29  8:01 ` [Qemu-devel] [PATCH v2 1/2] spapr: enumerate and add PCI device tree Nikunj A Dadhania
2015-04-29  8:01 ` [Qemu-devel] [PATCH v2 2/2] spapr: populate ibm,loc-code Nikunj A Dadhania

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).