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