1. bd494f4 Add a local copy of hpet.h. by ths · 18 years ago
  2. fe4d8f6 Use UINT64_MAX instead of ULONG_LONG_MAX, suggested by Andreas Schwab. by ths · 18 years ago
  3. cb4b976 Move network related includes to vl.c to help SLIRP-less builds. by ths · 18 years ago
  4. 606b41e Build fix for older GCCs. by ths · 18 years ago
  5. 44486a8 Let qemu work with latest bochsbios, by Bernhard Kauer. by ths · 18 years ago
  6. 70744b3 Fix typo in comment, by Andreas Faerber. by ths · 18 years ago
  7. 231c658 Make dynticks conditional on __linux__. Spotted by Andreas Faerber. by ths · 18 years ago
  8. 71cab5c Refactor VNC server setup API, by Daniel P. Berrange. by ths · 18 years ago
  9. 6ab43fd Avoid SEGV in IOHandler dispatch, by Daniel P. Berrange. by ths · 18 years ago
  10. 70f23b7 De-noise startup. by ths · 18 years ago
  11. efe7541 Add support for dynamic ticks, by Luca Tettamanti and Dan Kenigsberg. by ths · 18 years ago
  12. f3dcfad Implement -clock selection, by Luca Tettamanti. by ths · 18 years ago
  13. fcdc212 Suppress int<->pointer compiler warnings. by pbrook · 18 years ago
  14. c396a7f Windows build fix, spotted by Herve Poussineau. by ths · 18 years ago
  15. c40ec5a Add -clock option, by Luca Tettamanti. by ths · 18 years ago
  16. c899401 Rework alarm timer infrastrucure, by Luca Tettamanti. by ths · 18 years ago
  17. c3d2689 Basic OMAP310 support. Basic Palm Tungsten|E machine emulation. by balrog · 18 years ago
  18. 2b8f2d4 Optionally setup old style linux bootparams for -kernel, by Juergen Lock. by balrog · 18 years ago
  19. af3a903 New features for QEMU text console, by Stefan Weil. by ths · 18 years ago
  20. aeb30be Retry interrupted open() calls (proposed by Yigael Felishman). by balrog · 18 years ago
  21. fbd1711 Fix qemu_can_send_packet(), makes DHCP with multiple nics work - patch by Jason Wessel. by balrog · 18 years ago
  22. 45669e0 gdb stub support and loadvm should work together, patch by Jason Wessel by balrog · 18 years ago
  23. 15f8220 Sanitize exit codes of help queries, this time for real. by ths · 18 years ago
  24. 3fda388 Limit the use of qemu_chr_open_tty to __linux__ and __sun__, by Andreas Faerber. by ths · 18 years ago
  25. ea6e4fe Fix segfault when printing the help text, spotted by Stefan Weil. by ths · 18 years ago
  26. aec6250 Enable serial (tty) support on Solaris host, by Marion Hakanson. by ths · 18 years ago
  27. 610c3c8 Reset ARM cp15.c1_sys to default values. Fix XScale cp15 accesses. by balrog · 18 years ago
  28. 5c40d2b Kfreebsd config, by Aurelien Jarno. by ths · 18 years ago
  29. 35cc6f8 Return success for -M '?' query option. by ths · 18 years ago
  30. 8b6e072 Use HAS_ARG instead of numeric value (patch by Balazs Attila-Mihaly). by balrog · 18 years ago
  31. 47b2d33 Add USB HID keyboard. by balrog · 18 years ago
  32. 2ff8979 Fix segfault in -nographic mode, by Stefen Weil. by ths · 18 years ago
  33. 3780e19 Add alternate grab key, by Michael Mohr. by ths · 18 years ago
  34. f6d2a31 Wacom PenPartner tablet (virtual USB device). by balrog · 18 years ago
  35. 740733b Don't refresh a graphical screen when it isn't displayed, by Herve Poussineau. by ths · 18 years ago
  36. 20dcee9 MCF5208 emulation. by pbrook · 18 years ago
  37. 4f01035 Fix tap device counting. by pbrook · 18 years ago
  38. 833c717 Improved sanity checking to -net options by blueswir1 · 18 years ago
  39. a87295e M68k system mode semihosting. by pbrook · 18 years ago
  40. 2dc7b60 Commit NAND image changes on "commit all" or "commit mtd". by balrog · 18 years ago
  41. aa941b9 Savevm/loadvm bits for ARM core, the PXA2xx peripherals and Spitz hardware. by balrog · 18 years ago
  42. 0633879 m68k/ColdFire system emulation. by pbrook · 18 years ago
  43. 423f074 Add periodic timer implementation. by pbrook · 18 years ago
  44. 36ddb83 Fix sysrq support from the monitor mux (originally by Jason Wessel). by balrog · 18 years ago
  45. 72d4647 Windows: redirect serial port to console, by Herve Poussineau. by ths · 18 years ago
  46. f7cf794 Remove obsolete variables that came with VMware svga by mistake. by balrog · 18 years ago
  47. 6650860 Set OpenBIOS variables in NVRAM by blueswir1 · 18 years ago
  48. 9467cd4 -show-cursor switch to inhibit SDL hiding cursor. by balrog · 18 years ago
  49. b00052e Spitz PDA, example PXA270 machine (four similar models). by balrog · 18 years ago
  50. 3e3d581 NAND Flash memory emulation and ECC calculation helpers for use by NAND controllers. by balrog · 18 years ago
  51. a171fe3 Add remaining PXA2xx on-chip peripherals except I2C master. by balrog · 18 years ago
  52. 2bac601 Remove repeated code and enable encrypted SD cards and USB sticks images. by balrog · 18 years ago
  53. 201a51f PCMCIA bus support. Parts of CF-ATA command set. Hitachi DSCM microdrive emulation. by balrog · 18 years ago
  54. 931f03e Fix typo, by Linus Nordberg. by ths · 18 years ago
  55. 1a6c088 Evaluation boards for PowerPC 405EP. by j_mayer · 18 years ago
  56. 86f5566 Add -pflash option to register parallel flash bloc devices. by j_mayer · 18 years ago
  57. eee0b83 TCX 24 bit model support by blueswir1 · 18 years ago
  58. 877cf88 Fix compiler warning. by ths · 18 years ago
  59. e6b1e55 Win32 Tap inferface PPC Guest issue, by Ely Soto. by ths · 18 years ago
  60. ad6fe1d Acer Pica 61 machine, by Herve Poussineau. by ths · 18 years ago
  61. a1bb27b SD card emulation (initial implementation by Andrzei Zaborowski). by pbrook · 18 years ago
  62. eddf68a Integrate Alpha target in Qemu core. by j_mayer · 18 years ago
  63. d34cab9 VMware SVGA II emulation, by Andrzej Zaborowski. by ths · 18 years ago
  64. e0353fe Add SparcStation-10 machine by blueswir1 · 18 years ago
  65. 36cd921 Reorganise Sun4m to allow other machine types by blueswir1 · 18 years ago
  66. aa26bb2 qemu_create_pidfile implementation for Win32, based on a patch by by ths · 18 years ago
  67. a39437a Fix segfault with -nographic, by Enache Adrian. by ths · 18 years ago
  68. f5b1226 Windows sockets like to be different. Inspired by a patch from Alex Consul. by ths · 18 years ago
  69. 62724a3 Sparc32/64 CPU selection by blueswir1 · 18 years ago
  70. 6e65a42 Win32 build fix. FIXME: This disables locking of the pidfile, a by ths · 18 years ago
  71. 50d3eea Close file descriptors when execing network tap setup script, by by ths · 18 years ago
  72. 93815bc Improve -pidfile option, by Anthony Liguori. by ths · 18 years ago
  73. c35734b Add -name option, by Anthony Liguori. by ths · 18 years ago
  74. 33d68b5 MIPS -cpu selection support, by Herve Poussineau. by ths · 18 years ago
  75. 1196be3 Better ioport debugging output. by ths · 18 years ago
  76. bd967e0 SMP half-idle fix. by pbrook · 18 years ago
  77. 5adb483 Fix typo in help output. List ARM cpus. by pbrook · 18 years ago
  78. 3371d27 Implement --cpu for ARM. by pbrook · 18 years ago
  79. 94fc95c New -cpu options: choose CPU model for emulated target. by j_mayer · 18 years ago
  80. cafffd4 Make removing IOHandlers safe from within an IOHandler, by Anthony Liguori. by ths · 18 years ago
  81. cfc3475 Allow gdbstub to connect over any serial device. by pbrook · 18 years ago
  82. 9c1de61 Increase the number of multiplexed monitor devices. by ths · 18 years ago
  83. 0db1137 Change -tftp option to take a root directory, by Anthony Liguori. by ths · 18 years ago
  84. 47d5d01 Add -bootp option for slirp, by Anthony Liguori. by ths · 18 years ago
  85. d84fe7a Don't require a disk image for network boot, by Ferenc Wagner. by ths · 18 years ago
  86. 43523e9 -no-frame option for sdl, by Christian Laursen. by ths · 18 years ago
  87. 20d8a3e Monitor multiplexing, by Jason Wessel. by ths · 18 years ago
  88. 5867c88 Parport EPP support for Linux, by Marko Kohtala. by ths · 18 years ago
  89. d5d10bc Solaris tap device, by Sittichai Palingsong. by ths · 18 years ago
  90. 087f4ae Clean up serial code for Win 32, by Kazu. by ths · 18 years ago
  91. 970ac5a use ram allocation functions by bellard · 18 years ago
  92. c636bb6 gdbserver fix by bellard · 18 years ago
  93. 84f2e8e copyright update by bellard · 18 years ago
  94. 33ef55b Mingw build fix, by Johannes Schindelin. by ths · 18 years ago
  95. 6a1cbf6 script=no for the TUN/TAP net option, by Jean-Christian de Rivaz by ths · 18 years ago
  96. 4046d91 Use standard character device interface for gdbstub. by pbrook · 18 years ago
  97. f749998 Add nodelay option for TCP character devices. by pbrook · 18 years ago
  98. e5b0bc4 Rearrange char event handlers to fix CHR_EVENT_RESET. by pbrook · 18 years ago
  99. dff5efc Accept --foo as an alias for -foo. by pbrook · 18 years ago
  100. 64423fb Accept -help. by pbrook · 18 years ago