1. fd44d81 win32 aio emulation fix by bellard · 19 years ago
  2. f45512f win32 compilation fixes by bellard · 19 years ago
  3. 6b21b97 fixed error handling by bellard · 19 years ago
  4. 2192c33 update by bellard · 19 years ago
  5. f542086 spelling fixes (Stefan Weil) by bellard · 19 years ago
  6. ee0f475 removed outdated info by bellard · 19 years ago
  7. 60659e3 Japanese keyboard fixes (kazu) by bellard · 19 years ago
  8. f0e4217 update by bellard · 19 years ago
  9. e6cda8e win32 tap poll suppression (kazu) by bellard · 19 years ago
  10. b56bdb3 delete block device by bellard · 19 years ago
  11. a9f277b no need for bdrv_close() by bellard · 19 years ago
  12. 19cb373 better support of host drives by bellard · 19 years ago
  13. 66c6ef7 better support of removable media by bellard · 19 years ago
  14. ea185bb use bdrv_media_changed() by bellard · 19 years ago
  15. 83acc96 fixed VGA resolutions with height > 1024 by bellard · 19 years ago
  16. 6e1b3e4 disable -fomit-frame-pointer by bellard · 19 years ago
  17. 87b4735 -L help by bellard · 19 years ago
  18. 243a273 fd leak fix (Igor Kovalenko) by bellard · 19 years ago
  19. c3d7899 minimal PCI IDE save/restore by bellard · 19 years ago
  20. e6cf6a8 save apic timer by bellard · 19 years ago
  21. 1941d19 PCI save/restore changes by bellard · 19 years ago
  22. 89b6b50 vga init changes by bellard · 19 years ago
  23. d2269f6 save VGA PCI state by bellard · 19 years ago
  24. dfd92d3 reset key modifiers when switching console (aka savevm keyboard bug) by bellard · 19 years ago
  25. 4c279bd win32 compilation fix by bellard · 19 years ago
  26. 3dc1cb3 ESP DMA fix. by pbrook · 19 years ago
  27. 35f1df8 scsi empty drive fix (Blue Swirl). by pbrook · 19 years ago
  28. 69fba4a Remove OpenBIOS ESP patch. Merged upstream. by pbrook · 19 years ago
  29. 4d611c9 SCSI and USB async IO support. by pbrook · 19 years ago
  30. 4ca9c76 Add SCSI controller class. by pbrook · 19 years ago
  31. 2a98c19 removed tabs by bellard · 19 years ago
  32. 35b961c indent by bellard · 19 years ago
  33. 8ccad81 use AIO for DMA transfers - enabled DMA for CDROMs by bellard · 19 years ago
  34. e84a4fe mem leak fixes by bellard · 19 years ago
  35. fb43f4d copyright update by bellard · 19 years ago
  36. 19d3679 update by bellard · 19 years ago
  37. 9076542 fixed aio emulation by bellard · 19 years ago
  38. ce1a14d Dynamically allocate AIO Completion Blocks. by pbrook · 19 years ago
  39. 51d6bae removed duplicated line by bellard · 19 years ago
  40. 13a2e80 info about VM snapshots by bellard · 19 years ago
  41. c88676f use zlib to compress ram snapshots - correctly save qemu clock by bellard · 19 years ago
  42. d15a771 qcow2 is now used for '-snapshot' - keep BlockDriverState.total_sectors by bellard · 19 years ago
  43. a946592 handle read outside the backing file by bellard · 19 years ago
  44. 1aacf34 Add missing #define. by pbrook · 19 years ago
  45. 51c1ebb Fix SCSI off-by-one device size. by pbrook · 19 years ago
  46. 6eb5733 fixed blocking io emulation by bellard · 19 years ago
  47. 15e6690 fixed disk image creation by bellard · 19 years ago
  48. c47c33b block API change by bellard · 19 years ago
  49. e70332b use QEMUFile API by bellard · 19 years ago
  50. faea38e multiple snapshot support by bellard · 19 years ago
  51. 42ca638 enable qcow2 by bellard · 19 years ago
  52. 9ab8a34 O_LARGEFILE is not needed by bellard · 19 years ago
  53. 585f858 new qcow2 disk image format by bellard · 19 years ago
  54. 9e46cfa4 sparc64.ld file (Blue Swirl) by bellard · 19 years ago
  55. e2f909b swapped memset args (Charles Coffing) by bellard · 19 years ago
  56. 7f1a839 removed unused code by bellard · 19 years ago
  57. e7b8101 added missing returns by bellard · 19 years ago
  58. 436e15b win32 fixes (initial patch by kazu) by bellard · 19 years ago
  59. 550be12 fixed refresh logic (initial patch by Igor Kovalenko) by bellard · 19 years ago
  60. 979b67a some compilation fixes by bellard · 19 years ago
  61. 83f6409 async file I/O API by bellard · 19 years ago
  62. 7954c73 commit to specific devices by bellard · 19 years ago
  63. 93b6b2a show backing file name by bellard · 19 years ago
  64. d62ca2b removed unused code by bellard · 19 years ago
  65. 4615218 Rewrite Arm host support. by pbrook · 19 years ago
  66. f3a9676 Arm host build fix. by pbrook · 19 years ago
  67. 47dbd1f error display fix (malc) by bellard · 19 years ago
  68. d07edbf Fix Arm cp15 c13 (Process ID) register writes. by pbrook · 19 years ago
  69. 059809e usb destroy API change (Lonnie Mendez) by bellard · 19 years ago
  70. 3b2ccc5 Linux compilation fix by bellard · 19 years ago
  71. 74ccb34 Sparc64 host support (Blue Swirl) by bellard · 19 years ago
  72. 5ef5411 Sparc64 user emulator fixes (Blue Swirl) by bellard · 19 years ago
  73. 725cb90 sparc64 fixes (Blue Swirl) by bellard · 19 years ago
  74. a3c2599 audio capture fixes (malc) by bellard · 19 years ago
  75. 69db0ac Fix comment typo. by pbrook · 19 years ago
  76. ec36b69 audio capture to wab files (malc) by bellard · 19 years ago
  77. 6330126 update by bellard · 19 years ago
  78. 634fce9 Defer timer initialization until after commandline processing. by pbrook · 19 years ago
  79. 13224a8 added mouse event generation by bellard · 19 years ago
  80. 7ba1260 generate CRLF instead of LF by bellard · 19 years ago
  81. bd46884 fixed LF interpretation by bellard · 19 years ago
  82. 3c65634 update by bellard · 19 years ago
  83. 29b9a34 win32 compilation fixes by bellard · 19 years ago
  84. a8e5ac3 win32 compilation - force process affinity on win32 as a workaround for SMP issues by bellard · 19 years ago
  85. ec607da avoid recursive tx by bellard · 19 years ago
  86. 1dce7c3 new clock logic: cpu ticks and virtual clocks are no longer proportional - added timestamps on the stdio console by bellard · 19 years ago
  87. effedbc export cpu_get_real_ticks() by bellard · 19 years ago
  88. 9f909fe use posix timers by bellard · 19 years ago
  89. 718da2b fixed for TCP segmentation offloading - removed dependency on slirp.h (Igor Kovalenko) by bellard · 19 years ago
  90. 0de6bb7 monitor/mwait workaround by bellard · 19 years ago
  91. 3d7374c monitor/mwait support by bellard · 19 years ago
  92. 4f20929 Don't include audio.h when building tools. by pbrook · 19 years ago
  93. d929eba audio endianness API changes (malc) by bellard · 19 years ago
  94. 219fb12 avoid unneeded dependencies by bellard · 19 years ago
  95. 8ead62c audio fixes + initial audio capture support (malc) by bellard · 19 years ago
  96. feea13e sb16 fixes (WfW 3 appears to work with shipped drivers) (malc) by bellard · 19 years ago
  97. 6c270db rate converter fix (malc) by bellard · 19 years ago
  98. 47378eb update by bellard · 19 years ago
  99. e3c2613 pcnet nic support (Antony T Curtis) by bellard · 19 years ago
  100. 6cadb32 rtl8139 fixes (Igor Kovalenko) by bellard · 19 years ago