aboutsummaryrefslogtreecommitdiff
path: root/include/hw/pci-host/spapr.h
AgeCommit message (Expand)AuthorFilesLines
2023-09-18spapr: Remove support for NVIDIA V100 GPU with NVLink2Cédric Le Goater1-45/+0
2021-02-10spapr: Adjust firmware path of PCI devicesGreg Kurz1-0/+2
2021-01-06spapr: Fix buffer overflow in spapr_numa_associativity_init()Greg Kurz1-2/+0
2020-11-15nomaintainer: Fix Lesser GPL version numberChetan Pant1-1/+1
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost1-3/+1
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-2/+2
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-1/+2
2020-07-20spapr: Add a new level of NUMA for GPUsReza Arbab1-0/+1
2019-10-24spapr: Remove SpaprIrq::nr_msisDavid Gibson1-2/+2
2019-10-04spapr: Fold spapr_phb_lsi_qirq() into its single callerDavid Gibson1-7/+0
2019-08-29spapr/pci: Convert types to QEMU coding styleGreg Kurz1-10/+14
2019-06-12spapr: Clean up dt creation for PCI busesDavid Gibson1-2/+2
2019-04-26spapr: Support NVIDIA V100 GPU with NVLink2Alexey Kardashevskiy1-0/+45
2019-03-12spapr: Use CamelCase properlyDavid Gibson1-22/+22
2019-02-26spapr_pci: provide node start offset via spapr_populate_pci_dt()Michael Roth1-1/+1
2019-02-26spapr_pci: add PHB unrealizeGreg Kurz1-0/+5
2019-02-26spapr/pci: Generate FDT fragment at configure connector timeGreg Kurz1-1/+3
2019-02-17spapr: Rename xics to intc in interrupt controller agnostic codeGreg Kurz1-1/+1
2019-01-09spapr: Eliminate SPAPR_PCI_2_7_MMIO_WIN_SIZE macroEduardo Habkost1-1/+0
2019-01-09spapr_pci: Define SPAPR_MAX_PHBS in hw/pci-host/spapr.hGreg Kurz1-2/+4
2019-01-09spapr: move spapr_create_phb() to core machine codeGreg Kurz1-2/+0
2018-09-25spapr_pci: add an extra 'nr_msis' argument to spapr_populate_pci_dtCédric Le Goater1-3/+2
2017-12-15spapr: introduce a spapr_qirq() helperCédric Le Goater1-1/+1
2017-05-25hw/ppc: removing drc->detach_cb and drc->detach_cb_opaqueDaniel Henrique Barboza1-0/+3
2017-03-14pseries: Don't expose PCIe extended config space on older machine typesDavid Gibson1-0/+2
2017-03-01ppc/xics: use the QOM interface to get irqsCédric Le Goater1-1/+1
2016-11-23spapr: Fix 2.7<->2.8 migration of PCI host bridgeDavid Gibson1-0/+6
2016-10-16spapr: Improved placement of PCI host bridges in guest memory mapDavid Gibson1-1/+7
2016-10-16spapr_pci: Add a 64-bit MMIO windowDavid Gibson1-2/+6
2016-10-16spapr_pci: Delegate placement of PCI host bridges to machine typeDavid Gibson1-10/+1
2016-09-23spapr_pci: Add numa node idAlexey Kardashevskiy1-0/+2
2016-09-15Remove unused function declarationsLadi Prosek1-2/+0
2016-07-12Clean up header guards that don't match their file nameMarkus Armbruster1-3/+3
2016-07-12spapr_pci: Include spapr.h instead of playing games with #errorMarkus Armbruster1-3/+1
2016-07-05spapr_pci/spapr_pci_vfio: Support Dynamic DMA Windows (DDW)Alexey Kardashevskiy1-1/+7
2016-07-01ppc/xics: Replace "icp" with "xics" in most placesBenjamin Herrenschmidt1-1/+1
2016-06-07spapr_pci: Add and export DMA resetting helperAlexey Kardashevskiy1-0/+2
2016-03-16spapr_pci: Remove finish_realize hookDavid Gibson1-12/+0
2016-03-16spapr_pci: (Mostly) remove spapr-pci-vfio-host-bridgeDavid Gibson1-11/+0
2016-03-16spapr_pci: Allow EEH on spapr-pci-host-bridgeDavid Gibson1-1/+5
2016-03-16spapr_pci: Eliminate class callbacksDavid Gibson1-4/+33
2015-10-23spapr_pci: Allow PCI host bridge DMA window to be configuredDavid Gibson1-2/+1
2015-07-07spapr: Merge sPAPREnvironment into sPAPRMachineStateDavid Gibson1-4/+6
2015-06-03spapr_pci: add dynamic-reconfiguration option for spapr-pci-host-bridgeMichael Roth1-0/+1
2015-06-03spapr_pci: Make find_phb()/find_dev() publicAlexey Kardashevskiy1-0/+4
2015-06-03spapr_pci: Define default DMA window size as a macroAlexey Kardashevskiy1-0/+2
2015-03-09sPAPR: Implement EEH RTAS callsGavin Shan1-0/+4
2015-03-09spapr-pci: Enable huge BARsAlexey Kardashevskiy1-3/+4
2015-03-09pseries: Limit PCI host bridge "index" valueDavid Gibson1-1/+3
2014-09-08spapr_pci: map the MSI window in each PHBGreg Kurz1-1/+1