aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc/spapr_pci.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-06-16spapr_pci: Advertise MSI quotaBadari Pulavarty1-0/+1
2014-06-16spapr_iommu: Introduce bus_offset in sPAPRTCETableAlexey Kardashevskiy1-2/+3
2014-06-16spapr_iommu: Introduce page_shift in sPAPRTCETableAlexey Kardashevskiy1-0/+1
2014-06-16spapr_iommu: Get rid of window_size in sPAPRTCETableAlexey Kardashevskiy1-4/+2
2014-06-16spapr_pci: Allow multiple TCE tables per PHBAlexey Kardashevskiy1-11/+43
2014-06-16spapr_pci: spapr_iommu: Make DMA window a subregionAlexey Kardashevskiy1-2/+18
2014-06-16spapr_pci: Introduce a finish_realize() callbackAlexey Kardashevskiy1-12/+26
2014-06-16spapr_pci: fix MSI limitAlexey Kardashevskiy1-16/+18
2014-06-16spapr_pci: Fix number of returned vectors in ibm, change-msiAlexey Kardashevskiy1-0/+15
2014-06-16spapr-pci: remove io ports workaroundGreg Kurz1-11/+2
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (ppc)Juan Quintela1-6/+3
2014-03-13Merge remote-tracking branch 'remotes/afaerber/tags/ppc-for-2.0' into stagingPeter Maydell1-26/+26
2014-03-13spapr-pci: Convert fprintf() to error_report()Alexey Kardashevskiy1-4/+5
2014-03-13spapr-pci: Convert to QOM realizeAlexey Kardashevskiy1-22/+21
2014-03-12spapr-pci: Change the default PCI bus namingAlexey Kardashevskiy1-21/+2
2014-03-05PPC: sPAPR: Only use getpagesize() when we run with kvmAlexander Graf1-1/+12
2014-03-05spapr-pci: enable adding PHB via -deviceAlexey Kardashevskiy1-0/+2
2014-02-14qdev: Remove hex8/32/64 property typesPaolo Bonzini1-8/+8
2013-12-20spapr-rtas: replace return code constants with macrosAlexey Kardashevskiy1-21/+21
2013-12-10spapr_pci: s/INT64_MAX/UINT64_MAX/Michael S. Tsirkin1-1/+1
2013-10-25spapr-pci: enable irqfd for INTxAlexey Kardashevskiy1-0/+13
2013-09-02spapr-pci: rework MSI/MSIXAlexey Kardashevskiy1-34/+27
2013-09-02spapr-pci: fix config space access to support bridgesAlexey Kardashevskiy1-10/+2
2013-07-29spapr_pci: QOM cast cleanupAndreas Färber1-3/+4
2013-07-29pseries: savevm support for PCI host bridgeDavid Gibson1-0/+49
2013-07-29spapr-tce: make sPAPRTCETable a proper deviceAnthony Liguori1-1/+1
2013-07-25spapr_pci: remove indirection for I/O port accessAlexey Kardashevskiy1-39/+2
2013-07-11spapr: Fix compiler warnings for some versions of gccStefan Weil1-2/+2
2013-07-08Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori1-0/+10
2013-07-07pci: Replace pci_find_domain() with more general pci_root_bus_path()David Gibson1-0/+10