index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
ppc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ppc hw/: Don't use CPUState
Andreas Färber
2012-03-14
1
-55
/
+55
*
PPC: 405: Use proper CPU reset
Alexander Graf
2012-03-14
1
-11
/
+2
*
fix typo: delete redundant semicolon
Dong Xu Wang
2011-12-06
1
-1
/
+1
*
ppc: Avoid decrementer related kvm exits
David Gibson
2011-10-30
1
-0
/
+6
*
PPC: booke timers
Fabien Chouteau
2011-10-06
1
-84
/
+54
*
Use glib memory allocation and free functions
Anthony Liguori
2011-08-20
1
-4
/
+4
*
monitor: add PPC BookE SPRs
Scott Wood
2011-05-09
1
-0
/
+12
*
ppc: remove a write-only variable
Blue Swirl
2011-04-11
1
-2
/
+0
*
Add POWER7 support for ppc
David Gibson
2011-04-01
1
-0
/
+35
*
change all other clock references to use nanosecond resolution accessors
Paolo Bonzini
2011-03-21
1
-26
/
+26
*
always qemu_cpu_kick after unhalting a cpu
Paolo Bonzini
2011-03-13
1
-0
/
+2
*
powerpc: Make the decr interrupt type overridable
Edgar E. Iglesias
2010-09-24
1
-3
/
+13
*
KVM: PPC: Add level based interrupt logic
Alexander Graf
2010-09-05
1
-0
/
+11
*
target-ppc: remove dead code
Thomas Monjalon
2010-05-18
1
-10
/
+0
*
PPC: Make DCR uint32_t
Alexander Graf
2009-12-21
1
-2
/
+2
*
PPC64: Fix alternate timebase
Aurelien Jarno
2009-12-21
1
-2
/
+2
*
PPC64: Fix timebase
Alexander Graf
2009-12-21
1
-2
/
+2
*
PPC: rename cpu_ppc_reset to cpu_reset for consistency
Blue Swirl
2009-11-07
1
-2
/
+2
*
rom loader: fix sparc -kernel boot.
Gerd Hoffmann
2009-10-12
1
-1
/
+1
*
Revert "Get rid of _t suffix"
Anthony Liguori
2009-10-01
1
-66
/
+66
*
Get rid of _t suffix
malc
2009-10-01
1
-66
/
+66
*
Compile loader only once
Blue Swirl
2009-09-20
1
-0
/
+1
*
Unexport ticks_per_sec variable. Create get_ticks_per_sec() function
Juan Quintela
2009-09-11
1
-9
/
+9
*
Replace local ADDRX/PADDRX macros with TARGET_FMT_lx/plx
Blue Swirl
2009-08-16
1
-14
/
+14
*
Replace always_inline with inline
Blue Swirl
2009-08-16
1
-15
/
+13
*
target-ppc: fix typo in _cpu_ppc_load_decr
Tristan Gingold
2009-07-12
1
-4
/
+4
*
Yet more phys_ram_base elimination.
pbrook
2009-04-10
1
-1
/
+1
*
kvm/powerpc: Add irq support for E500 core
aurel32
2009-03-02
1
-0
/
+60
*
hw: remove error handling from qemu_malloc() callers (Avi Kivity)
aliguori
2009-02-05
1
-7
/
+0
*
Convert references to logfile/loglevel to use qemu_log*() macros
aliguori
2009-01-15
1
-8
/
+2
*
Clean up debugging code #ifdefs (Eduardo Habkost)
aliguori
2009-01-15
1
-245
/
+68
*
Fix undeclared symbol warnings from sparse
blueswir1
2008-10-26
1
-2
/
+4
*
Use qemu-log.h
blueswir1
2008-10-04
1
-3
/
+1
*
Suppress gcc 4.x -Wpointer-sign (included in -Wall) warnings
blueswir1
2008-09-20
1
-3
/
+3
*
More PowerPC debug print fixes - hardware emulation pass.
j_mayer
2007-11-24
1
-19
/
+20
*
Break up vl.h.
pbrook
2007-11-17
1
-1
/
+5
*
Add missing definition for number of input pins for the PowerPC 970 bus.
j_mayer
2007-11-17
1
-2
/
+4
*
Always make all PowerPC exception definitions visible.
j_mayer
2007-11-17
1
-13
/
+11
*
Temporary hack to avoid Qemu crash at PowerPC reset time.
j_mayer
2007-10-29
1
-2
/
+6
*
* sort the PowerPC target object files
j_mayer
2007-10-28
1
-28
/
+39
*
Implement time-base start/stop helpers.
j_mayer
2007-10-14
1
-29
/
+92
*
Do not allow PowerPC CPU restart after entering checkstop mode.
j_mayer
2007-10-14
1
-7
/
+1
*
PowerPC target coding style fixes.
j_mayer
2007-10-07
1
-6
/
+5
*
PowerPC target optimisations: make intensive use of always_inline.
j_mayer
2007-10-07
1
-13
/
+15
*
We never have to export ppc_set_irq.
j_mayer
2007-10-03
1
-1
/
+3
*
Share input pins and internal interrupt controller between all PowerPC 40x.
j_mayer
2007-10-01
1
-14
/
+13
*
Fix compilation on Darwin platform, avoiding the use of gcc function attributes
j_mayer
2007-09-30
1
-4
/
+18
*
Implement the PowerPC alternate time-base, following the 2.04 specification.
j_mayer
2007-09-30
1
-23
/
+72
*
Code provision for hypervisor timers resources,
j_mayer
2007-09-29
1
-7
/
+100
*
Great rework and cleanups to ease PowerPC implementations definitions.
j_mayer
2007-09-26
1
-2
/
+5
[next]