summaryrefslogtreecommitdiffstats
path: root/hw/ppc/spapr_pci.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell2019-09-041-1/+3
|\
| * numa: move numa global variable numa_info into MachineStateTao Xu2019-09-031-1/+3
* | spapr/pci: Convert types to QEMU coding styleGreg Kurz2019-08-291-14/+14
* | spapr_pci: remove all child functions in function zero unplugDaniel Henrique Barboza2019-08-291-5/+7
|/
* spapr/pci: Free MSIs during resetGreg Kurz2019-08-211-0/+2
* spapr/pci: Consolidate de-allocation of MSIsGreg Kurz2019-08-211-9/+15
* spapr_pci: Allow 2MiB and 16MiB IOMMU pagesizes by defaultDavid Gibson2019-08-211-1/+2
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-0/+1
* spapr_pci: Unregister listeners before destroying the IOMMU address spaceGreg Kurz2019-07-021-0/+6
* spapr_pci: Drop useless CONFIG_KVM ifdeferyGreg Kurz2019-07-021-2/+0Star
* spapr_pci: Fix DRC owner in spapr_dt_pci_bus()Greg Kurz2019-07-021-1/+8
* spapr_pci: Fix potential NULL pointer dereference in spapr_dt_pci_bus()Philippe Mathieu-Daudé2019-07-021-6/+5Star
* Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.1-20190612' into...Peter Maydell2019-06-121-187/+310
|\
| * spapr: Allow hot plug/unplug of PCI bridges and devices under PCI bridgesDavid Gibson2019-06-121-13/+102
| * spapr: Don't use bus number for building DRC idsDavid Gibson2019-06-121-14/+40
| * 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