summaryrefslogtreecommitdiff
path: root/hw/openpic.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-10Make all static TypeInfos constAndreas Färber1-1/+1
2012-12-17Merge commit '1dd3a74d2ee2d873cde0b390b536e45420b3fe05' into HEADPaolo Bonzini1-2/+2
2012-12-17pci: update all users to look in pci/Michael S. Tsirkin1-1/+1
2012-12-14openpic: Accelerate pending irq searchAlexander Graf1-0/+11
2012-12-14openpic: fix minor coding style issuesAlexander Graf1-6/+6
2012-12-14openpic: add Shared MSI supportAlexander Graf1-20/+130
2012-12-14openpic: make brr1 model specificAlexander Graf1-1/+4
2012-12-14openpic: convert to qdevAlexander Graf1-142/+136
2012-12-14openpic: remove irq_outAlexander Graf1-6/+2
2012-12-14openpic: rename openpic_t to OpenPICStateAlexander Graf1-34/+34
2012-12-14openpic: convert simple reg operations to builtin bitopsAlexander Graf1-31/+36
2012-12-14openpic: remove unused type variableAlexander Graf1-25/+2
2012-12-14openpic: unify memory api subregionsAlexander Graf1-52/+56
2012-12-14openpic: combine openpic and mpic reset functionsAlexander Graf1-61/+42
2012-12-14openpic: merge mpic and openpic timer handlingAlexander Graf1-100/+31
2012-12-14openpic: combine mpic and openpic irq raise functionsAlexander Graf1-18/+16
2012-12-14openpic: Convert subregions to memory apiAlexander Graf1-45/+61
2012-12-14openpic: combine mpic and openpic src handlersAlexander Graf1-47/+5
2012-12-14openpic: update to proper memory apiAlexander Graf1-90/+48
2012-12-14mpic: Unify numbering schemeAlexander Graf1-247/+43
2012-12-14openpic: Remove unused codeAlexander Graf1-163/+0
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity1-26/+26
2012-08-15openpic: Added BRR1 registerBharat Bhushan1-0/+17
2012-03-15PPC: Fix openpic with relative memregionsAlexander Graf1-10/+2
2012-01-27openpic: remove dead code to make a PCI device versionAnthony Liguori1-27/+3
2011-10-09Merge remote-tracking branch 'upstream' into memory/batchAvi Kivity1-130/+159
2011-10-06openpic: Unfold write_IRQregAlexander Graf1-42/+37
2011-10-06openpic: Unfold read_IRQregAlexander Graf1-31/+25
2011-10-06PPC: Bump MPIC up to 32 supported CPUsAlexander Graf1-7/+3
2011-10-06PPC: MPIC: Fix CI bit definitionsAlexander Graf1-5/+5
2011-10-06PPC: MPIC: Remove read functionality for WO registersAlexander Graf1-7/+0
2011-10-06PPC: Set MPIC IDE for IPI to 0Alexander Graf1-0/+4
2011-10-06PPC: Fix IPI support in MPICAlexander Graf1-2/+15
2011-10-06PPC: Extend MPIC MMIO rangeAlexander Graf1-1/+1
2011-10-06PPC: Add CPU local MMIO regions to MPICAlexander Graf1-38/+72
2011-10-02openpic: Memory API conversion for mpicFabien Chouteau1-96/+111
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-3/+3
2011-08-08pci: rename pci_register_bar_region() to pci_register_bar()Avi Kivity1-2/+2
2011-08-08ppc: convert to memory APIAvi Kivity1-43/+38
2010-12-11openpic: Replace explicit byte swap with endian hintsAlexander Graf1-21/+2
2010-12-11Add endianness as io mem parameterAlexander Graf1-4/+6
2010-11-22pci: Replace unneeded type casts in calls of pci_register_barStefan Weil1-1/+1
2010-07-11pci: don't overwrite multi functio bit in pci header type.Isaku Yamahata1-1/+0
2010-07-06savevm: Add DeviceState paramAlex Williamson1-2/+3
2010-03-29Compile openpic only onceBlue Swirl1-24/+10
2009-12-19hw/openpic.c: replace tabs by spacesAurelien Jarno1-131/+131
2009-12-19target-ppc: Initialize OpenPIC properlyAlexander Graf1-0/+2
2009-11-15PCI: make duplicate devfn allocation fatalBlue Swirl1-2/+0
2009-11-09pci: introduce pcibus_t to represent pci bus address/size instead of uint32_tIsaku Yamahata1-1/+1
2009-11-09pci: s/PCI_ADDRESS_SPACE_/PCI_BASE_ADDRESS_SPACE_/ to match pci_regs.hIsaku Yamahata1-1/+1