aboutsummaryrefslogtreecommitdiff
path: root/cpu-exec.c
AgeCommit message (Expand)Author
2007-10-14Replace is_user variable with mmu_idx in softmmu core,j_mayer
2007-10-08CRIS support in toplevel, by Edgar E. Iglesias.ths
2007-09-27SVM VINTR fix, by Alexander Graf.ths
2007-09-24 CPU boot modeblueswir1
2007-09-23SVM Support, by Alexander Graf.ths
2007-09-20Extend TB flags to 64 bits (Alexander Graf).j_mayer
2007-09-19Improve PowerPC target implementation, using computed hflags as TB flags.j_mayer
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths
2007-09-06Partial support for 34K multithreading, not functional yet.ths
2007-08-04 Fix Sparc32 interrupt handlingblueswir1
2007-06-03Add comment.ths
2007-06-03Some more regs_to_env/envs_to_regs cleanup.ths
2007-06-03Clean up of some target specifics in exec.c/cpu-exec.c.ths
2007-05-29ColdFire EMAC support.pbrook
2007-05-23m68k/ColdFire system emulation.pbrook
2007-05-12Update debug output.ths
2007-05-08Another bunch of mips host support.ths
2007-05-05Some bits of Linux/MIPS host support, still segfaulty.ths
2007-05-01Implement power state changes (IDLE and SLEEP) for PXA.balrog
2007-04-09Implement embedded IRQ controller for PowerPC 6xx/740 & 750.j_mayer
2007-04-05Integrate Alpha target in Qemu core.j_mayer
2007-03-31Generate double and triple faults, by Bernhard Kauer.ths
2007-03-30Sanitize mips exception handling.ths
2007-03-30New model for PowerPC CPU hardware interrupt events:j_mayer
2007-03-19Fix call to generated code on SPARC, by Juergen Keil.ths
2007-03-16Watchpoint support (previous commit got eaten by Savannah server crash).pbrook
2007-02-05Make cpu_signal_handler work on Mac OS X/Darwin x86bellard
2007-02-04Fix 64-bit host register corruption.pbrook
2007-02-02Use target_ulong type for emulator registers.ths
2007-01-31siginfo fix for Darwin/Mac OS X, by Pierre d'Herbemont.ths
2007-01-24Reworking MIPS interrupt handling, by Aurelien Jarno.ths
2006-12-07Spelling fixes, thanks to Stefan Weil.ths
2006-10-22ColdFire target.pbrook
2006-09-24added SMM supportbellard
2006-09-20sun4m halt support (Blue Swirl)bellard
2006-07-29Arm host build fix.pbrook
2006-06-26SPARC FPU optimization (Blue Swirl)bellard
2006-06-18SH bugfixes.pbrook
2006-06-17SH usermode fault handling.pbrook
2006-06-14Solaris/SPARC host port (Ben Taylor)bellard
2006-05-22mips cleanup (Thiemo Seufer)bellard
2006-04-27sh4 target (Samuel Tardieu)bellard
2006-04-24ia64 fixesbellard
2006-03-25Avoid accessing guest memory directly in usermode emulation.pbrook
2006-03-11Rename MIPS_HFLAG(S)_TMASK (Thiemo Seufer).pbrook
2006-02-20Add Arm926 core support.pbrook
2006-02-08optional support for kernel code virtualizationbellard
2005-12-19workaround for gcc bug on PowerPCbellard
2005-12-05Initial SPARC SMP support (Blue Swirl)bellard