1. 877cf88 Fix compiler warning. by ths · 18 years ago
  2. e6b1e55 Win32 Tap inferface PPC Guest issue, by Ely Soto. by ths · 18 years ago
  3. ad6fe1d Acer Pica 61 machine, by Herve Poussineau. by ths · 18 years ago
  4. a1bb27b SD card emulation (initial implementation by Andrzei Zaborowski). by pbrook · 18 years ago
  5. eddf68a Integrate Alpha target in Qemu core. by j_mayer · 18 years ago
  6. d34cab9 VMware SVGA II emulation, by Andrzej Zaborowski. by ths · 18 years ago
  7. e0353fe Add SparcStation-10 machine by blueswir1 · 18 years ago
  8. 36cd921 Reorganise Sun4m to allow other machine types by blueswir1 · 18 years ago
  9. aa26bb2 qemu_create_pidfile implementation for Win32, based on a patch by by ths · 18 years ago
  10. a39437a Fix segfault with -nographic, by Enache Adrian. by ths · 18 years ago
  11. f5b1226 Windows sockets like to be different. Inspired by a patch from Alex Consul. by ths · 18 years ago
  12. 62724a3 Sparc32/64 CPU selection by blueswir1 · 18 years ago
  13. 6e65a42 Win32 build fix. FIXME: This disables locking of the pidfile, a by ths · 18 years ago
  14. 50d3eea Close file descriptors when execing network tap setup script, by by ths · 18 years ago
  15. 93815bc Improve -pidfile option, by Anthony Liguori. by ths · 18 years ago
  16. c35734b Add -name option, by Anthony Liguori. by ths · 18 years ago
  17. 33d68b5 MIPS -cpu selection support, by Herve Poussineau. by ths · 18 years ago
  18. 1196be3 Better ioport debugging output. by ths · 18 years ago
  19. bd967e0 SMP half-idle fix. by pbrook · 18 years ago
  20. 5adb483 Fix typo in help output. List ARM cpus. by pbrook · 18 years ago
  21. 3371d27 Implement --cpu for ARM. by pbrook · 18 years ago
  22. 94fc95c New -cpu options: choose CPU model for emulated target. by j_mayer · 18 years ago
  23. cafffd4 Make removing IOHandlers safe from within an IOHandler, by Anthony Liguori. by ths · 18 years ago
  24. cfc3475 Allow gdbstub to connect over any serial device. by pbrook · 18 years ago
  25. 9c1de61 Increase the number of multiplexed monitor devices. by ths · 18 years ago
  26. 0db1137 Change -tftp option to take a root directory, by Anthony Liguori. by ths · 18 years ago
  27. 47d5d01 Add -bootp option for slirp, by Anthony Liguori. by ths · 18 years ago
  28. d84fe7a Don't require a disk image for network boot, by Ferenc Wagner. by ths · 18 years ago
  29. 43523e9 -no-frame option for sdl, by Christian Laursen. by ths · 18 years ago
  30. 20d8a3e Monitor multiplexing, by Jason Wessel. by ths · 18 years ago
  31. 5867c88 Parport EPP support for Linux, by Marko Kohtala. by ths · 18 years ago
  32. d5d10bc Solaris tap device, by Sittichai Palingsong. by ths · 18 years ago
  33. 087f4ae Clean up serial code for Win 32, by Kazu. by ths · 18 years ago
  34. 970ac5a use ram allocation functions by bellard · 18 years ago
  35. c636bb6 gdbserver fix by bellard · 18 years ago
  36. 84f2e8e copyright update by bellard · 18 years ago
  37. 33ef55b Mingw build fix, by Johannes Schindelin. by ths · 18 years ago
  38. 6a1cbf6 script=no for the TUN/TAP net option, by Jean-Christian de Rivaz by ths · 18 years ago
  39. 4046d91 Use standard character device interface for gdbstub. by pbrook · 18 years ago
  40. f749998 Add nodelay option for TCP character devices. by pbrook · 18 years ago
  41. e5b0bc4 Rearrange char event handlers to fix CHR_EVENT_RESET. by pbrook · 18 years ago
  42. dff5efc Accept --foo as an alias for -foo. by pbrook · 18 years ago
  43. 64423fb Accept -help. by pbrook · 18 years ago
  44. 3c07f8e Don't resume guest when gdb connection terminates and -S specified. by pbrook · 18 years ago
  45. 8e71621 Add ARM Angel semihosting to system emulation. by pbrook · 18 years ago
  46. 5856de8 MIPS Malta system and devices support, by Aurelien Jarno and Stefan Weil. by ths · 18 years ago
  47. bf8c534 ifname arg fix by bellard · 18 years ago
  48. 18607dc added cutils.c by bellard · 18 years ago
  49. 96d30e4 Revert -disk patch, as requested by Fabrice. The general idea of this by ths · 18 years ago
  50. 86e94de Reinitialize monitor upon reconnect, by Anthony Liguori. by ths · 18 years ago
  51. eec85c2 Add -boot n option for x86 using PXE, by Anthony Liguori. by ths · 18 years ago
  52. 9ae0255 Add -option-rom option to allow loading of PCI option ROMs, by Anthony Liguori. by ths · 18 years ago
  53. 455204e Dynamic handling of guest mice, by Lonnie Mendez. by ths · 18 years ago
  54. fa1fb14 Fix SCSI cdrom boot, thanks Blue Swirl. by ths · 18 years ago
  55. 1f95844 Null character instead of numeric null. by ths · 18 years ago
  56. a14d6c8 Solaris SMBD hacks (Ben Taylor). by pbrook · 18 years ago
  57. 52f61fd Windows build fix, namespace cleanup, fix error message, by Stefan Weil. by ths · 18 years ago
  58. c26c1c4 Support for unidirectional pipes, by Ed Swierk. by ths · 18 years ago
  59. c032e2a Fix -cdrom breakage. by ths · 18 years ago
  60. 42550fd SCSI emulation improvements, by Chuck Brazie. by ths · 18 years ago
  61. 71e3ceb Daemonize option, by Anthony Liguori. by ths · 18 years ago
  62. 73fc974 Unix domain socket support for VNC, by Anthony Liguori. by ths · 18 years ago
  63. ffd843b Run monitor over unix domain sockets, by Anthony Liguori. by ths · 18 years ago
  64. 667acca Implement -no-quit option, by Xavier Gnata. by ths · 18 years ago
  65. 188157f Remove FD on close. by pbrook · 18 years ago
  66. d1beab8 no-reboot option by bellard · 18 years ago
  67. 3b21e03 added SMM support by bellard · 19 years ago
  68. e69954b Add ARM RealView Emulation Baseboard. by pbrook · 19 years ago
  69. 519945d Avoid (repeatedly) trying to read stdin after it has closed. by pbrook · 19 years ago
  70. 094eed6 two stop bits support by bellard · 19 years ago
  71. c03b0f0 allow disabling of serial or parallel devices (Stefan Weil) by bellard · 19 years ago
  72. 6192bc3 Flush IO requests before savevm (original patch by Blue Swirl). by pbrook · 19 years ago
  73. e6cda8e win32 tap poll suppression (kazu) by bellard · 19 years ago
  74. 87b4735 -L help by bellard · 19 years ago
  75. 4c279bd win32 compilation fix by bellard · 19 years ago
  76. fb43f4d copyright update by bellard · 19 years ago
  77. c88676f use zlib to compress ram snapshots - correctly save qemu clock by bellard · 19 years ago
  78. 6eb5733 fixed blocking io emulation by bellard · 19 years ago
  79. faea38e multiple snapshot support by bellard · 19 years ago
  80. 83f6409 async file I/O API by bellard · 19 years ago
  81. 059809e usb destroy API change (Lonnie Mendez) by bellard · 19 years ago
  82. 634fce9 Defer timer initialization until after commandline processing. by pbrook · 19 years ago
  83. 7ba1260 generate CRLF instead of LF 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. 1dce7c3 new clock logic: cpu ticks and virtual clocks are no longer proportional - added timestamps on the stdio console by bellard · 19 years ago
  86. 951f135 telnet protocol and more consistent syntax (Jason Wessel) by bellard · 19 years ago
  87. 1f6e24e display device identifier string for user with info usb (Lonnie Mendez) by bellard · 19 years ago
  88. 3587d7e fix crash when closing windows (Frediano Ziglio) by bellard · 19 years ago
  89. 26a7646 C99 64 bit printf by bellard · 19 years ago
  90. a18e524 multiple wait object support for win32 (kazu) by bellard · 19 years ago
  91. be995c2 removed unused code - init timers earlier by bellard · 19 years ago
  92. 0bab00f UDP char device (initial patch by Jason Wessel) - TCP char device by bellard · 19 years ago
  93. 1bdb68e fixed sparc64 cpu fp save/restore by bellard · 19 years ago
  94. fdbb469 Solaris/SPARC host port (Ben Taylor) by bellard · 19 years ago
  95. 52ca8d6 -no-fd-bootchk option (Lonnie Mendez) by bellard · 19 years ago
  96. 2e5d83b Rearrange SCSI disk emulation code. Add USB mass storage device emulation. by pbrook · 19 years ago
  97. 0d92ed3 OHCI USB host emulation. by pbrook · 19 years ago
  98. 6515b20 ACPI support by bellard · 19 years ago
  99. e035649 use a single select for slirp and qemu sockets by bellard · 19 years ago
  100. 29e3055 workaround: force /dev/rtc usage on Linux by bellard · 19 years ago