aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc/spapr_pci.c
AgeCommit message (Expand)AuthorFilesLines
2019-08-29spapr_pci: remove all child functions in function zero unplugDaniel Henrique Barboza1-5/+7
2019-08-21spapr/pci: Free MSIs during resetGreg Kurz1-0/+2
2019-08-21spapr/pci: Consolidate de-allocation of MSIsGreg Kurz1-9/+15
2019-08-21spapr_pci: Allow 2MiB and 16MiB IOMMU pagesizes by defaultDavid Gibson1-1/+2
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster1-0/+1
2019-07-02spapr_pci: Unregister listeners before destroying the IOMMU address spaceGreg Kurz1-0/+6
2019-07-02spapr_pci: Drop useless CONFIG_KVM ifdeferyGreg Kurz1-2/+0
2019-07-02spapr_pci: Fix DRC owner in spapr_dt_pci_bus()Greg Kurz1-1/+8
2019-07-02spapr_pci: Fix potential NULL pointer dereference in spapr_dt_pci_bus()Philippe Mathieu-Daudé1-6/+5
2019-06-12Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.1-20190612' into...Peter Maydell1-187/+310
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-1/+2
2019-06-12spapr: Allow hot plug/unplug of PCI bridges and devices under PCI bridgesDavid Gibson1-13/+102
2019-06-12spapr: Don't use bus number for building DRC idsDavid Gibson1-14/+40
2019-06-12spapr: Clean up DRC index constructionDavid Gibson1-56/+68
2019-06-12spapr: Clean up spapr_drc_populate_dt()David Gibson1-2/+1
2019-06-12spapr: Clean up dt creation for PCI busesDavid Gibson1-66/+74
2019-06-12spapr: Clean up device tree construction for PCI devicesDavid Gibson1-64/+55
2019-06-12spapr: Clean up device node name generation for PCI devicesDavid Gibson1-25/+16
2019-06-12spapr_pci: Improve error messageGreg Kurz1-1/+8
2019-05-29pcie: Simplify pci_adjust_config_limit()David Gibson1-24/+10
2019-04-26spapr: Drop duplicate PCI swizzle codeGreg Kurz1-20/+4
2019-04-26spapr_pci: Get rid of duplicate code for node name creationGreg Kurz1-4/+1
2019-04-26spapr: Support NVIDIA V100 GPU with NVLink2Alexey Kardashevskiy1-0/+19
2019-04-12spapr_pci: Fix broken naming of PCI busGreg Kurz1-2/+2
2019-04-09spapr_pci: Fix extended config space accessesGreg Kurz1-2/+26
2019-03-19spapr: Remove NULL checks on error_propagate() callsMarkus Armbruster1-3/+1
2019-03-12spapr: Use CamelCase properlyDavid Gibson1-106/+106
2019-03-06qdev: Let the hotplug_handler_unplug() caller delete the deviceDavid Hildenbrand1-1/+2
2019-02-26spapr: add hotplug hooks for PHB hotplugGreg Kurz1-15/+1
2019-02-26spapr_pci: add ibm, my-drc-index property for PHB hotplugMichael Roth1-0/+9
2019-02-26spapr_pci: provide node start offset via spapr_populate_pci_dt()Michael Roth1-1/+4
2019-02-26spapr_pci: add PHB unrealizeGreg Kurz1-4/+82
2019-02-26spapr/drc: Drop spapr_drc_attach() fdt argumentGreg Kurz1-1/+1
2019-02-26spapr/pci: Generate FDT fragment at configure connector timeGreg Kurz1-7/+12
2019-02-17qdev: pass an Object * to qbus_set_hotplug_handler()Michael Roth1-1/+1
2019-02-17spapr_pci: Fix interrupt leak in rtas_ibm_change_msi() error pathGreg Kurz1-0/+6
2019-02-17spapr: Rename xics to intc in interrupt controller agnostic codeGreg Kurz1-3/+3
2019-02-04spapr_pci: Fix endianness in assigned-addresses propertyAlexey Kardashevskiy1-1/+1
2019-02-04spapr/pci: Fix primary bus number for PCI bridgesDavid Hildenbrand1-4/+1
2019-01-09spapr: move spapr_create_phb() to core machine codeGreg Kurz1-11/+0
2018-12-20spapr_pci: perform unplug via the hotplug handlerDavid Hildenbrand1-12/+21
2018-11-08spapr_pci: convert g_malloc() to g_new()Greg Kurz1-1/+1
2018-10-19error: Fix use of error_prepend() with &error_fatal, &error_abortMarkus Armbruster1-4/+3
2018-09-25spapr_pci: add an extra 'nr_msis' argument to spapr_populate_pci_dtCédric Le Goater1-6/+3
2018-09-25spapr: introduce a spapr_irq class 'nr_msis' attributeCédric Le Goater1-2/+3
2018-08-28spapr_pci: fix potential NULL pointer dereferenceGreg Kurz1-1/+1
2018-08-21spapr_pci: factorize the use of SPAPR_MACHINE_GET_CLASS()Cédric Le Goater1-5/+6