1. 436d8b8 correct value for ADDSEG is real mode (fixes GRUB boot) - update static protected mode state - use generic tlb_set_page() by bellard · 21 years ago
  2. dc6f57f debug updates - page_unprotect() is no longer needed in softmmu case by bellard · 21 years ago
  3. 65262d5 added PE to static CPU state (avoids flushing translated code when swiching between protected and real mode) - moved memory defs to cpu-all.h by bellard · 21 years ago
  4. 773b93e signal fix: update the host signal 'signal ignored' state to avoid unexpected -EINTR values (ash fix) by bellard · 21 years ago
  5. 82c7e2a update by bellard · 21 years ago
  6. 546cdbd first multi target test (lauches 'ls') by bellard · 21 years ago
  7. c265508 more precise PIT gate emulation by bellard · 21 years ago
  8. dd4e27d removed test code by bellard · 21 years ago
  9. a41bc9a explicited S3 specific code - added more debug code by bellard · 21 years ago
  10. 3bfd9da termios support for SPARC and PPC by bellard · 21 years ago
  11. c573ff6 stat64 fix - added getpagesize() by bellard · 21 years ago
  12. 060366c SPARC fixes : syscall fixes - added user register window exception support by bellard · 21 years ago
  13. 6da41ea added CPU callbacks by bellard · 21 years ago
  14. 0124311 more generic TLB support - began to fix unlikely interrupt issues by bellard · 21 years ago
  15. f515528 aligned stack on 16 byte boundary - PPC target fixes - SPARC target fixes by bellard · 21 years ago
  16. b453b70 sparc fixes by bellard · 21 years ago
  17. 0ac4bd5 float access fixes by bellard · 21 years ago
  18. 3811a29 update by bellard · 21 years ago
  19. 3415a4d invd and wbinvd support - fixed code gen logic for invlpg - simpler exception handling in load_seg() by bellard · 21 years ago
  20. b7f0f46 debug fixes - use more generic TLB mappings by bellard · 21 years ago
  21. 8e68201 correct zero segment values when coming from VM86 mode - cache infos in CPUID - simpler exception handling in load_seg() - validate segments after lret/iret by bellard · 21 years ago
  22. cf495bc SPARC fixes: corrected PC/NPC logic (now slower but can be optimized a lot) - fixed flags computations - added register window exceptions support - fixed mul and div - added mulscc - fixed immediate field decoding by bellard · 21 years ago
  23. fb0eaff PowerPC fixes (Jocelyn Mayer) by bellard · 21 years ago
  24. 07ad1b9 disable keyboard interrupts if keyboard clock disabled (may not be fully correct) - added keyboard ID for extended keyboard by bellard · 21 years ago
  25. d36cd60 P4 style multiplication eflags by bellard · 21 years ago
  26. 5e809a8 dump irq inhibit flag as it is a part of the cpu state by bellard · 21 years ago
  27. 791c226 more complete eflags testing for multiplication (P4 case only) by bellard · 21 years ago
  28. 163a7cb imull fix (suggested by Robert J. Harley) by bellard · 21 years ago
  29. 6bb7057 a20 fix by bellard · 21 years ago
  30. 4136f33 fixed eflags IF/IOPL update by bellard · 21 years ago
  31. 6dca201 fixed PPC state reloading by bellard · 21 years ago
  32. 6786730 PowerPC target support (Jocelyn Mayer) - added better support for uid16 by bellard · 21 years ago
  33. 28b6751 suppressed use of gen_multi - use intermediate FT0 register for floats - use T0 temporary for fpscr update - use PARAM1 for spr access - added untested single load/store support by bellard · 21 years ago
  34. 79aceca PowerPC support (Jocelyn Mayer) by bellard · 21 years ago
  35. 6a8c397 FTST instruction fix by bellard · 21 years ago
  36. 9cdf757 more fcmovxx tests by bellard · 21 years ago
  37. 36bdbe5 fixed TB linking in case of code invalidation (fixes random segfaults) by bellard · 21 years ago
  38. 8004340 added fcmovxx support by bellard · 21 years ago
  39. a2cc3b2 added fcmovxx support (fixes segfaults in some recent linux tools) - fixed irq inhibit logic : the irqs are inhibited only for one instruction after, even if the next one also inhibit irqs - stop translation after irq inhibition stops to give a chance to irqs (fixes install NT kernel startup) by bellard · 21 years ago
  40. afa05eb always completely redefine the TLB in case of MMU fault by bellard · 21 years ago
  41. de5eaa6 static config for SDL by bellard · 21 years ago
  42. 7517502 fcmovx support by bellard · 21 years ago
  43. 8f2b1fb more hack for CMOS interruption (enable linux /dev/rtc not to hang) - auto boot on cdrom if only device present by bellard · 21 years ago
  44. 891b38e more precise stack operations in call/int gates (16 bit wrapping is handled in all cases) - makes all call/int gates operations restartable in case of exception by bellard · 21 years ago
  45. 7dea1da quick and dirty CMOS irq emulation (windows install uses it) - emm386 keyboard fix (need a better way...) - better serial emulation (windows install uses it) - LDT and TR caches init fix by bellard · 21 years ago
  46. 4ce900b make windows happier by bellard · 21 years ago
  47. f3f2d9b call gate fix - verr and verw fix by bellard · 21 years ago
  48. 77729c2 fixed pop %sp bug by bellard · 21 years ago
  49. d71b9a8 fixed lmsw instruction by bellard · 21 years ago
  50. 181f155 update by bellard · 21 years ago
  51. 2750332 Soundblaster 16 support (malc) by bellard · 21 years ago
  52. f115e91 iret and int fix for vm86 - added undefined instructions for real and vm86 modes - added verr, verrw, arpl - added port io map by bellard · 21 years ago
  53. 3ab493d added verr, verw, arpl - more precise segment rights checks by bellard · 21 years ago
  54. 3e25f95 io map checks by bellard · 21 years ago
  55. 246d897 dump more registers by bellard · 21 years ago
  56. 7e84c24 full TSS support - IO map check support - conforming segment check fixes - iret in vm86 mode fix by bellard · 21 years ago
  57. e670b89 added comments and TSS bit by bellard · 21 years ago
  58. bd0d90b make Knoppix CD-ROM probe happy by bellard · 21 years ago
  59. 1a0636f new VGA bios by bellard · 21 years ago
  60. 2e134c9 64-bit multiplication fix (Ulrich Hecht) by bellard · 21 years ago
  61. 5391d80 moved IDE driver to ide.c by bellard · 21 years ago
  62. 36b486b hardware level IDE CD-ROM emulation - added second IDE interface for up to 4 IDE disks emulation - added -boot command to enable CD boot by bellard · 21 years ago
  63. 4ad06a2 soft mmu fix (aka debian random seg fault fix) by bellard · 21 years ago
  64. e58143b ppc fix by bellard · 21 years ago
  65. 1f5476f a20 support - keyboard led fix by bellard · 21 years ago
  66. 461c047 a20 support by bellard · 21 years ago
  67. 9c3ad57 update by bellard · 21 years ago
  68. e748ba4 ARM half word load/store fix (Ulrich Hecht) by bellard · 21 years ago
  69. b8ed223 big endian fixes by bellard · 21 years ago
  70. c970a16 temporary hack for PowerPC system emulation by bellard · 21 years ago
  71. c321f67 enabled system emulator build on PowerPC - increased portability of soft mmu code by bellard · 21 years ago
  72. 7f7f987 endianness and portability fixes by bellard · 21 years ago
  73. aebcb60 no need for locks in system mode by bellard · 21 years ago
  74. 1a18c71 unused functions in system mode by bellard · 21 years ago
  75. 03a6c51 cannot simply write segment registers in system mode by bellard · 21 years ago
  76. 128b346 cmov fix (bug on PowerPC) by bellard · 21 years ago
  77. 415fa2e soft MMU performance fix (oops) by bellard · 21 years ago
  78. 9951bf3 fixed long double accesses when using soft MMU by bellard · 21 years ago
  79. 8948b5d fixed ldq() macros by bellard · 21 years ago
  80. 5086347 CONFIG_STATIC patch by bellard · 21 years ago
  81. 9d4520d update by bellard · 21 years ago
  82. 5b9f457 update by bellard · 21 years ago
  83. 3a4739d static link by bellard · 21 years ago
  84. 76b62fd added binary archive by bellard · 21 years ago
  85. b1f6457 redhat 9 fix by bellard · 21 years ago
  86. bc1b050 fixed distclean target by bellard · 21 years ago
  87. 03d5f74 update by bellard · 21 years ago
  88. 9f05cc3 fixed big endian ops by bellard · 21 years ago
  89. 285dc33 update by bellard · 21 years ago
  90. baf8ebf fixed virtual memory access by bellard · 21 years ago
  91. 9d16dd5 make cpu test static by bellard · 21 years ago
  92. 78d6da9 license by bellard · 21 years ago
  93. dd6ee15 fixed idt/gdt relocation bug - added support for Redhat kernels by bellard · 21 years ago
  94. 0db6347 qemu with softmmu is now the default executable by bellard · 21 years ago
  95. 6e59c1d full soft mmu support by bellard · 21 years ago
  96. 61382a5 full softmmu support by bellard · 21 years ago
  97. 3a51dee disabled signal hacks for softmmu version (qemu should be much more portable now...) by bellard · 21 years ago
  98. cc38b84 factorized debug code by bellard · 21 years ago
  99. c6105c0 added correct memory access code for system emulation by bellard · 21 years ago
  100. 93a40ea fixed mmu fault priviledge logic by bellard · 21 years ago