[go: up one dir, main page]

  1. 9d0fe22 update by bellard · 22 years ago v0.4.3
  2. 6e0374f debug print by bellard · 22 years ago
  3. 9e5f528 convert signal numbers by bellard · 22 years ago
  4. c596ed1 times() fix by bellard · 22 years ago
  5. 91cf4d8 gcc 3.2.2 bug workaround (RedHat 9 fix) by bellard · 22 years ago
  6. a96fc00 sparc fix by bellard · 22 years ago
  7. d44b29c address printing fix by bellard · 22 years ago
  8. 070893f RedHat 9 fix by bellard · 22 years ago
  9. 9621339 changed basic block exit generation by bellard · 22 years ago
  10. ede2820 added nop test for exception by bellard · 22 years ago
  11. 7739f36 fixed EIP exception bug in case of nop operations (kernel 2.5.74 copy_from_user() bug) by bellard · 22 years ago
  12. f8c8799 added return for ARM case (may be incorrect - need checking) by bellard · 22 years ago
  13. 43fff23 ARM signal support by bellard · 22 years ago
  14. 1b21b62 ARM fixes by bellard · 22 years ago
  15. a1516e9 ARM init fix by bellard · 22 years ago
  16. 6fb883e ARM fix: mmap by bellard · 22 years ago
  17. 6e29580 ARM fixes by bellard · 22 years ago
  18. f2674e3 old select support by bellard · 22 years ago
  19. 4690764 update by bellard · 22 years ago v0.4.2
  20. 3c1cf9f dummy rdmsr and wrmsr support - xor reg, reg optimization by bellard · 22 years ago
  21. 1f47a92 added disk image help by bellard · 22 years ago
  22. 33e3963 added user mode Linux Copy On Write disk image support - added -snapshot support (initial patch by Rusty Russell) by bellard · 22 years ago
  23. cd4c3e8 added IDE WIN_READ_NATIVE_MAX command (2.5.xx fix) - added support for proper system shutdown by bellard · 22 years ago
  24. 7916e22 allow up to 256 MB of ram by bellard · 22 years ago
  25. abd0aaf fixed date storage in CMOS by bellard · 22 years ago
  26. c39d5b7 make FPU load exception safe by bellard · 22 years ago
  27. 4d40895 more accurate bcd convert - fixed FPU exceptions by bellard · 22 years ago
  28. e477b8b correct eflags evaluation order for all operations - fixed important CPU state restoring bug in some exception cases - disabled unsafe inc flags optimisation by bellard · 22 years ago
  29. b118d61 added PIC debug by bellard · 22 years ago
  30. 2f62b39 dummy label to avoid gcc optimisations by bellard · 22 years ago
  31. 907a5b2 fixed invalid irq jump chaining by bellard · 22 years ago
  32. 0849bf0 allow read only images by bellard · 22 years ago
  33. 3050348 removed unused assignment by bellard · 22 years ago
  34. ec410fc update by bellard · 22 years ago
  35. 68a7931 reduced irq latency by bellard · 22 years ago
  36. c9159e5 added IDE mult support - reduced irq latency (IDE should have good performances now) by bellard · 22 years ago
  37. 8c9b861 added block.c by bellard · 22 years ago
  38. 5797fa5 first step to fix precise eflags update in case of exception by bellard · 22 years ago
  39. 8ef9a8e added nop operations by bellard · 22 years ago
  40. fc01f7e IDE emulation by bellard · 22 years ago
  41. 3b0dca5 gdb stub defines by bellard · 22 years ago
  42. da415d5 gdb usage information by bellard · 22 years ago
  43. b4608c0 added gdb support to vl by bellard · 22 years ago
  44. d5a0b50 update by bellard · 22 years ago v0.4.1
  45. 87858c8 more precise timer emulation - fixed NE2000 probe problems - added VLTMPDIR support by bellard · 22 years ago
  46. a6f816d fixed endianness (Jocelyn Mayer) by bellard · 22 years ago
  47. 0ad041d fixed inline pb by bellard · 22 years ago
  48. 1eb2052 update by bellard · 22 years ago v0.4.0
  49. e3e86d5 gcc3 compile fixes by bellard · 22 years ago
  50. 1df912c VL license of the day is MIT/BSD by bellard · 22 years ago
  51. 4351832 added invlpg emulation by bellard · 22 years ago
  52. 59faf6d compile fixes by bellard · 22 years ago
  53. 725af7d untested RH9 fixes by bellard · 22 years ago
  54. a363e34 fixed VM86 support in Virtual Linux - fixed compilation issues with gcc 2.96 - cpuid returns now pentium pro in order to avoid F00F bug workaround in Linux kernel by bellard · 22 years ago
  55. ea041c0 more precise cpu_interrupt() by bellard · 22 years ago
  56. 83479e7 suppressed ring 0 hacks by bellard · 22 years ago
  57. e2f2289 arm fixes by bellard · 22 years ago
  58. 844c72e more compiler tests by bellard · 22 years ago
  59. 6b1534c fixed compilation for gcc 2.96 - added QEMU system emulator by bellard · 22 years ago
  60. e8cd23d fixed compilation for gcc 2.96 by bellard · 22 years ago
  61. 7c2d6a7 faster task switch by bellard · 22 years ago
  62. f1510b2 added NE2000 emulation by bellard · 22 years ago
  63. 357a943 added link script for vl by bellard · 22 years ago
  64. 0824d6f for hard core developpers only: a new user mode linux project :-) by bellard · 22 years ago
  65. 6c0372d updated by bellard · 22 years ago
  66. 92ccca6 declare user mode only simulation for QEMU by bellard · 22 years ago
  67. dd3587f iret and popl (%esp) tests by bellard · 22 years ago
  68. 7d83131 use inline function by bellard · 22 years ago
  69. 66e85a2 MMU support by bellard · 22 years ago
  70. 90a9fda more ring 0 operations by bellard · 22 years ago
  71. 3fb2ded hardware interrupt support - support forfull ring 0 exception simulation by bellard · 22 years ago
  72. f76af4b correct restoring of CC_OP in case of exception by bellard · 22 years ago
  73. 717fc2a more ring 0 instructions - full x86 MMU emulation based on mmap() syscall - fixed popl (%esp) by bellard · 22 years ago
  74. c05bab7 force IOPL=3 by bellard · 22 years ago
  75. a52c757 fixed case where SS != USER_DS (fixes dosemu DPMI emulation) by bellard · 22 years ago
  76. 970a87a new segment access by bellard · 22 years ago
  77. d8bc1fd ring 0 ops by bellard · 22 years ago
  78. 7501267 cpu_abort() by bellard · 22 years ago
  79. 13b5575 ring 0 data structures by bellard · 22 years ago
  80. 972ddf7 added cpu_abort() by bellard · 22 years ago
  81. 322d0c6 update by bellard · 22 years ago
  82. 2054396 fixed include macro pb by bellard · 22 years ago
  83. 039de85 fixed op_label computation on ppc by bellard · 22 years ago
  84. 144c345 consistent hello naming by bellard · 22 years ago
  85. de83cd0 arm emulation support by bellard · 22 years ago v0.3.0
  86. 6380ab5 added missing link scripts by bellard · 22 years ago
  87. b346ff4 ARM emulation support by bellard · 22 years ago
  88. 5a9fdfe factorized cpu defines by bellard · 22 years ago
  89. d19893d extracted generic code by bellard · 22 years ago
  90. 2521d69 factorized more definitions - suppressed broken sound ioctls by bellard · 22 years ago
  91. 2ab83ea automatic ioctl number conversion - minimum ARM fork() support by bellard · 22 years ago
  92. 2437490 fixed serious ioctl parameter conversion issue - exported type size and align functions by bellard · 22 years ago
  93. e4533c7 main cpu loop is target independent by bellard · 22 years ago
  94. 1e5ffbe fixed float to int overflow bug - added ARM host correct roundings for float rounding by bellard · 22 years ago
  95. 7963856 moved dyngen generic code to dyngen-exec.h by bellard · 22 years ago
  96. 03daf0e moved cache flush to dyngen header by bellard · 22 years ago
  97. d219f7e output gen_op_xxx() in a separate file by bellard · 22 years ago
  98. 95cbfc6 changed disas() prototype for multi target support by bellard · 22 years ago
  99. 5898e81 ARM emulation support by bellard · 22 years ago
  100. 394411a added hello world for ARM by bellard · 22 years ago