summaryrefslogtreecommitdiff
path: root/hw/spapr_pci.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-22pci: Derive PCI host bridges from TYPE_PCI_HOST_BRIDGEAndreas Färber1-3/+3
2012-08-22spapr_pci: QOM'ify sPAPR PCI host bridgeAndreas Färber1-43/+47
2012-08-22pci: Make host bridge TypeInfos constAndreas Färber1-1/+1
2012-08-15pseries dma: DMA window params added to PHB and DT population changedAlexey Kardashevskiy1-4/+7
2012-08-15pseries: Add PCI MSI/MSI-X supportAlexey Kardashevskiy1-1/+244
2012-08-15pseries: Add trace event for PCI irqsAlexey Kardashevskiy1-0/+2
2012-08-15pseries: Export find_phb() utility function for PCI codeAlexey Kardashevskiy1-10/+21
2012-08-15pseries: Separate PCI RTAS setup from common from emulation specific PCI setupAlexey Kardashevskiy1-5/+8
2012-08-15pseries: Rework irq assignment to avoid carrying qemu_irqs aroundAlexey Kardashevskiy1-8/+6
2012-08-15pseries pci: spapr_populate_pci_devices renamed to spapr_populate_pci_dtAlexey Kardashevskiy1-3/+3
2012-08-15pseries pci: removed redundant busdevAlexey Kardashevskiy1-2/+2
2012-07-21powerpc pci: fixed packing of ranges[]Alexey Kardashevskiy1-1/+1
2012-06-27pseries: Implement IOMMU and DMA for PAPR PCI devicesDavid Gibson1-0/+15
2012-06-18qbus: Make child devices linksAnthony Liguori1-3/+4
2012-05-01pseries: Use the same interrupt swizzling for host bridges as p2p bridgesDavid Gibson1-21/+28
2012-04-15pseries: Fix RTAS based config accessDavid Gibson1-38/+79
2012-03-15pseries: Configure PCI bridge using propertiesDavid Gibson1-75/+91
2012-03-15pseries: Add support for level interrupts to XICSDavid Gibson1-1/+1
2012-03-15pseries: Remove PCI device from PCI host bridge codeAlexey Kardashevskiy1-20/+0
2012-03-15pseries: Remove unused constant from PCI codeDavid Gibson1-7/+0
2012-03-11Add missing const attributes for MemoryRegionOpsStefan Weil1-1/+1
2012-02-15qom: Unify type registrationAndreas Färber1-2/+2
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori1-10/+12
2012-01-27qdev: change ambiguous qdev namesAnthony Liguori1-1/+1
2012-01-27sysbus: apic: ioapic: convert to QEMU Object ModelAnthony Liguori1-2/+14
2012-01-27pci: convert to QEMU Object ModelAnthony Liguori1-4/+11
2012-01-21PPC: Pseries: Check for PCI boundariesAlexander Graf1-4/+23
2012-01-21pseries: SLOF PCI flag dayBenjamin Herrenschmidt1-122/+12
2012-01-21pseries: Use correct dispatcher for PCI config space accessesDavid Gibson1-4/+4
2012-01-21pseries: Support PCI extended config space in RTAS callsBenjamin Herrenschmidt1-4/+10
2011-12-05pseries: Fix array overrun bug in PCI codeDavid Gibson1-1/+1
2011-11-01spapr: fix buildAnthony Liguori1-2/+2
2011-10-31pseries: Add partial support for PCIDavid Gibson1-0/+508