summaryrefslogtreecommitdiffstats
path: root/hw/ppc.c
Commit message (Expand)AuthorAgeFilesLines
* PPC: KVM: Add support for EPR with KVMAlexander Graf2013-01-181-0/+6
* openpic: export e500 epr enable into a ppc.c functionAlexander Graf2013-01-181-0/+11
* Merge branch 'master' of git://git.qemu.org/qemu into qom-cpuAndreas Färber2012-12-231-4/+4
|\
| * softmmu: move include files to include/sysemu/Paolo Bonzini2012-12-191-2/+2
| * misc: move include files to include/qemu/Paolo Bonzini2012-12-191-2/+2
* | ppc: Pass PowerPCCPU to [h]decr timer callbacksAndreas Färber2012-12-191-8/+10
* | ppc: Pass PowerPCCPU to [h]decr callbacksAndreas Färber2012-12-191-27/+33
* | ppc: Pass PowerPCCPU to ppc_set_irq()Andreas Färber2012-12-191-26/+40
* | kvm: Pass CPUState to kvm_vcpu_ioctl()Andreas Färber2012-12-191-1/+1
|/
* Merge branch 'trivial-patches' of git://github.com/stefanha/qemuBlue Swirl2012-11-031-8/+8
|\
| * ppc: add missing staticBlue Swirl2012-11-011-8/+8
* | cpus: Pass CPUState to qemu_cpu_kick()Andreas Färber2012-10-311-2/+2
* | ppc: Pass PowerPCCPU to {ppc6xx,ppc970,power7,ppc40x,ppce500}_set_irq()Andreas Färber2012-10-311-20/+35
|/
* ppc hw/: Don't use CPUStateAndreas Färber2012-03-141-55/+55
* PPC: 405: Use proper CPU resetAlexander Graf2012-03-141-11/+2
* fix typo: delete redundant semicolonDong Xu Wang2011-12-061-1/+1
* ppc: Avoid decrementer related kvm exitsDavid Gibson2011-10-301-0/+6
* PPC: booke timersFabien Chouteau2011-10-061-84/+54
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-4/+4
* monitor: add PPC BookE SPRsScott Wood2011-05-091-0/+12
* ppc: remove a write-only variableBlue Swirl2011-04-111-2/+0
* Add POWER7 support for ppcDavid Gibson2011-04-011-0/+35
* change all other clock references to use nanosecond resolution accessorsPaolo Bonzini2011-03-211-26/+26
* always qemu_cpu_kick after unhalting a cpuPaolo Bonzini2011-03-131-0/+2
* powerpc: Make the decr interrupt type overridableEdgar E. Iglesias2010-09-241-3/+13
* KVM: PPC: Add level based interrupt logicAlexander Graf2010-09-051-0/+11
* target-ppc: remove dead codeThomas Monjalon2010-05-181-10/+0
* PPC: Make DCR uint32_tAlexander Graf2009-12-211-2/+2
* PPC64: Fix alternate timebaseAurelien Jarno2009-12-211-2/+2
* PPC64: Fix timebaseAlexander Graf2009-12-211-2/+2
* PPC: rename cpu_ppc_reset to cpu_reset for consistencyBlue Swirl2009-11-071-2/+2
* rom loader: fix sparc -kernel boot.Gerd Hoffmann2009-10-121-1/+1
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-66/+66
* Get rid of _t suffixmalc2009-10-011-66/+66
* Compile loader only onceBlue Swirl2009-09-201-0/+1
* Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela2009-09-111-9/+9
* Replace local ADDRX/PADDRX macros with TARGET_FMT_lx/plxBlue Swirl2009-08-161-14/+14
* Replace always_inline with inlineBlue Swirl2009-08-161-15/+13
* target-ppc: fix typo in _cpu_ppc_load_decrTristan Gingold2009-07-121-4/+4
* Yet more phys_ram_base elimination.pbrook2009-04-101-1/+1
* kvm/powerpc: Add irq support for E500 coreaurel322009-03-021-0/+60
* hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori2009-02-051-7/+0
* Convert references to logfile/loglevel to use qemu_log*() macrosaliguori2009-01-151-8/+2
* Clean up debugging code #ifdefs (Eduardo Habkost)aliguori2009-01-151-245/+68
* Fix undeclared symbol warnings from sparseblueswir12008-10-261-2/+4
* Use qemu-log.hblueswir12008-10-041-3/+1
* Suppress gcc 4.x -Wpointer-sign (included in -Wall) warningsblueswir12008-09-201-3/+3
* More PowerPC debug print fixes - hardware emulation pass.j_mayer2007-11-241-19/+20
* Break up vl.h.pbrook2007-11-171-1/+5
* Add missing definition for number of input pins for the PowerPC 970 bus.j_mayer2007-11-171-2/+4
OpenPOWER on IntegriCloud