index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target-ppc
/
helper.c
Age
Commit message (
Expand
)
Author
2007-10-05
Full implementation of PowerPC 64 MMU, just missing support for 1 TB
j_mayer
2007-10-05
PowerPC hardware reset vector is now considered as part of the exception model.
j_mayer
2007-10-03
Enable PowerPC 64 MMU model and exceptions.
j_mayer
2007-10-03
Fix PowerPC initialisation and first reset:
j_mayer
2007-10-03
We never have to export ppc_set_irq.
j_mayer
2007-10-01
Fix reproductible crash: call cpu_loop_exit from micro-op, not from helper.c
j_mayer
2007-10-01
Handle all MMU models in switches, even if it's just to abort because of lack
j_mayer
2007-10-01
Avoid op helpers that would just call helpers for TLB & SLB management:
j_mayer
2007-09-30
Fix PowerPC TLB miss dump code.
j_mayer
2007-09-30
XER is to be treated as a 64 bits register on 64 bits implementations,
j_mayer
2007-09-29
Rework PowerPC exceptions model to make it more versatile:
j_mayer
2007-09-26
Great rework and cleanups to ease PowerPC implementations definitions.
j_mayer
2007-09-21
Avoid compilation warnings on 32 bits hosts.
j_mayer
2007-09-21
More PowerPC definitions, from POWER 2.04 specifications and misc sources.
j_mayer
2007-09-21
Make CPU hflags be a masked version of the PowerPC MSR.
j_mayer
2007-09-19
Code provision for PowerPC BookE MMU model support.
j_mayer
2007-09-19
Code provision for PowerPC 64 MMU model support.
j_mayer
2007-09-17
Coding style fixes in PowerPC related code (no functional change):
j_mayer
2007-09-17
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...
ths
2007-09-16
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
ths
2007-07-12
Fix crash in set registers in PPC gdb-stub, by Jason Wessel.
ths
2007-04-24
Improve PowerPC 405 MMU model / share more code for other embedded targets
j_mayer
2007-04-19
No functional changes:
j_mayer
2007-04-16
PowerPC 4xx software driven TLB fixes + debug traces.
j_mayer
2007-04-16
Add reset callbacks for PowerPC CPU.
j_mayer
2007-04-16
Add bus model (or input pins) into PowerPC CPU flags.
j_mayer
2007-04-16
Fix a lot of debug traces for PowerPC emulation: use logfile instead of stdout
j_mayer
2007-04-14
Fix miscellaneous display warnings for PowerPC & alpha targets
j_mayer
2007-04-09
Implement embedded IRQ controller for PowerPC 6xx/740 & 750.
j_mayer
2007-04-07
cpu_get_phys_page_debug should return target_phys_addr_t
j_mayer
2007-03-31
Support for PowerPC BookE exception model.
j_mayer
2007-03-31
Merge PowerPC 405 MMU model.
j_mayer
2007-03-31
As embedded PowerPC TLB model is very different from PowerPC 6xx ones,
j_mayer
2007-03-30
New model for PowerPC CPU hardware interrupt events:
j_mayer
2007-03-23
Add missing PowerPC 64 instructions
j_mayer
2007-03-23
Fix debug printf: we need different macros for target_ulong prints
j_mayer
2007-03-17
Make it safe to use 64 bits GPR and/or 64 bits host registers.
j_mayer
2007-03-07
Great PowerPC emulation code resynchronisation and improvments:
j_mayer
2007-01-05
PPC32 Trace Exception and Trap instruction, by Jason Wessel.
ths
2005-11-26
specialize the power save code for 7x0 CPUs
bellard
2005-11-23
halt state support for ppc
bellard
2005-11-20
removed unneeded code
bellard
2005-10-30
avoid using physical accesses in user emulation
bellard
2005-07-04
correct split between helper.c and op_helper.c - moved some uops to op_helper...
bellard
2005-07-02
simplified PowerPC exception handling (Jocelyn Mayer)
bellard
2005-07-02
preliminary patch to support more PowerPC CPUs (Jocelyn Mayer)
bellard
2005-06-04
MMU fix - temporary osi_call support - xec_bc mask fix
bellard
2005-03-13
fpu fixes (Jocelyn Mayer) - soft float support
bellard
2005-02-15
ppc fixes (Jocelyn Mayer)
bellard
2005-02-08
ppc fixes - gcc 3.4 compile fix (initial patch by Jocelyn Mayer)
bellard
[prev]
[next]