summaryrefslogtreecommitdiffstats
path: root/hw/openpic.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-96/+96
* Get rid of _t suffixmalc2009-10-011-96/+96
* Make CPURead/WriteFunc structure 'const'Blue Swirl2009-08-251-18/+18
* Fix most warnings (errors with -Werror) when debugging is enabledBlue Swirl2009-07-201-16/+15
* Revert "Introduce reset notifier order"Jan Kiszka2009-06-291-2/+2
* Rename pci_register_io_region() to pci_register_bar()Avi Kivity2009-06-161-1/+1
* Remove io_index argument from cpu_register_io_memory()Avi Kivity2009-06-161-3/+3
* Introduce reset notifier orderJan Kiszka2009-05-221-2/+2
* Replace gcc variadic macro extension with C99 versionBlue Swirl2009-05-131-2/+2
* use PCI_HEADER_TYPE.Isaku Yamahata2009-05-031-1/+1
* Delete some unused macros detected with -Wp,-Wunused-macros useblueswir12009-03-161-1/+0
* hw/openpic: define list in mpic_init() constaurel322009-03-021-1/+1
* kvm/powerpc: Enable MPIC for E500 platform.aurel322009-03-021-74/+599
* Add savevm and reset support for OpenPicblueswir12009-02-061-2/+135
* Add and use #defines for PCI device classesblueswir12009-02-011-2/+1
* Update #defines for PCI vendor and device IDs from OpenBIOS and Linuxblueswir12009-02-011-1/+1
* Define PCI vendor and device IDs in pci.h (Stuart Brady)aliguori2009-01-261-4/+2
* powerpc/kvm: fix a openpic bug (Liu Yu)aliguori2009-01-151-1/+1
* Fix undeclared symbol warnings from sparseblueswir12008-10-261-1/+1
* Break up vl.h.pbrook2007-11-171-1/+3
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-5/+5
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-13/+13
* Implement embedded IRQ controller for PowerPC 6xx/740 & 750.j_mayer2007-04-091-35/+71
* Unify IRQ handling.pbrook2007-04-071-5/+5
OpenPOWER on IntegriCloud