summaryrefslogtreecommitdiff
path: root/hw/ppc/spapr_pci.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-23hw/ppc/spapr: Fix crash when specifying bad parameters to spapr-pci-host-bridgeThomas Huth1-0/+3
2016-03-22hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini1-0/+2
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-03-16spapr_pci: Remove finish_realize hookDavid Gibson1-20/+5
2016-03-16spapr_pci: Allow EEH on spapr-pci-host-bridgeDavid Gibson1-8/+2
2016-03-16spapr_pci: Eliminate class callbacksDavid Gibson1-22/+22
2016-03-16spapr_pci: fix multifunction hotplugMichael Roth1-7/+86
2016-03-11msi_supported -> msi_nonbrokenMichael S. Tsirkin1-1/+1
2016-02-28xics: report errors with the QEMU Error APIGreg Kurz1-6/+10
2016-02-28spapr_pci: fix irq leak in RTAS ibm,change-msiGreg Kurz1-1/+8
2016-02-28spapr_pci: kill useless variable in rtas_ibm_change_msi()Greg Kurz1-3/+3
2016-01-29ppc: Clean up includesPeter Maydell1-0/+1
2015-10-23spapr_pci: Allow VFIO devices to work on the normal PCI host bridgeDavid Gibson1-0/+6
2015-10-23spapr_pci: Allow PCI host bridge DMA window to be configuredDavid Gibson1-2/+5
2015-09-23sPAPR: Revert don't enable EEH on emulated PCI devicesGavin Shan1-7/+0
2015-09-23spapr: Support hotplug by specifying DRC countBharata B Rao1-2/+2
2015-09-23spapr_pci: fix device tree props for MSI/MSI-XMichael Roth1-2/+10
2015-09-23sPAPR: Introduce rtas_ldq()Gavin Shan1-10/+10
2015-09-23spapr: Make ibm, change-msi respect 3 return valuesSam Bobroff1-1/+3
2015-09-11maint: avoid useless "if (foo) free(foo)" patternMarkus Armbruster1-8/+4
2015-07-07sPAPR: Don't enable EEH on emulated PCI devicesGavin Shan1-0/+7
2015-07-07spapr_pci: drop redundant args in spapr_[populate, create]_pci_child_dtNikunj A Dadhania1-16/+11
2015-07-07spapr_pci: populate ibm,loc-codeNikunj A Dadhania1-6/+71
2015-07-07spapr_pci: enumerate and add PCI device treeNikunj A Dadhania1-17/+133
2015-07-07Revert "hw/ppc/spapr_pci.c: Avoid functions not in glib 2.12 (g_hash_table_it...Markus Armbruster1-17/+11
2015-07-07spapr_pci: set device node unit address as hexNikunj A Dadhania1-5/+7
2015-07-07spapr_pci: encode class code including Prog IF registerNikunj A Dadhania1-2/+1
2015-07-07spapr_pci: encode missing 64-bit memory address spaceNikunj A Dadhania1-1/+9
2015-07-07spapr: Merge sPAPREnvironment into sPAPRMachineStateDavid Gibson1-17/+20
2015-06-22qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster1-4/+4
2015-06-03spapr_pci: emit hotplug add/remove events during hotplugTyrel Datwyler1-0/+4
2015-06-03spapr_pci: enable basic hotplug operationsMichael Roth1-19/+380
2015-06-03spapr_pci: create DRConnectors for each PCI slot during PHB realizeMichael Roth1-1/+17
2015-06-03spapr_pci: add dynamic-reconfiguration option for spapr-pci-host-bridgeMichael Roth1-0/+2
2015-06-03spapr_pci: Rework device-tree renderingAlexey Kardashevskiy1-25/+5
2015-06-03spapr_pci: Make find_phb()/find_dev() publicAlexey Kardashevskiy1-18/+18
2015-06-03spapr_pci: Define default DMA window size as a macroAlexey Kardashevskiy1-3/+3
2015-06-03spapr_pci: Introduce a liobn number generating macrosAlexey Kardashevskiy1-2/+2
2015-06-03spapr_pci: Fix unsafe signed/unsigned comparisonsDavid Gibson1-8/+8
2015-03-09sPAPR: Implement EEH RTAS callsGavin Shan1-0/+271
2015-03-09pseries: Switch VGA endian on H_SET_MODEDavid Gibson1-0/+28
2015-03-09spapr-pci: Enable huge BARsAlexey Kardashevskiy1-2/+12
2015-03-09pseries: Limit PCI host bridge "index" valueDavid Gibson1-1/+7
2014-11-04hw/ppc/spapr_pci.c: Avoid functions not in glib 2.12 (g_hash_table_iter_*)Peter Maydell1-11/+17
2014-09-08spapr_pci: map the MSI window in each PHBGreg Kurz1-29/+24
2014-09-08spapr_pci: Fix config space corruptionAlexey Kardashevskiy1-2/+6
2014-06-27spapr_pci: Use XICS interrupt allocator and do not cache interrupts in PHBAlexey Kardashevskiy1-83/+112
2014-06-27spapr: Move interrupt allocator to xicsAlexey Kardashevskiy1-3/+3
2014-06-27spapr_iommu: Make in-kernel TCE table optionalAlexey Kardashevskiy1-1/+1
2014-06-27spapr: Fix RTAS token numbersAlexey Kardashevskiy1-6/+12