summaryrefslogtreecommitdiffstats
path: root/hw/openpic.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '1dd3a74d2ee2d873cde0b390b536e45420b3fe05' into HEADPaolo Bonzini2012-12-171-2/+2
|\
| * pci: update all users to look in pci/Michael S. Tsirkin2012-12-171-1/+1
* | openpic: Accelerate pending irq searchAlexander Graf2012-12-141-0/+11
* | openpic: fix minor coding style issuesAlexander Graf2012-12-141-6/+6
* | openpic: add Shared MSI supportAlexander Graf2012-12-141-20/+130
* | openpic: make brr1 model specificAlexander Graf2012-12-141-1/+4
* | openpic: convert to qdevAlexander Graf2012-12-141-142/+136
* | openpic: remove irq_outAlexander Graf2012-12-141-6/+2
* | openpic: rename openpic_t to OpenPICStateAlexander Graf2012-12-141-34/+34
* | openpic: convert simple reg operations to builtin bitopsAlexander Graf2012-12-141-31/+36
* | openpic: remove unused type variableAlexander Graf2012-12-141-25/+2
* | openpic: unify memory api subregionsAlexander Graf2012-12-141-52/+56
* | openpic: combine openpic and mpic reset functionsAlexander Graf2012-12-141-61/+42
* | openpic: merge mpic and openpic timer handlingAlexander Graf2012-12-141-100/+31
* | openpic: combine mpic and openpic irq raise functionsAlexander Graf2012-12-141-18/+16
* | openpic: Convert subregions to memory apiAlexander Graf2012-12-141-45/+61
* | openpic: combine mpic and openpic src handlersAlexander Graf2012-12-141-47/+5
* | openpic: update to proper memory apiAlexander Graf2012-12-141-90/+48
* | mpic: Unify numbering schemeAlexander Graf2012-12-141-247/+43
* | openpic: Remove unused codeAlexander Graf2012-12-141-163/+0
|/
* Rename target_phys_addr_t to hwaddrAvi Kivity2012-10-231-26/+26
* openpic: Added BRR1 registerBharat Bhushan2012-08-151-0/+17
* PPC: Fix openpic with relative memregionsAlexander Graf2012-03-151-10/+2
* openpic: remove dead code to make a PCI device versionAnthony Liguori2012-01-271-27/+3
* Merge remote-tracking branch 'upstream' into memory/batchAvi Kivity2011-10-091-130/+159
|\
| * openpic: Unfold write_IRQregAlexander Graf2011-10-061-42/+37
| * openpic: Unfold read_IRQregAlexander Graf2011-10-061-31/+25
| * PPC: Bump MPIC up to 32 supported CPUsAlexander Graf2011-10-061-7/+3
| * PPC: MPIC: Fix CI bit definitionsAlexander Graf2011-10-061-5/+5
| * PPC: MPIC: Remove read functionality for WO registersAlexander Graf2011-10-061-7/+0
| * PPC: Set MPIC IDE for IPI to 0Alexander Graf2011-10-061-0/+4
| * PPC: Fix IPI support in MPICAlexander Graf2011-10-061-2/+15
| * PPC: Extend MPIC MMIO rangeAlexander Graf2011-10-061-1/+1
| * PPC: Add CPU local MMIO regions to MPICAlexander Graf2011-10-061-38/+72
* | openpic: Memory API conversion for mpicFabien Chouteau2011-10-021-96/+111
|/
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-3/+3
* pci: rename pci_register_bar_region() to pci_register_bar()Avi Kivity2011-08-081-2/+2
* ppc: convert to memory APIAvi Kivity2011-08-081-43/+38
* openpic: Replace explicit byte swap with endian hintsAlexander Graf2010-12-111-21/+2
* Add endianness as io mem parameterAlexander Graf2010-12-111-4/+6
* pci: Replace unneeded type casts in calls of pci_register_barStefan Weil2010-11-221-1/+1
* pci: don't overwrite multi functio bit in pci header type.Isaku Yamahata2010-07-111-1/+0
* savevm: Add DeviceState paramAlex Williamson2010-07-061-2/+3
* Compile openpic only onceBlue Swirl2010-03-291-24/+10
* hw/openpic.c: replace tabs by spacesAurelien Jarno2009-12-191-131/+131
* target-ppc: Initialize OpenPIC properlyAlexander Graf2009-12-191-0/+2
* PCI: make duplicate devfn allocation fatalBlue Swirl2009-11-151-2/+0
* pci: introduce pcibus_t to represent pci bus address/size instead of uint32_tIsaku Yamahata2009-11-091-1/+1
* pci: s/PCI_ADDRESS_SPACE_/PCI_BASE_ADDRESS_SPACE_/ to match pci_regs.hIsaku Yamahata2009-11-091-1/+1
* PPC: remove unneeded calls to device resetBlue Swirl2009-11-071-2/+0
OpenPOWER on IntegriCloud