aboutsummaryrefslogtreecommitdiffstats
path: root/cpu-exec.c
AgeCommit message (Expand)AuthorFilesLines
2008-02-01reverted -translation option supportbellard1-62/+1
2008-02-01use the TCG code generatorbellard1-2/+2
2008-01-23Add option to disable TB cache, by Herve Poussineau.ths1-1/+61
2007-12-11 Partial fix to Sparc32 Linux host global register mangling problemblueswir11-22/+52
2007-12-11 Fix code generation buffer overflow reported by TeLeManblueswir11-1/+1
2007-12-02SH4: system emulator interrupt update, by Magnus Damm.ths1-1/+4
2007-12-02SH4 delay slot code update, by Magnus Damm.ths1-2/+2
2007-11-23Fix TB chaining for exceptions.pbrook1-35/+17
2007-11-11consistent types for cpu_x86_fsave and cpu_x86_frstorbellard1-4/+4
2007-11-11removed warningbellard1-2/+2
2007-11-11ARMv7 support.pbrook1-1/+12
2007-11-08removed obsolete x86 code copy supportbellard1-121/+5
2007-11-07 CPU specific boot mode (Robert Reif)blueswir11-4/+2
2007-10-14Replace is_user variable with mmu_idx in softmmu core,j_mayer1-10/+9
2007-10-08CRIS support in toplevel, by Edgar E. Iglesias.ths1-1/+61
2007-09-27SVM VINTR fix, by Alexander Graf.ths1-3/+4
2007-09-24 CPU boot modeblueswir11-2/+3
2007-09-23SVM Support, by Alexander Graf.ths1-2/+27
2007-09-20Extend TB flags to 64 bits (Alexander Graf).j_mayer1-2/+2
2007-09-19Improve PowerPC target implementation, using computed hflags as TB flags.j_mayer1-2/+1
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths1-18/+18
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-74/+74
2007-09-06Partial support for 34K multithreading, not functional yet.ths1-1/+1
2007-08-04 Fix Sparc32 interrupt handlingblueswir11-0/+3
2007-06-03Add comment.ths1-1/+1
2007-06-03Some more regs_to_env/envs_to_regs cleanup.ths1-30/+6
2007-06-03Clean up of some target specifics in exec.c/cpu-exec.c.ths1-63/+6
2007-05-29ColdFire EMAC support.pbrook1-1/+3
2007-05-23m68k/ColdFire system emulation.pbrook1-2/+16
2007-05-12Update debug output.ths1-2/+2
2007-05-08Another bunch of mips host support.ths1-1/+2
2007-05-05Some bits of Linux/MIPS host support, still segfaulty.ths1-2/+16
2007-05-01Implement power state changes (IDLE and SLEEP) for PXA.balrog1-9/+14
2007-04-09Implement embedded IRQ controller for PowerPC 6xx/740 & 750.j_mayer1-7/+5
2007-04-05Integrate Alpha target in Qemu core.j_mayer1-1/+70
2007-03-31Generate double and triple faults, by Bernhard Kauer.ths1-0/+2
2007-03-30Sanitize mips exception handling.ths1-3/+3
2007-03-30New model for PowerPC CPU hardware interrupt events:j_mayer1-20/+6
2007-03-19Fix call to generated code on SPARC, by Juergen Keil.ths1-0/+1
2007-03-16Watchpoint support (previous commit got eaten by Savannah server crash).pbrook1-0/+5
2007-02-05Make cpu_signal_handler work on Mac OS X/Darwin x86bellard1-3/+15
2007-02-04Fix 64-bit host register corruption.pbrook1-94/+9
2007-02-02Use target_ulong type for emulator registers.ths1-3/+4
2007-01-31siginfo fix for Darwin/Mac OS X, by Pierre d'Herbemont.ths1-9/+18
2007-01-24Reworking MIPS interrupt handling, by Aurelien Jarno.ths1-1/+0
2006-12-07Spelling fixes, thanks to Stefan Weil.ths1-1/+1
2006-10-22ColdFire target.pbrook1-2/+60
2006-09-24added SMM supportbellard1-2/+10
2006-09-20sun4m halt support (Blue Swirl)bellard1-2/+4
2006-07-29Arm host build fix.pbrook1-1/+1