aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-10-05Rename PowerPC MMUCSR0 and MMUCFG SPRs: those are not BookE specific.j_mayer2-4/+4
2007-10-05PowerPC hardware reset vector is now considered as part of the exception model.j_mayer2-137/+31
2007-10-05New '-bios' option, used to select an alternate BIOS image from bios_dir.j_mayer12-13/+42
2007-10-04Implement PL110 byte order config bit (original patch by Richard Purdie).balrog2-37/+95
2007-10-04Quiet warnings introduced with the USB iso support.balrog1-43/+46
2007-10-04USB iso transfers support for the linux redirector and for UHCI, by Arnon Gil...balrog2-89/+621
2007-10-04sh775x interrupt controller by Magnus Damm.balrog6-91/+631
2007-10-04Remove redundant qemu_rearm_alarm_timer() in qemu_del_timer, patch by Dan Ken...balrog1-2/+0
2007-10-04(int64_t)UINT64_MAX is -1 and should not be assigned to nearest_delta_us, pat...balrog1-1/+1
2007-10-04Several corrections in the spitzkbd keymap (patch by Juergen Lock).balrog2-2/+13
2007-10-04We must reset the PowerPC CPU _after_ registering it, as hardware resetj_mayer2-3/+5
2007-10-04More cache tuning fixes:j_mayer2-3/+23
2007-10-04Make PowerPC cache line size implementation dependant.j_mayer7-60/+620
2007-10-03HID0 is a write-clear register on 970 (DBSR).j_mayer1-3/+3
2007-10-03Enable PowerPC 64 MMU model and exceptions.j_mayer1-68/+71
2007-10-03 Fix Sparc64 ldfa/stfa and float ops with fpr >= 32blueswir11-3/+3
2007-10-03Fix PowerPC initialisation and first reset:j_mayer3-12/+20
2007-10-03We never have to export ppc_set_irq.j_mayer5-14/+45
2007-10-03Fix PowerPC 405 BIOS instanciation: is a 32 bits only target.j_mayer1-5/+5
2007-10-02 Fix kernel loadingblueswir11-1/+2
2007-10-02Code provision for hypervisor mode memory accesses.j_mayer1-108/+245
2007-10-01Fix nasty sign-extensions when running 32 bits CPU in the 64 bits emulatorj_mayer1-10/+10
2007-10-01Fix reproductible crash: call cpu_loop_exit from micro-op, not from helper.cj_mayer3-16/+16
2007-10-01 Fix block load ASIsblueswir11-9/+25
2007-10-01Quickly hack PowerPC BIOS able to boot on CDROM again.j_mayer1-0/+0
2007-10-01Fix missing nip updates for instructions that potentially generatej_mayer1-0/+10
2007-10-01Handle all MMU models in switches, even if it's just to abort because of lackj_mayer5-10/+169
2007-10-01More comments about unimplemented SPRs.j_mayer1-56/+110
2007-10-01Optimisations: avoid generation of duplicated micro-ops.j_mayer1-3/+14
2007-10-01Compilation fix (forgotten patch).j_mayer1-4/+4
2007-10-01Remove definitions for deprecated SLB & TLB related op helpers.j_mayer1-13/+0
2007-10-01Avoid op helpers that would just call helpers for TLB & SLB management:j_mayer6-198/+119
2007-10-01Share more SPR instanciations between all PowerPC 401 incarnations.j_mayer1-34/+18
2007-10-01Implement embedded PowerPC exceptions prefix and vectors registers.j_mayer2-24/+71
2007-10-01Share input pins and internal interrupt controller between all PowerPC 40x.j_mayer3-39/+41
2007-09-30 Fix Sparc64 ldfa, lddfa, stfa, and stdfa instructionsblueswir14-6/+133
2007-09-30 Fix Sparc64 wrasr instructionsblueswir11-0/+6
2007-09-30Fix (once again) PowerPC sync weight field.j_mayer1-1/+1
2007-09-30Fix PowerPC TLB miss dump code.j_mayer1-2/+2
2007-09-30Fix missing case in the new PowerPC exception model.j_mayer2-0/+6
2007-09-30Fix inconsistent end conditions in ppc_find_xxx functions.j_mayer1-8/+9
2007-09-30Fix compilation on Darwin platform, avoiding the use of gcc function attributesj_mayer3-6/+20
2007-09-30Fix mmap to handle differing host/target page sizes, by Edgar E. Iglesias.ths2-39/+67
2007-09-30Add get_sp_from_cpustate implementation.ths1-0/+12
2007-09-30* Update OEA environment, following the PowerPC 2.04 specification:j_mayer5-32/+213
2007-09-30Support UltraVNC clients, by Eduardo Felipe.ths1-2/+3
2007-09-30Synchronize with latest PowerPC ISA VEA:j_mayer1-7/+23
2007-09-30Add mipsn32{,el}-linux-user.ths1-0/+2
2007-09-30Remove unused variable.ths1-1/+0
2007-09-30Code provision for n32/n64 mips userland emulation. Not functional yet.ths28-76/+1854