aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc/spapr_pci.c
AgeCommit message (Expand)Author
2019-06-12Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.1-20190612' into...Peter Maydell
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-06-12spapr: Allow hot plug/unplug of PCI bridges and devices under PCI bridgesDavid Gibson
2019-06-12spapr: Don't use bus number for building DRC idsDavid Gibson
2019-06-12spapr: Clean up DRC index constructionDavid Gibson
2019-06-12spapr: Clean up spapr_drc_populate_dt()David Gibson
2019-06-12spapr: Clean up dt creation for PCI busesDavid Gibson
2019-06-12spapr: Clean up device tree construction for PCI devicesDavid Gibson
2019-06-12spapr: Clean up device node name generation for PCI devicesDavid Gibson
2019-06-12spapr_pci: Improve error messageGreg Kurz
2019-05-29pcie: Simplify pci_adjust_config_limit()David Gibson
2019-04-26spapr: Drop duplicate PCI swizzle codeGreg Kurz
2019-04-26spapr_pci: Get rid of duplicate code for node name creationGreg Kurz
2019-04-26spapr: Support NVIDIA V100 GPU with NVLink2Alexey Kardashevskiy
2019-04-12spapr_pci: Fix broken naming of PCI busGreg Kurz
2019-04-09spapr_pci: Fix extended config space accessesGreg Kurz
2019-03-19spapr: Remove NULL checks on error_propagate() callsMarkus Armbruster
2019-03-12spapr: Use CamelCase properlyDavid Gibson
2019-03-06qdev: Let the hotplug_handler_unplug() caller delete the deviceDavid Hildenbrand
2019-02-26spapr: add hotplug hooks for PHB hotplugGreg Kurz
2019-02-26spapr_pci: add ibm, my-drc-index property for PHB hotplugMichael Roth
2019-02-26spapr_pci: provide node start offset via spapr_populate_pci_dt()Michael Roth
2019-02-26spapr_pci: add PHB unrealizeGreg Kurz
2019-02-26spapr/drc: Drop spapr_drc_attach() fdt argumentGreg Kurz
2019-02-26spapr/pci: Generate FDT fragment at configure connector timeGreg Kurz
2019-02-17qdev: pass an Object * to qbus_set_hotplug_handler()Michael Roth
2019-02-17spapr_pci: Fix interrupt leak in rtas_ibm_change_msi() error pathGreg Kurz
2019-02-17spapr: Rename xics to intc in interrupt controller agnostic codeGreg Kurz
2019-02-04spapr_pci: Fix endianness in assigned-addresses propertyAlexey Kardashevskiy
2019-02-04spapr/pci: Fix primary bus number for PCI bridgesDavid Hildenbrand
2019-01-09spapr: move spapr_create_phb() to core machine codeGreg Kurz
2018-12-20spapr_pci: perform unplug via the hotplug handlerDavid Hildenbrand
2018-11-08spapr_pci: convert g_malloc() to g_new()Greg Kurz
2018-10-19error: Fix use of error_prepend() with &error_fatal, &error_abortMarkus Armbruster
2018-09-25spapr_pci: add an extra 'nr_msis' argument to spapr_populate_pci_dtCédric Le Goater
2018-09-25spapr: introduce a spapr_irq class 'nr_msis' attributeCédric Le Goater
2018-08-28spapr_pci: fix potential NULL pointer dereferenceGreg Kurz
2018-08-21spapr_pci: factorize the use of SPAPR_MACHINE_GET_CLASS()Cédric Le Goater
2018-08-21spapr: introduce a fixed IRQ number spaceCédric Le Goater
2018-06-21spapr: split the IRQ allocation sequenceCédric Le Goater
2018-06-12spapr_pci: Remove unhelpful pagesize warningDavid Gibson
2018-01-29spapr_pci: fix MSI/MSIX selectionGreg Kurz
2018-01-11Merge remote-tracking branch 'origin/master' into HEADMichael S. Tsirkin
2018-01-10spapr_pci: use warn_report()Greg Kurz
2017-12-15spapr: fix LSI interrupt specifiers in the device treeGreg Kurz
2017-12-15spapr: introduce a spapr_qirq() helperCédric Le Goater
2017-12-15spapr: move the IRQ allocation routines under the machineCédric Le Goater
2017-12-05pci: Eliminate redundant PCIDevice::bus pointerDavid Gibson
2017-12-05pci: Rename root bus initialization functions for clarityDavid Gibson
2017-10-17spapr_pci: fail gracefully with non-pseries machine typesGreg Kurz