aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Replace is_user variable with mmu_idx in softmmu core,j_mayer2007-10-145-15/+32
* Unify '-cpu ?' option.j_mayer2007-10-121-0/+1
* Update PowerPC emulation status file.j_mayer2007-10-081-15/+45
* Remove synonymous in PowerPC MSR bits definitions.j_mayer2007-10-083-72/+193
* Real-mode only PowerPC 40x do not have any TLBs.j_mayer2007-10-082-2/+2
* Implement exception prefix feature for PowerPC 601.j_mayer2007-10-082-7/+8
* Add missing exception vectors for PowerPC 7x5.j_mayer2007-10-081-1/+27
* Work-around C89 and/or "old" gcc unspecified behavior (#if in macro calls).j_mayer2007-10-072-28/+16
* Implement PowerPC Altivec load & stores, used by Apple firmware for memcpy.j_mayer2007-10-075-8/+274
* PowerPC target coding style fixes.j_mayer2007-10-075-27/+20
* PowerPC target optimisations: make intensive use of always_inline.j_mayer2007-10-077-236/+255
* Reorganize the CPUPPCState structure to group features.j_mayer2007-10-073-19/+69
* Add MSR bits signification per PowerPC implementation flags (to be continued).j_mayer2007-10-074-61/+122
* Full implementation of PowerPC 64 MMU, just missing support for 1 TBj_mayer2007-10-055-119/+373
* Rename PowerPC MMUCSR0 and MMUCFG SPRs: those are not BookE specific.j_mayer2007-10-052-4/+4
* PowerPC hardware reset vector is now considered as part of the exception model.j_mayer2007-10-052-137/+31
* More cache tuning fixes:j_mayer2007-10-042-3/+23
* Make PowerPC cache line size implementation dependant.j_mayer2007-10-047-60/+620
* HID0 is a write-clear register on 970 (DBSR).j_mayer2007-10-031-3/+3
* Enable PowerPC 64 MMU model and exceptions.j_mayer2007-10-031-68/+71
* Fix PowerPC initialisation and first reset:j_mayer2007-10-031-1/+4
* We never have to export ppc_set_irq.j_mayer2007-10-033-13/+40
* Code provision for hypervisor mode memory accesses.j_mayer2007-10-021-108/+245
* Fix nasty sign-extensions when running 32 bits CPU in the 64 bits emulatorj_mayer2007-10-011-10/+10
* Fix reproductible crash: call cpu_loop_exit from micro-op, not from helper.cj_mayer2007-10-013-16/+16
* Fix missing nip updates for instructions that potentially generatej_mayer2007-10-011-0/+10
* Handle all MMU models in switches, even if it's just to abort because of lackj_mayer2007-10-015-10/+169
* More comments about unimplemented SPRs.j_mayer2007-10-011-56/+110
* Optimisations: avoid generation of duplicated micro-ops.j_mayer2007-10-011-3/+14
* Remove definitions for deprecated SLB & TLB related op helpers.j_mayer2007-10-011-13/+0
* Avoid op helpers that would just call helpers for TLB & SLB management:j_mayer2007-10-016-198/+119
* Share more SPR instanciations between all PowerPC 401 incarnations.j_mayer2007-10-011-34/+18
* Implement embedded PowerPC exceptions prefix and vectors registers.j_mayer2007-10-012-24/+71
* Share input pins and internal interrupt controller between all PowerPC 40x.j_mayer2007-10-012-25/+28
* Fix (once again) PowerPC sync weight field.j_mayer2007-09-301-1/+1
* Fix PowerPC TLB miss dump code.j_mayer2007-09-301-2/+2
* Fix inconsistent end conditions in ppc_find_xxx functions.j_mayer2007-09-301-8/+9
* * Update OEA environment, following the PowerPC 2.04 specification:j_mayer2007-09-305-32/+213
* Synchronize with latest PowerPC ISA VEA:j_mayer2007-09-301-7/+23
* Implement Process Priority Register as defined in the PowerPC 2.04 spec.j_mayer2007-09-304-0/+39
* Implement new floating-point instructions (fre, frin, friz, frip, frim)j_mayer2007-09-304-0/+106
* Improve single-precision floats load & stores:j_mayer2007-09-302-52/+87
* XER is to be treated as a 64 bits register on 64 bits implementations,j_mayer2007-09-302-4/+4
* Implement the PowerPC alternate time-base, following the 2.04 specification.j_mayer2007-09-303-2/+54
* PowerPC emulation optimization:j_mayer2007-09-292-45/+10
* Code provision for hypervisor timers resources,j_mayer2007-09-291-0/+6
* Rework PowerPC exceptions model to make it more versatile:j_mayer2007-09-296-848/+1342
* Define the proper bfd_mach to be used by the disassembler for eachj_mayer2007-09-293-1/+47
* Change POWERPC_PPC_GENERIC to POWERPC_DEFAULT.j_mayer2007-09-291-19/+20
* Move get_sp_from_cpustate from cpu.h to target_signal.h.ths2007-09-271-5/+0