- ec95da6 2.6 kernels make int 5 a trap gate by bellard · 17 years ago
- ca10f86 Remove osdep.c/qemu-img code duplication by aurel32 · 17 years ago
- 6d9a42b Implement ARM floating point exception emulation by aurel32 · 17 years ago
- 44de1b3 Revert accidental commit. by pbrook · 17 years ago
- fd5f393 Remove fixed length commandline buffers. by pbrook · 17 years ago
- bb7ec04 m68k mmap2 fixes. by pbrook · 17 years ago
- 375ee38 Convert Sparc64 trap state ops to TCG by blueswir1 · 17 years ago
- b6d3abd First try at supporting ordinary signals for CRIS linux-user guests. by edgar_igl · 17 years ago
- d0dc7dc Make MIPS MT implementation more cache friendly. by ths · 17 years ago
- 7bba1ee Fix section switching buglet, by Edgar E. Iglesias. by ths · 17 years ago
- 68d0f70 copyright update by bellard · 17 years ago
- b01bcae QEMU_STRACE documentation bit by Thayne Harbaugh. by balrog · 17 years ago
- c3b5bc8 SH4: Signal handling for the user space emulator, by Magnus Damm. by ths · 17 years ago
- fca743f SH4 Fix missing 6th arg of syscall, by "takasi-y". by ths · 17 years ago
- b172c56 Always make all PowerPC exception definitions visible. by j_mayer · 17 years ago
- 2f61969 suppressed tgetx and tputx (initial patch by Thayne Harbaugh) by bellard · 17 years ago
- 7ded4f5 force correct ppc64 cpu by bellard · 17 years ago
- 4dbc422 x86_64 fixes by bellard · 17 years ago
- d2fd1af x86_64 linux user emulation by bellard · 17 years ago
- 8d18e89 i386 TLS support by bellard · 17 years ago
- 3cd7d1d Allow use of SPE extension by all PowerPC targets, by j_mayer · 17 years ago
- 27524dc sparc64_[get|set]_context are not meaningful in abi32 mode by bellard · 17 years ago
- 8a4ed7e printf format fixes by bellard · 17 years ago
- b674195 -strace option by bellard · 17 years ago
- aaed909 added cpu_model parameter to cpu_init() by bellard · 17 years ago
- d26bc21 Clean out the N32 macros from target-mips, and introduce MIPS ABI specific by ths · 17 years ago
- ec6338b removed obsolete x86 code copy support by bellard · 17 years ago
- abf2833 removed unused code by bellard · 17 years ago
- 46027c0 added -cpu option for x86 - fixed glibc hack in case the global variables are moved by bellard · 17 years ago
- f10c315 Fix incorrect PowerPC instruction fetch exception dump. by j_mayer · 17 years ago
- b92c47c Strace for userland emulation, by Stuart Anderson and Thayne Harbaugh. by ths · 17 years ago
- 7c58044 Fix PowerPC FPSCR update and floating-point exception generation by j_mayer · 17 years ago
- a32ff1a PowerPC user-mode fix: MSR is now entirelly set-up in the cpu_reset routine. by j_mayer · 17 years ago
- 0411a97 Gprof prooved the PowerPC emulation spent too much time in MSR load and store by j_mayer · 17 years ago
- e85e7c6 Use the new TARGET_ABI32 feature to implement a ppc64abi32-linux-user target by j_mayer · 17 years ago
- 952a328 SuperSparc MXCC support (Robert Reif) by blueswir1 · 17 years ago
- 992f48a Support for 32 bit ABI on 64 bit targets (only enabled Sparc64) by blueswir1 · 17 years ago
- c732abe Unify '-cpu ?' option. by j_mayer · 17 years ago
- cb33da5 Support for executing 32 bit SPARC32PLUS files for Sparc64 user emulator by blueswir1 · 17 years ago
- 48733d1 CRIS Linux userland emulation, part 2. By Edgar E. Iglesias. by ths · 17 years ago
- 3d17787 Fix host and target longs confusions (continued). by j_mayer · 17 years ago
- 5bfb56b Implement sparc64_[gs]et_context by blueswir1 · 17 years ago
- 1cc8e6f We must reset the PowerPC CPU _after_ registering it, as hardware reset by j_mayer · 17 years ago
- 56ba31f Fix missing case in the new PowerPC exception model. by j_mayer · 17 years ago
- 540635b Code provision for n32/n64 mips userland emulation. Not functional yet. by ths · 17 years ago
- a062e36 Implement the PowerPC alternate time-base, following the 2.04 specification. by j_mayer · 17 years ago
- e1833e1 Rework PowerPC exceptions model to make it more versatile: by j_mayer · 17 years ago
- a750fc0 Great rework and cleanups to ease PowerPC implementations definitions. by j_mayer · 17 years ago
- 3b46e62 find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. by ths · 17 years ago
- 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 17 years ago
- ead9360 Partial support for 34K multithreading, not functional yet. by ths · 18 years ago
- 7f84a72 Deliver page faults to program by blueswir1 · 18 years ago
- 403f14e Fix environ termination, by Andreas Schwab. by ths · 18 years ago
- d6eb40f Hack to keep wine happy, by Alexander Graf. by ths · 18 years ago
- b12b6a1 Option to drop LD_PRELOAD from emulated environment, by Lauri Leukkunen. by ths · 18 years ago
- 2538deb Delete leftover Status FPU flag check. by ths · 18 years ago
- 7f75ffd Spelling fix (Mark Glines) by blueswir1 · 18 years ago
- 0402f76 Rework m68k cpu feature flags. by pbrook · 18 years ago
- a87295e M68k system mode semihosting. by pbrook · 18 years ago
- 0633879 m68k/ColdFire system emulation. by pbrook · 18 years ago
- 388bb21 MIPS linux-user update. by ths · 18 years ago
- e96efcf Fix miscellaneous display warnings for PowerPC & alpha targets by j_mayer · 18 years ago
- 925fb13 Sparc32/64 CPU selection for user emulator by blueswir1 · 18 years ago
- 84409dd Code provision for x86_64 and PowerPC 64 linux user mode support. by j_mayer · 18 years ago
- 7a3148a Preliminary patch for Alpha Linux user mode emulation support. by j_mayer · 18 years ago
- cff4cbe Support -cpu selection for mips usermode emulation. Fix segfault when by ths · 18 years ago
- b1f9be3 Add -cpu option for linux user emulation. by j_mayer · 18 years ago
- 3371d27 Implement --cpu for ARM. by pbrook · 18 years ago
- 76a6625 Great PowerPC emulation code resynchronisation and improvments: by j_mayer · 18 years ago
- 6f5b89a MIPS Userland TLS register emulation, by Daniel Jacobowitz. by ths · 18 years ago
- 36d2395 MIPS FPU dynamic activation, part 1, by Herve Poussineau. by ths · 18 years ago
- 84f2e8e copyright update by bellard · 18 years ago
- ca7c2b1 Handle invalid accesses as SIGILL for mips/mipsel userland emulation. by ths · 18 years ago
- d08b2a2 MIPS usermode debug exceptions (Dave Denholm). by pbrook · 18 years ago
- 2790872 sparc64 syscall fix (Blue Swirl) by bellard · 18 years ago
- e6e5906 ColdFire target. by pbrook · 18 years ago
- 02a1602 added cpu_smm_update() by bellard · 18 years ago
- 5ef5411 Sparc64 user emulator fixes (Blue Swirl) by bellard · 19 years ago
- 1dce7c3 new clock logic: cpu ticks and virtual clocks are no longer proportional - added timestamps on the stdio console by bellard · 19 years ago
- 106ec87 initial MIPS signal handling (initial patch by Raphael Rigo) by bellard · 19 years ago
- 48dc41e sparc user fixes (Blue Swirl) by bellard · 19 years ago
- 9c2a9ea SH bugfixes. by pbrook · 19 years ago
- 355fb23 SH usermode fault handling. by pbrook · 19 years ago
- 978efd6 Respond to qOffsets gdb packet (for debugging bFLT binaries). by pbrook · 19 years ago
- bc1ad2d MIPS FPU support in linux user emulation by bellard · 19 years ago
- e5fe0c5 bFLT loader (for uClinux binaries). by pbrook · 19 years ago
- c593722 Teach usermode emulation how to lie about uname -r. by pbrook · 19 years ago
- fdf9b3e sh4 target (Samuel Tardieu) by bellard · 19 years ago
- 53a5960 Avoid accessing guest memory directly in usermode emulation. by pbrook · 19 years ago
- 19b045d Fix FPA condition codes (Ulrich Hecht). by pbrook · 19 years ago
- 40f137e Add Arm926 core support. by pbrook · 19 years ago
- ce4defa Arm Linux EABI syscall support. by pbrook · 19 years ago
- 06c949e Implement Arm BKPT instruction. by pbrook · 19 years ago
- 6900e84 handle coprocessor exceptions by bellard · 19 years ago
- 048f6b4 mips user emulation by bellard · 19 years ago
- 15338fd added AT_PLATFORM and AT_HWCAP for x86 (initial patch by Gwenole Beauchesne) by bellard · 19 years ago
- b5ff1b3 ARM system emulation (Paul Brook) by bellard · 19 years ago
- c68ea70 cpu_single_env usage fix by bellard · 19 years ago
- 74c33be User-mode gdbserver port number (Paul Brook) by bellard · 19 years ago
- f5a8510 copyright by bellard · 20 years ago