aboutsummaryrefslogtreecommitdiff
path: root/linux-user/main.c
AgeCommit message (Expand)Author
2007-10-12Unify '-cpu ?' option.j_mayer
2007-10-09 Support for executing 32 bit SPARC32PLUS files for Sparc64 user emulatorblueswir1
2007-10-08CRIS Linux userland emulation, part 2. By Edgar E. Iglesias.ths
2007-10-07Fix host and target longs confusions (continued).j_mayer
2007-10-05 Implement sparc64_[gs]et_contextblueswir1
2007-10-04We must reset the PowerPC CPU _after_ registering it, as hardware resetj_mayer
2007-09-30Fix missing case in the new PowerPC exception model.j_mayer
2007-09-30Code provision for n32/n64 mips userland emulation. Not functional yet.ths
2007-09-30Implement the PowerPC alternate time-base, following the 2.04 specification.j_mayer
2007-09-29Rework PowerPC exceptions model to make it more versatile:j_mayer
2007-09-26Great rework and cleanups to ease PowerPC implementations definitions.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-07-07 Deliver page faults to programblueswir1
2007-06-27Fix environ termination, by Andreas Schwab.ths
2007-06-21Hack to keep wine happy, by Alexander Graf.ths
2007-06-17Option to drop LD_PRELOAD from emulated environment, by Lauri Leukkunen.ths
2007-06-01Delete leftover Status FPU flag check.ths
2007-05-27Spelling fix (Mark Glines)blueswir1
2007-05-26Rework m68k cpu feature flags.pbrook
2007-05-26M68k system mode semihosting.pbrook
2007-05-23m68k/ColdFire system emulation.pbrook
2007-05-13MIPS linux-user update.ths
2007-04-14Fix miscellaneous display warnings for PowerPC & alpha targetsj_mayer
2007-04-08Sparc32/64 CPU selection for user emulatorblueswir1
2007-04-06Code provision for x86_64 and PowerPC 64 linux user mode support.j_mayer
2007-04-05Preliminary patch for Alpha Linux user mode emulation support.j_mayer
2007-03-19Support -cpu selection for mips usermode emulation. Fix segfault whenths
2007-03-19Add -cpu option for linux user emulation.j_mayer
2007-03-08Implement --cpu for ARM.pbrook
2007-03-07Great PowerPC emulation code resynchronisation and improvments:j_mayer
2007-03-02MIPS Userland TLS register emulation, by Daniel Jacobowitz.ths
2007-02-28MIPS FPU dynamic activation, part 1, by Herve Poussineau.ths
2007-02-05copyright updatebellard
2006-12-10Handle invalid accesses as SIGILL for mips/mipsel userland emulation.ths
2006-11-04MIPS usermode debug exceptions (Dave Denholm).pbrook
2006-10-23sparc64 syscall fix (Blue Swirl)bellard
2006-10-22ColdFire target.pbrook
2006-09-24added cpu_smm_update()bellard
2006-07-18Sparc64 user emulator fixes (Blue Swirl)bellard
2006-07-13new clock logic: cpu ticks and virtual clocks are no longer proportional - ad...bellard
2006-06-27initial MIPS signal handling (initial patch by Raphael Rigo)bellard
2006-06-21sparc user fixes (Blue Swirl)bellard
2006-06-18SH bugfixes.pbrook
2006-06-17SH usermode fault handling.pbrook
2006-06-17Respond to qOffsets gdb packet (for debugging bFLT binaries).pbrook
2006-06-14MIPS FPU support in linux user emulationbellard
2006-06-11bFLT loader (for uClinux binaries).pbrook
2006-05-14Teach usermode emulation how to lie about uname -r.pbrook