summaryrefslogtreecommitdiffstats
path: root/hw/ppc/spapr_pci.c
Commit message (Expand)AuthorAgeFilesLines
* spapr_pci: enable basic hotplug operationsMichael Roth2015-06-031-19/+380
* spapr_pci: create DRConnectors for each PCI slot during PHB realizeMichael Roth2015-06-031-1/+17
* spapr_pci: add dynamic-reconfiguration option for spapr-pci-host-bridgeMichael Roth2015-06-031-0/+2
* spapr_pci: Rework device-tree renderingAlexey Kardashevskiy2015-06-031-25/+5
* spapr_pci: Make find_phb()/find_dev() publicAlexey Kardashevskiy2015-06-031-18/+18
* spapr_pci: Define default DMA window size as a macroAlexey Kardashevskiy2015-06-031-3/+3
* spapr_pci: Introduce a liobn number generating macrosAlexey Kardashevskiy2015-06-031-2/+2
* spapr_pci: Fix unsafe signed/unsigned comparisonsDavid Gibson2015-06-031-8/+8
* sPAPR: Implement EEH RTAS callsGavin Shan2015-03-091-0/+271
* pseries: Switch VGA endian on H_SET_MODEDavid Gibson2015-03-091-0/+28
* spapr-pci: Enable huge BARsAlexey Kardashevskiy2015-03-091-2/+12
* pseries: Limit PCI host bridge "index" valueDavid Gibson2015-03-091-1/+7
* hw/ppc/spapr_pci.c: Avoid functions not in glib 2.12 (g_hash_table_iter_*)Peter Maydell2014-11-041-11/+17
* spapr_pci: map the MSI window in each PHBGreg Kurz2014-09-081-29/+24
* spapr_pci: Fix config space corruptionAlexey Kardashevskiy2014-09-081-2/+6
* spapr_pci: Use XICS interrupt allocator and do not cache interrupts in PHBAlexey Kardashevskiy2014-06-271-83/+112
* spapr: Move interrupt allocator to xicsAlexey Kardashevskiy2014-06-271-3/+3
* spapr_iommu: Make in-kernel TCE table optionalAlexey Kardashevskiy2014-06-271-1/+1
* spapr: Fix RTAS token numbersAlexey Kardashevskiy2014-06-271-6/+12
* spapr_pci: Advertise MSI quotaBadari Pulavarty2014-06-161-0/+1
* spapr_iommu: Introduce bus_offset in sPAPRTCETableAlexey Kardashevskiy2014-06-161-2/+3
* spapr_iommu: Introduce page_shift in sPAPRTCETableAlexey Kardashevskiy2014-06-161-0/+1
* spapr_iommu: Get rid of window_size in sPAPRTCETableAlexey Kardashevskiy2014-06-161-4/+2
* spapr_pci: Allow multiple TCE tables per PHBAlexey Kardashevskiy2014-06-161-11/+43
* spapr_pci: spapr_iommu: Make DMA window a subregionAlexey Kardashevskiy2014-06-161-2/+18
* spapr_pci: Introduce a finish_realize() callbackAlexey Kardashevskiy2014-06-161-12/+26
* spapr_pci: fix MSI limitAlexey Kardashevskiy2014-06-161-16/+18
* spapr_pci: Fix number of returned vectors in ibm, change-msiAlexey Kardashevskiy2014-06-161-0/+15
* spapr-pci: remove io ports workaroundGreg Kurz2014-06-161-11/+2
* savevm: Remove all the unneeded version_minimum_id_old (ppc)Juan Quintela2014-06-161-6/+3
* Merge remote-tracking branch 'remotes/afaerber/tags/ppc-for-2.0' into stagingPeter Maydell2014-03-131-26/+26
|\
| * spapr-pci: Convert fprintf() to error_report()Alexey Kardashevskiy2014-03-131-4/+5
| * spapr-pci: Convert to QOM realizeAlexey Kardashevskiy2014-03-131-22/+21
* | spapr-pci: Change the default PCI bus namingAlexey Kardashevskiy2014-03-121-21/+2
|/
* PPC: sPAPR: Only use getpagesize() when we run with kvmAlexander Graf2014-03-051-1/+12
* spapr-pci: enable adding PHB via -deviceAlexey Kardashevskiy2014-03-051-0/+2
* qdev: Remove hex8/32/64 property typesPaolo Bonzini2014-02-141-8/+8
* spapr-rtas: replace return code constants with macrosAlexey Kardashevskiy2013-12-201-21/+21
* spapr_pci: s/INT64_MAX/UINT64_MAX/Michael S. Tsirkin2013-12-101-1/+1
* spapr-pci: enable irqfd for INTxAlexey Kardashevskiy2013-10-251-0/+13
* spapr-pci: rework MSI/MSIXAlexey Kardashevskiy2013-09-021-34/+27
* spapr-pci: fix config space access to support bridgesAlexey Kardashevskiy2013-09-021-10/+2
* spapr_pci: QOM cast cleanupAndreas Färber2013-07-291-3/+4
* pseries: savevm support for PCI host bridgeDavid Gibson2013-07-291-0/+49
* spapr-tce: make sPAPRTCETable a proper deviceAnthony Liguori2013-07-291-1/+1
* spapr_pci: remove indirection for I/O port accessAlexey Kardashevskiy2013-07-251-39/+2
* spapr: Fix compiler warnings for some versions of gccStefan Weil2013-07-111-2/+2
* Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2013-07-081-0/+10
|\
| * pci: Replace pci_find_domain() with more general pci_root_bus_path()David Gibson2013-07-071-0/+10
* | hw/p*: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-041-5/+7
OpenPOWER on IntegriCloud