Age | Commit message (Expand) | Author | Files | Lines |
2008-01-08 | Fix section switching buglet, by Edgar E. Iglesias. | ths | 1 | -1/+2 |
2008-01-06 | copyright update | bellard | 1 | -5/+6 |
2007-12-16 | QEMU_STRACE documentation bit by Thayne Harbaugh. | balrog | 1 | -1/+6 |
2007-12-02 | SH4: Signal handling for the user space emulator, by Magnus Damm. | ths | 1 | -0/+12 |
2007-11-20 | SH4 Fix missing 6th arg of syscall, by "takasi-y". | ths | 1 | -1/+1 |
2007-11-17 | Always make all PowerPC exception definitions visible. | j_mayer | 1 | -6/+0 |
2007-11-16 | suppressed tgetx and tputx (initial patch by Thayne Harbaugh) | bellard | 1 | -11/+19 |
2007-11-15 | force correct ppc64 cpu | bellard | 1 | -0/+4 |
2007-11-15 | x86_64 fixes | bellard | 1 | -11/+14 |
2007-11-14 | x86_64 linux user emulation | bellard | 1 | -8/+65 |
2007-11-14 | i386 TLS support | bellard | 1 | -9/+12 |
2007-11-12 | Allow use of SPE extension by all PowerPC targets, | j_mayer | 1 | -2/+0 |
2007-11-11 | sparc64_[get|set]_context are not meaningful in abi32 mode | bellard | 1 | -0/+2 |
2007-11-11 | printf format fixes | bellard | 1 | -8/+8 |
2007-11-11 | -strace option | bellard | 1 | -3/+6 |
2007-11-10 | added cpu_model parameter to cpu_init() | bellard | 1 | -58/+27 |
2007-11-08 | Clean out the N32 macros from target-mips, and introduce MIPS ABI specific | ths | 1 | -1/+1 |
2007-11-08 | removed obsolete x86 code copy support | bellard | 1 | -8/+0 |
2007-11-08 | removed unused code | bellard | 1 | -5/+0 |
2007-11-08 | added -cpu option for x86 - fixed glibc hack in case the global variables are... | bellard | 1 | -6/+31 |
2007-11-03 | Fix incorrect PowerPC instruction fetch exception dump. | j_mayer | 1 | -1/+1 |
2007-11-01 | Strace for userland emulation, by Stuart Anderson and Thayne Harbaugh. | ths | 1 | -0/+4 |
2007-10-27 | Fix PowerPC FPSCR update and floating-point exception generation | j_mayer | 1 | -7/+1 |
2007-10-27 | PowerPC user-mode fix: MSR is now entirelly set-up in the cpu_reset routine. | j_mayer | 1 | -1/+0 |
2007-10-25 | Gprof prooved the PowerPC emulation spent too much time in MSR load and store | j_mayer | 1 | -7/+6 |
2007-10-18 | Use the new TARGET_ABI32 feature to implement a ppc64abi32-linux-user target | j_mayer | 1 | -7/+11 |
2007-10-14 | SuperSparc MXCC support (Robert Reif) | blueswir1 | 1 | -1/+1 |
2007-10-14 | Support for 32 bit ABI on 64 bit targets (only enabled Sparc64) | blueswir1 | 1 | -13/+16 |
2007-10-12 | Unify '-cpu ?' option. | j_mayer | 1 | -8/+3 |
2007-10-09 | Support for executing 32 bit SPARC32PLUS files for Sparc64 user emulator | blueswir1 | 1 | -0/+1 |
2007-10-08 | CRIS Linux userland emulation, part 2. By Edgar E. Iglesias. | ths | 1 | -0/+75 |
2007-10-07 | Fix host and target longs confusions (continued). | j_mayer | 1 | -8/+11 |
2007-10-05 | Implement sparc64_[gs]et_context | blueswir1 | 1 | -0/+8 |
2007-10-04 | We must reset the PowerPC CPU _after_ registering it, as hardware reset | j_mayer | 1 | -1/+1 |
2007-09-30 | Fix missing case in the new PowerPC exception model. | j_mayer | 1 | -0/+3 |
2007-09-30 | Code provision for n32/n64 mips userland emulation. Not functional yet. | ths | 1 | -0/+4 |
2007-09-30 | Implement the PowerPC alternate time-base, following the 2.04 specification. | j_mayer | 1 | -18/+4 |
2007-09-29 | Rework PowerPC exceptions model to make it more versatile: | j_mayer | 1 | -179/+279 |
2007-09-26 | Great rework and cleanups to ease PowerPC implementations definitions. | j_mayer | 1 | -3/+14 |
2007-09-17 | find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the... | ths | 1 | -22/+22 |
2007-09-16 | find -type f | xargs sed -i 's/[\t ]$//g' # on most files | ths | 1 | -55/+55 |
2007-09-06 | Partial support for 34K multithreading, not functional yet. | ths | 1 | -11/+13 |
2007-07-07 | Deliver page faults to program | blueswir1 | 1 | -1/+14 |
2007-06-27 | Fix environ termination, by Andreas Schwab. | ths | 1 | -1/+1 |
2007-06-21 | Hack to keep wine happy, by Alexander Graf. | ths | 1 | -0/+2 |
2007-06-17 | Option to drop LD_PRELOAD from emulated environment, by Lauri Leukkunen. | ths | 1 | -9/+34 |
2007-06-01 | Delete leftover Status FPU flag check. | ths | 1 | -3/+0 |
2007-05-27 | Spelling fix (Mark Glines) | blueswir1 | 1 | -1/+1 |
2007-05-26 | Rework m68k cpu feature flags. | pbrook | 1 | -1/+1 |
2007-05-26 | M68k system mode semihosting. | pbrook | 1 | -6/+9 |