1. 8a7ddc3 new timer API - new API to save/restore the virtual machine state by bellard · 20 years ago
  2. b0a21b5 use new timer API by bellard · 20 years ago
  3. dff38e7 more precise RTC emulation (periodic timers + time updates) by bellard · 20 years ago
  4. 1f1af9f added cpu_get_fp80() and cpu_set_fp80() by bellard · 20 years ago
  5. 858693c moved gdbstub to qemu - new asynchronous gdbstub by bellard · 20 years ago
  6. 9b14bb0 install fix (Rusty Russel) by bellard · 20 years ago
  7. c101c49 added qemu-mkcow man page by bellard · 20 years ago
  8. 4bb2fcc gcc 2.95.4 compile fix (Petter Reinholdtsen) by bellard · 20 years ago
  9. 08cea4e fixed ljmp and iret to TSS by bellard · 20 years ago
  10. 883da8e task switch fixes by bellard · 20 years ago
  11. 78ebca6 fixed IDE probe by bellard · 20 years ago
  12. 5e2a644 removed most of global context uses - removed unneeded abort() which cause problems during win95 hardware scan by bellard · 20 years ago
  13. 11774f5 protected lret x86 'bug' emulation by bellard · 20 years ago
  14. d9d849f update by bellard · 20 years ago
  15. e19e89a more log items by bellard · 20 years ago
  16. f193c79 do not depend on thunk.h - more log items by bellard · 20 years ago
  17. 3035f7f use new directory layout by bellard · 20 years ago
  18. 4afa648 fixed protected lret imm insn (one more OS/2 fix) by bellard · 20 years ago
  19. c45c3d0 write to both IDE drives - return 0 for not present drives by bellard · 20 years ago
  20. baca51f updated floppy driver: formatting code, disk geometry auto detect (Jocelyn Mayer) by bellard · 20 years ago
  21. bc51c5c initial x86-64 host support (Gwenole Beauchesne) by bellard · 20 years ago
  22. 5069146 update by bellard · 20 years ago
  23. 59a983b device independent VGA screen dump by bellard · 20 years ago
  24. 4e463d8 tun-fd option fix by bellard · 20 years ago
  25. 94fe4f9 update by bellard · 20 years ago
  26. 0fb4822 added qemu_mallocz() by bellard · 20 years ago
  27. b41a2cd io port API change by bellard · 20 years ago
  28. c4b1fcc added I/O API - io port API change - added multiple network interface support - redirect serial port to a pseudo terminal if using graphical mode by bellard · 20 years ago
  29. 0f35920 io port API change - removed dumb console redraw (not useful) by bellard · 20 years ago
  30. 7d977de io port API change by bellard · 20 years ago
  31. 07d8986 added qemu_mallocz() by bellard · 20 years ago
  32. caed880 removable device support - io port API change by bellard · 20 years ago
  33. b338082 remoable device support by bellard · 20 years ago
  34. 9dc39cb added a command line monitor by bellard · 20 years ago
  35. 80cabfa separated more devices from emulator by bellard · 20 years ago
  36. 38ca2ab m68k compile fix by bellard · 20 years ago
  37. 73bdea1 2.6 kernel compile fix by bellard · 20 years ago
  38. 00af2b2 added cow.h by bellard · 20 years ago
  39. a735aa3 added precompiled linux boot sector by bellard · 20 years ago
  40. 6b2b611 more FPU context save tests by bellard · 20 years ago
  41. bf08806 native FPU support in code copy mode by bellard · 20 years ago
  42. f9e92e9 use physical memory access functions for DMA by bellard · 20 years ago
  43. 8dc75d7 moved DMA and SB16 outside timer (may break SB16) by bellard · 20 years ago
  44. 03857e3 native FPU support in code copy mode by bellard · 20 years ago
  45. 16f6243 DMA API change by bellard · 20 years ago
  46. 8b1f24b new physical memory access API (used by DMA accesses) by bellard · 20 years ago
  47. b448f2f new physical memory access API (used by DMA accesses) - code copy FP fixes by bellard · 20 years ago
  48. 97eb5b1 native FPU support in code copy mode by bellard · 20 years ago
  49. 7eee2a5 CR0.MP/EM/TS support by bellard · 20 years ago
  50. 42c3c0c native FPU support (disabled) by bellard · 20 years ago
  51. 9588b95 CR0.MP/EM/TS support - native fpu support in code copy mode by bellard · 20 years ago
  52. 2edcdce fpu fix by bellard · 20 years ago
  53. 8853f86 shm support, more setsockopt and getsockopt calls, fds fix (initial patch by Paul McKerras) by bellard · 20 years ago
  54. e374bfa shm tests - disabled clone test by bellard · 20 years ago
  55. b88e4a9 small test optimisations by bellard · 20 years ago
  56. 537730b zero offset optimisation by bellard · 20 years ago
  57. edf779f use kernel like macros for user access (will be useful someday to have a better error checking by bellard · 20 years ago
  58. 121061d O_DIRECT compile fix by bellard · 20 years ago
  59. 83d7396 faster big endian accesses on i386 - big endian ldsw_raw fix by bellard · 20 years ago
  60. 6b2d3e3 fixed blr/bctr cases by bellard · 20 years ago
  61. e98a6e4 adding direct block chaining support - simplified branch code gen by bellard · 20 years ago
  62. 28fbe29 lwarx fix (Jocelyn Mayer) by bellard · 20 years ago
  63. 297d8e6 Fix check for lswi (Jocelyn Mayer) by bellard · 20 years ago
  64. 004bc62 update nip when processing exceptions (Jocelyn Mayer) by bellard · 20 years ago
  65. ed1c0bc use osdep.h by bellard · 20 years ago
  66. 22a46c5 update by bellard · 20 years ago
  67. ea88812 added OS dependent functions (temporary as most functions are generic in fact) by bellard · 20 years ago
  68. 58fe2f1 experimental code copy support by bellard · 20 years ago
  69. 3a1d9b8 fixed lea exception by bellard · 20 years ago
  70. 0e4b179 experimental code copy support - fixed A20 emulation by bellard · 20 years ago
  71. 77fef8c experimental code copy support - added new Linux kernel loader by bellard · 20 years ago
  72. 59817cc use qemu memory allocation - added dirty bit support when using host MMU by bellard · 20 years ago
  73. bf3e8bf experimental code copy support - CPU_INTERRUPT_EXITTB support by bellard · 20 years ago
  74. 9acbed0 added CPU_INTERRUPT_EXITTB and code_copy_enabled by bellard · 20 years ago
  75. cf98951 force boot sector feature by bellard · 20 years ago
  76. f72b519 added osdep.o and nwfpe by bellard · 20 years ago
  77. 07ce05e fast Linux boot support by bellard · 20 years ago
  78. b324e81 suppressed unused variables by bellard · 20 years ago
  79. c698105 arm nwfpe support - added code no-code-copy option - __preinit_array_start bug fix (untested) by bellard · 20 years ago
  80. 28c4f36 arm nwfpe support by bellard · 20 years ago
  81. 3d57da2 suppressed dummy FPU ops by bellard · 20 years ago
  82. 00406df added arm nwfpe support (initial patch by Ulrich Hecht) by bellard · 20 years ago
  83. 69de927 arm nwfpe support by bellard · 20 years ago
  84. 72cbca1 direct chaining support for SPARC by bellard · 20 years ago
  85. 34f715e fixed WP semantics by bellard · 20 years ago
  86. cae61ce bochs vbe: virtual screen support and bank switch (untested) by bellard · 20 years ago
  87. 6411cfb update by bellard · 20 years ago
  88. 898712a sdl_cleanup fix (Martin Garton) by bellard · 20 years ago
  89. 4fa0f5d added bochs VBE support by bellard · 20 years ago
  90. 1ccde1c added generic physical memory dirty bit support by bellard · 20 years ago
  91. ad08132 added tlb_flush() flags by bellard · 20 years ago
  92. 415e561 cleanup by bellard · 20 years ago
  93. ee8b702 temporary interrupt locking fix (need rework) by bellard · 20 years ago
  94. 625976d update by bellard · 20 years ago
  95. 1ac157d more precise TLB invalidation - init cleanup by bellard · 20 years ago
  96. 64a595f cleanup by bellard · 20 years ago
  97. 3ad9a57 ide identify fix (initial patch by Jens Axboe) by bellard · 20 years ago
  98. 7f777bf fixed atapi error codes (initial patch by Jens Axboe) by bellard · 20 years ago
  99. 56bf1d3 SEEK_STAT bit ata reset fix (Jens Axboe) by bellard · 20 years ago
  100. c92b2e8 vga memory address fix by bellard · 20 years ago