summaryrefslogtreecommitdiffstats
path: root/hw/ppc/spapr_pci.c
Commit message (Expand)AuthorAgeFilesLines
...
| * spapr: Clean up DRC index constructionDavid Gibson2019-06-121-56/+68
| * spapr: Clean up spapr_drc_populate_dt()David Gibson2019-06-121-2/+1Star
| * spapr: Clean up dt creation for PCI busesDavid Gibson2019-06-121-66/+74
| * spapr: Clean up device tree construction for PCI devicesDavid Gibson2019-06-121-64/+55Star
| * spapr: Clean up device node name generation for PCI devicesDavid Gibson2019-06-121-25/+16Star
| * spapr_pci: Improve error messageGreg Kurz2019-06-121-1/+8
* | Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-1/+2
|/
* pcie: Simplify pci_adjust_config_limit()David Gibson2019-05-301-24/+10Star
* spapr: Drop duplicate PCI swizzle codeGreg Kurz2019-04-261-20/+4Star
* spapr_pci: Get rid of duplicate code for node name creationGreg Kurz2019-04-261-4/+1Star
* spapr: Support NVIDIA V100 GPU with NVLink2Alexey Kardashevskiy2019-04-261-0/+19
* spapr_pci: Fix broken naming of PCI busGreg Kurz2019-04-121-2/+2
* spapr_pci: Fix extended config space accessesGreg Kurz2019-04-091-2/+26
* spapr: Remove NULL checks on error_propagate() callsMarkus Armbruster2019-03-191-3/+1Star
* spapr: Use CamelCase properlyDavid Gibson2019-03-121-106/+106
* qdev: Let the hotplug_handler_unplug() caller delete the deviceDavid Hildenbrand2019-03-061-1/+2
* spapr: add hotplug hooks for PHB hotplugGreg Kurz2019-02-251-15/+1Star
* spapr_pci: add ibm, my-drc-index property for PHB hotplugMichael Roth2019-02-251-0/+9
* spapr_pci: provide node start offset via spapr_populate_pci_dt()Michael Roth2019-02-251-1/+4
* spapr_pci: add PHB unrealizeGreg Kurz2019-02-251-4/+82
* spapr/drc: Drop spapr_drc_attach() fdt argumentGreg Kurz2019-02-251-1/+1
* spapr/pci: Generate FDT fragment at configure connector timeGreg Kurz2019-02-251-7/+12
* qdev: pass an Object * to qbus_set_hotplug_handler()Michael Roth2019-02-171-1/+1
* spapr_pci: Fix interrupt leak in rtas_ibm_change_msi() error pathGreg Kurz2019-02-171-0/+6
* spapr: Rename xics to intc in interrupt controller agnostic codeGreg Kurz2019-02-171-3/+3
* spapr_pci: Fix endianness in assigned-addresses propertyAlexey Kardashevskiy2019-02-041-1/+1
* spapr/pci: Fix primary bus number for PCI bridgesDavid Hildenbrand2019-02-041-4/+1Star
* spapr: move spapr_create_phb() to core machine codeGreg Kurz2019-01-081-11/+0Star
* spapr_pci: perform unplug via the hotplug handlerDavid Hildenbrand2018-12-201-12/+21
* spapr_pci: convert g_malloc() to g_new()Greg Kurz2018-11-081-1/+1
* error: Fix use of error_prepend() with &error_fatal, &error_abortMarkus Armbruster2018-10-191-4/+3Star
* spapr_pci: add an extra 'nr_msis' argument to spapr_populate_pci_dtCédric Le Goater2018-09-251-6/+3Star
* spapr: introduce a spapr_irq class 'nr_msis' attributeCédric Le Goater2018-09-251-2/+3
* spapr_pci: fix potential NULL pointer dereferenceGreg Kurz2018-08-281-1/+1
* spapr_pci: factorize the use of SPAPR_MACHINE_GET_CLASS()Cédric Le Goater2018-08-211-5/+6
* spapr: introduce a fixed IRQ number spaceCédric Le Goater2018-08-211-7/+22
* spapr: split the IRQ allocation sequenceCédric Le Goater2018-06-211-3/+20
* spapr_pci: Remove unhelpful pagesize warningDavid Gibson2018-06-121-7/+0Star
* spapr_pci: fix MSI/MSIX selectionGreg Kurz2018-01-291-19/+42
* Merge remote-tracking branch 'origin/master' into HEADMichael S. Tsirkin2018-01-111-10/+9Star
|\
| * spapr_pci: use warn_report()Greg Kurz2018-01-101-3/+3
| * spapr: fix LSI interrupt specifiers in the device treeGreg Kurz2017-12-141-2/+1Star
| * spapr: introduce a spapr_qirq() helperCédric Le Goater2017-12-141-1/+1
| * spapr: move the IRQ allocation routines under the machineCédric Le Goater2017-12-141-4/+4
* | pci: Eliminate redundant PCIDevice::bus pointerDavid Gibson2017-12-051-1/+1
* | pci: Rename root bus initialization functions for clarityDavid Gibson2017-12-051-4/+4
|/
* spapr_pci: fail gracefully with non-pseries machine typesGreg Kurz2017-10-171-1/+11
* Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20170927a'...Peter Maydell2017-09-271-2/+4
|\
| * migration: pre_save return intDr. David Alan Gilbert2017-09-271-2/+4
* | spapr_pci: make index property mandatoryGreg Kurz2017-09-271-54/+8Star
|/