summaryrefslogtreecommitdiff
path: root/hw/ppc/spapr_pci.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-07-04hw/p*: pass owner to memory_region_init* functionsPaolo Bonzini1-5/+7
2013-07-04spapr_iommu: pass device to spapr_tce_new_table and use it to set ownerPaolo Bonzini1-1/+2
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-5/+5
2013-07-01spapr-rtas: add CPU argument to RTAS callsAnthony Liguori1-6/+7
2013-06-20memory: give name to every AddressSpaceAlexey Kardashevskiy1-1/+3
2013-06-20pci: use memory core for iommu supportAvi Kivity1-4/+4
2013-06-20spapr: convert TCE API to use an opaque typePaolo Bonzini1-4/+4
2013-04-08hw: move PCI bridges to hw/pci-* or hw/ARCHPaolo Bonzini1-0/+839