1. 47d5d01 Add -bootp option for slirp, by Anthony Liguori. by ths · 18 years ago
  2. d84fe7a Don't require a disk image for network boot, by Ferenc Wagner. by ths · 18 years ago
  3. 43523e9 -no-frame option for sdl, by Christian Laursen. by ths · 18 years ago
  4. 20d8a3e Monitor multiplexing, by Jason Wessel. by ths · 18 years ago
  5. 5867c88 Parport EPP support for Linux, by Marko Kohtala. by ths · 18 years ago
  6. d5d10bc Solaris tap device, by Sittichai Palingsong. by ths · 18 years ago
  7. 087f4ae Clean up serial code for Win 32, by Kazu. by ths · 18 years ago
  8. 970ac5a use ram allocation functions by bellard · 18 years ago
  9. c636bb6 gdbserver fix by bellard · 18 years ago
  10. 84f2e8e copyright update by bellard · 18 years ago
  11. 33ef55b Mingw build fix, by Johannes Schindelin. by ths · 18 years ago
  12. 6a1cbf6 script=no for the TUN/TAP net option, by Jean-Christian de Rivaz by ths · 18 years ago
  13. 4046d91 Use standard character device interface for gdbstub. by pbrook · 18 years ago
  14. f749998 Add nodelay option for TCP character devices. by pbrook · 18 years ago
  15. e5b0bc4 Rearrange char event handlers to fix CHR_EVENT_RESET. by pbrook · 18 years ago
  16. dff5efc Accept --foo as an alias for -foo. by pbrook · 18 years ago
  17. 64423fb Accept -help. by pbrook · 18 years ago
  18. 3c07f8e Don't resume guest when gdb connection terminates and -S specified. by pbrook · 18 years ago
  19. 8e71621 Add ARM Angel semihosting to system emulation. by pbrook · 18 years ago
  20. 5856de8 MIPS Malta system and devices support, by Aurelien Jarno and Stefan Weil. by ths · 18 years ago
  21. bf8c534 ifname arg fix by bellard · 18 years ago
  22. 18607dc added cutils.c by bellard · 18 years ago
  23. 96d30e4 Revert -disk patch, as requested by Fabrice. The general idea of this by ths · 18 years ago
  24. 86e94de Reinitialize monitor upon reconnect, by Anthony Liguori. by ths · 18 years ago
  25. eec85c2 Add -boot n option for x86 using PXE, by Anthony Liguori. by ths · 18 years ago
  26. 9ae0255 Add -option-rom option to allow loading of PCI option ROMs, by Anthony Liguori. by ths · 18 years ago
  27. 455204e Dynamic handling of guest mice, by Lonnie Mendez. by ths · 18 years ago
  28. fa1fb14 Fix SCSI cdrom boot, thanks Blue Swirl. by ths · 18 years ago
  29. 1f95844 Null character instead of numeric null. by ths · 18 years ago
  30. a14d6c8 Solaris SMBD hacks (Ben Taylor). by pbrook · 18 years ago
  31. 52f61fd Windows build fix, namespace cleanup, fix error message, by Stefan Weil. by ths · 18 years ago
  32. c26c1c4 Support for unidirectional pipes, by Ed Swierk. by ths · 18 years ago
  33. c032e2a Fix -cdrom breakage. by ths · 18 years ago
  34. 42550fd SCSI emulation improvements, by Chuck Brazie. by ths · 18 years ago
  35. 71e3ceb Daemonize option, by Anthony Liguori. by ths · 18 years ago
  36. 73fc974 Unix domain socket support for VNC, by Anthony Liguori. by ths · 18 years ago
  37. ffd843b Run monitor over unix domain sockets, by Anthony Liguori. by ths · 18 years ago
  38. 667acca Implement -no-quit option, by Xavier Gnata. by ths · 18 years ago
  39. 188157f Remove FD on close. by pbrook · 18 years ago
  40. d1beab8 no-reboot option by bellard · 19 years ago
  41. 3b21e03 added SMM support by bellard · 19 years ago
  42. e69954b Add ARM RealView Emulation Baseboard. by pbrook · 19 years ago
  43. 519945d Avoid (repeatedly) trying to read stdin after it has closed. by pbrook · 19 years ago
  44. 094eed6 two stop bits support by bellard · 19 years ago
  45. c03b0f0 allow disabling of serial or parallel devices (Stefan Weil) by bellard · 19 years ago
  46. 6192bc3 Flush IO requests before savevm (original patch by Blue Swirl). by pbrook · 19 years ago
  47. e6cda8e win32 tap poll suppression (kazu) by bellard · 19 years ago
  48. 87b4735 -L help by bellard · 19 years ago
  49. 4c279bd win32 compilation fix by bellard · 19 years ago
  50. fb43f4d copyright update by bellard · 19 years ago
  51. c88676f use zlib to compress ram snapshots - correctly save qemu clock by bellard · 19 years ago
  52. 6eb5733 fixed blocking io emulation by bellard · 19 years ago
  53. faea38e multiple snapshot support by bellard · 19 years ago
  54. 83f6409 async file I/O API by bellard · 19 years ago
  55. 059809e usb destroy API change (Lonnie Mendez) by bellard · 19 years ago
  56. 634fce9 Defer timer initialization until after commandline processing. by pbrook · 19 years ago
  57. 7ba1260 generate CRLF instead of LF by bellard · 19 years ago
  58. a8e5ac3 win32 compilation - force process affinity on win32 as a workaround for SMP issues by bellard · 19 years ago
  59. 1dce7c3 new clock logic: cpu ticks and virtual clocks are no longer proportional - added timestamps on the stdio console by bellard · 19 years ago
  60. 951f135 telnet protocol and more consistent syntax (Jason Wessel) by bellard · 19 years ago
  61. 1f6e24e display device identifier string for user with info usb (Lonnie Mendez) by bellard · 19 years ago
  62. 3587d7e fix crash when closing windows (Frediano Ziglio) by bellard · 19 years ago
  63. 26a7646 C99 64 bit printf by bellard · 19 years ago
  64. a18e524 multiple wait object support for win32 (kazu) by bellard · 19 years ago
  65. be995c2 removed unused code - init timers earlier by bellard · 19 years ago
  66. 0bab00f UDP char device (initial patch by Jason Wessel) - TCP char device by bellard · 19 years ago
  67. 1bdb68e fixed sparc64 cpu fp save/restore by bellard · 19 years ago
  68. fdbb469 Solaris/SPARC host port (Ben Taylor) by bellard · 19 years ago
  69. 52ca8d6 -no-fd-bootchk option (Lonnie Mendez) by bellard · 19 years ago
  70. 2e5d83b Rearrange SCSI disk emulation code. Add USB mass storage device emulation. by pbrook · 19 years ago
  71. 0d92ed3 OHCI USB host emulation. by pbrook · 19 years ago
  72. 6515b20 ACPI support by bellard · 19 years ago
  73. e035649 use a single select for slirp and qemu sockets by bellard · 19 years ago
  74. 29e3055 workaround: force /dev/rtc usage on Linux by bellard · 19 years ago
  75. 06d9f2f better win32 timers - use win32 event to wake up cpu in idle mode (kazu) by bellard · 19 years ago
  76. eade0f1 fix for hosts resuming from software suspend (initial patch by John Coiner) by bellard · 19 years ago
  77. 6ca957f win32 socket fixes by bellard · 19 years ago
  78. 45a8f3c typo by bellard · 19 years ago
  79. 3f423c9 removed warnings by bellard · 19 years ago
  80. 2423686 VNC server (Anthony Liguori) by bellard · 19 years ago
  81. 1640695 Add nominal ARM Versatil/AB board emulation. by pbrook · 19 years ago
  82. 27c7ca7 SHIX board emulation (Samuel Tardieu) by bellard · 19 years ago
  83. ec530c8 Solaris port (Ben Taylor) by bellard · 19 years ago
  84. fd06c37 PC speaker emulation (Joachim Henke) by bellard · 19 years ago
  85. 5fe141f generic ELF loader by bellard · 19 years ago
  86. 115defd Set slirp client hostname. by pbrook · 19 years ago
  87. 09b26c5 USB tablet support (Brad Campbell, Anthony Liguori) by bellard · 19 years ago
  88. f331110 win32 serial port support (initial patch by kazu by bellard · 19 years ago
  89. cdbdb64 ARM Versatile Platform Baseboard emulation. by pbrook · 19 years ago
  90. 9521989 Allow multiple graphics devices. by pbrook · 19 years ago
  91. 89ba1a7 Use 3-argument open call when creating file. by pbrook · 19 years ago
  92. 40f137e Add Arm926 core support. by pbrook · 19 years ago
  93. 3b7f5d4 Avoid crash if -redir or -smb used without -net user. by pbrook · 19 years ago
  94. 89bfc10 added last_io_time field - '-kernel-kqemu' experimental option by bellard · 19 years ago
  95. a41b2ff Allow selection of emulated network card. rtl8139 emulation. by pbrook · 19 years ago
  96. d861b05 Avoid buffer overflow when sending slirp packets. by pbrook · 19 years ago
  97. 7fb843f tap win32 support by bellard · 19 years ago
  98. fd1dff4 win32 socket support by bellard · 19 years ago
  99. ff3fbb3 kqemu and SMP are currently not compatible by bellard · 19 years ago
  100. 6a36d84 suppressed -enable-audio and simplified -soundhw option handling (malc) by bellard · 19 years ago