1. 6ca5582 add -qmp convinience switch by Gerd Hoffmann · 15 years ago
  2. 22a0e04 add new -mon switch by Gerd Hoffmann · 15 years ago
  3. 8858934 rework -monitor handling, switch to QemuOpts by Gerd Hoffmann · 15 years ago
  4. 3352163 un-static qemu_chr_parse_compat() by Gerd Hoffmann · 15 years ago
  5. aa40fc9 default devices: drives by Gerd Hoffmann · 15 years ago
  6. cb4522c default devices: network by Gerd Hoffmann · 15 years ago
  7. d8c208d default devices: add global cmd line option. by Gerd Hoffmann · 15 years ago
  8. 6446529 default devices: vga adapter. by Gerd Hoffmann · 15 years ago
  9. e1c0917 zap serial_monitor_mux by Gerd Hoffmann · 15 years ago
  10. abdeed0 default devices: qemu monitor. by Gerd Hoffmann · 15 years ago
  11. 6a5e8b0 default devices: parallel port. by Gerd Hoffmann · 15 years ago
  12. 998bbd7 default devices: core code & serial lines. by Gerd Hoffmann · 15 years ago
  13. 735ba58 vc: colorize chardev title line with blue background. by Gerd Hoffmann · 15 years ago
  14. 51bfa4d chardev: move greeting into vc backend. by Gerd Hoffmann · 15 years ago
  15. 014100b Revert "Set default console to virtio on S390x" by Gerd Hoffmann · 15 years ago
  16. 4e307fc Revert "monitor: Command-line flag to enable control mode" by Gerd Hoffmann · 15 years ago
  17. 1a688d3 chardev: make chardevs specified in config file work. by Gerd Hoffmann · 15 years ago
  18. 07a8de3 qdev: also match bus name for global properties by Gerd Hoffmann · 15 years ago
  19. d0fef6f qdev: add command line option to set global defaults for properties. by Gerd Hoffmann · 15 years ago
  20. 458fb67 qdev: make compat stuff more generic by Gerd Hoffmann · 15 years ago
  21. 4d6e3ac kvm: x86: Save/restore exception_index by Jan Kiszka · 15 years ago
  22. bd9d306 Fix recently added QERR_ definitions by Markus Armbruster · 15 years ago
  23. 556cd09 qdev: Replace device names containing whitespace by Markus Armbruster · 15 years ago
  24. 0638469 qdev: Separate USB product description from qdev name by Markus Armbruster · 15 years ago
  25. 0fe6d12 qdev: Rename USBDevice member devname to product_desc by Markus Armbruster · 15 years ago
  26. ba32eda fix rtc-td-hack on host without high-res timers by Gleb Natapov · 15 years ago
  27. 6d74ca5 virtio: verify features on load by Michael S. Tsirkin · 15 years ago
  28. b3c3f12 vmware_vga: add rom file so that it boots. by Dave Airlie · 15 years ago
  29. 20ff6c8 Do not abort on qemu_malloc(0) in production builds by Anthony Liguori · 15 years ago
  30. 725b8a6 Fix ARM userspace strex implementation. by Paul Brook · 15 years ago
  31. 7029a83 microblaze: Make boot_info static. by Edgar E. Iglesias · 15 years ago
  32. be5e834 microblaze: Add missing cpu_reset. by Edgar E. Iglesias · 15 years ago
  33. b4d34d5 microblaze: Boot and reset fixes. by Edgar E. Iglesias · 15 years ago
  34. 6287462 microblaze: Update disasm to latest GPLv2 version. by Edgar E. Iglesias · 15 years ago
  35. 7dbbbb0 qemu: delete rule target on error by Michael S. Tsirkin · 15 years ago
  36. 77e595e QMP: add human-readable description to error response by Markus Armbruster · 15 years ago
  37. 7cdfcfe monitor: convert do_getfd() to QError by Markus Armbruster · 15 years ago
  38. a488be2 QError: New QERR_TOO_MANY_FILES by Markus Armbruster · 15 years ago
  39. 7a046f5 New QERR_INVALID_PARAMETER by Markus Armbruster · 15 years ago
  40. 41471a2 QError: New QERR_FD_NOT_SUPPLIED by Markus Armbruster · 15 years ago
  41. 063c1a0 monitor: convert do_closefd() to QError by Markus Armbruster · 15 years ago
  42. c7c338c QError: New QERR_FD_NOT_FOUND by Markus Armbruster · 15 years ago
  43. ec3b82a monitor: convert do_change() to QObject, QError by Markus Armbruster · 15 years ago
  44. a6906e3 QError: New QERR_VNC_SERVER_FAILED by Markus Armbruster · 15 years ago
  45. 7a84cb2 QError: New QERR_SET_PASSWD_FAILED by Markus Armbruster · 15 years ago
  46. 17901e7 QError: New QERR_INVALID_BLOCK_FORMAT by Markus Armbruster · 15 years ago
  47. 2c2a6bb monitor: convert do_eject() to QError by Markus Armbruster · 15 years ago
  48. 5cfe026 QError: New QERR_DEVICE_NOT_REMOVABLE by Markus Armbruster · 15 years ago
  49. b086838 QError: New QERR_DEVICE_LOCKED by Markus Armbruster · 15 years ago
  50. e16a181 QError: Put error definitions in alphabetical order by Markus Armbruster · 15 years ago
  51. 2895e07 monitor: Fix double-prompt after "change vnc passwd BLA" by Markus Armbruster · 15 years ago
  52. 94171e1 monitor: do_cont(): Don't ask for passwords by Luiz Capitulino · 15 years ago
  53. 0df37c4 QError: new class for device encrypted errors by Luiz Capitulino · 15 years ago
  54. ad382a1 Merge commit 'mst/pci' into staging by Anthony Liguori · 15 years ago
  55. a3a55a2 monitor: Introduce 'block_passwd' command by Luiz Capitulino · 15 years ago
  56. f6d855c QError: Add class for invalid passwords by Luiz Capitulino · 15 years ago
  57. b6981cb pci: interrupt disable bit support by Michael S. Tsirkin · 15 years ago
  58. f9bf77d pci: interrupt status bit implementation by Michael S. Tsirkin · 15 years ago
  59. d036bb2 pci: prepare irq code for interrupt state by Michael S. Tsirkin · 15 years ago
  60. 5b5cb08 msix: function mask support by Michael S. Tsirkin · 15 years ago
  61. 2760952 msix: macro rename for function mask support by Michael S. Tsirkin · 15 years ago
  62. 6d9fef1 cpuid: Fix multicore setup on Intel by Andre Przywara · 15 years ago
  63. 6fb6d24 kvm: x86: Fix initial kvm_has_msr_star by Jan Kiszka · 15 years ago
  64. 5d7ff5b TCG: Mac OS X support for ppc64 target by Andreas Faerber · 15 years ago
  65. ee4660f Update OpenBIOS images to r640 by Blue Swirl · 15 years ago
  66. 749717a Add S390 maintainer information by Alexander Graf · 15 years ago
  67. 93d434b Set default console to virtio on S390x by Alexander Graf · 15 years ago
  68. afcb0e4 S390 GDB stub by Alexander Graf · 15 years ago
  69. 8cb310e Add S390x virtio machine description by Alexander Graf · 15 years ago
  70. f3304ee Add S390x virtio machine bus by Alexander Graf · 15 years ago
  71. 10c339a Add support for S390x system emulation by Alexander Graf · 15 years ago
  72. 6b02494 Allocate physical memory in low virtual address space by Alexander Graf · 15 years ago
  73. 0e60a69 Add KVM support for S390x by Alexander Graf · 15 years ago
  74. 2827822 S/390 fake TCG implementation by Alexander Graf · 15 years ago
  75. 24e804ec S/390 host/target build system support by Alexander Graf · 15 years ago
  76. 10ec511 S/390 CPU fake emulation by Alexander Graf · 15 years ago
  77. 2a90358 Sparc64: handle MMU global bit and nucleus context by Blue Swirl · 15 years ago
  78. dd5121b monitor: fix use of plain integer as NULL pointer, spotted by Sparse by Blue Swirl · 15 years ago
  79. d05ac8f Add "static" to please Sparse by Blue Swirl · 15 years ago
  80. 407f879 scsi: fix incorrect ?: use by Blue Swirl · 15 years ago
  81. d08d6f0 monitor: use qemu_gettimeofday(), not gettimeofday() by Blue Swirl · 15 years ago
  82. 08fd0fa win32: fix variable use before initialization by Blue Swirl · 15 years ago
  83. 242cd00 monitor: rename EVENT_* to QEVENT_* to avoid conflict on mingw32 by Blue Swirl · 15 years ago
  84. 31a68d5 Sparc64: fix compilation with DEBUG_MMU by Blue Swirl · 15 years ago
  85. fe0d612 ide: implement stub for audio control/volume read by Thadeu Lima de Souza Cascardo · 15 years ago
  86. a70089c ide: Use some already defined page macros instead of constants by Thadeu Lima de Souza Cascardo · 15 years ago
  87. b8f6ba0 eepro100: Improve debug messages by Stefan Weil · 15 years ago
  88. 9ea3778 Remove rule for config-devices.h by Stefan Weil · 15 years ago
  89. ec16928 eepro100: Allocate a larger buffer for regname() by David Benjamin · 15 years ago
  90. 5f370b1 multiboot: Use signed type for negative error numbers by Kevin Wolf · 15 years ago
  91. 6769da2 posix-aio-compat: Fix error check by Kevin Wolf · 15 years ago
  92. 7078dea qemu-img: Fix memory leak by Kevin Wolf · 15 years ago
  93. b4b2f05 Fix compile error when LSI_DEBUG is defined by Ryan Harper · 15 years ago
  94. 01d86a8 Fix build for mingw32 on windows ($$ expansion) by Stefan Weil · 15 years ago
  95. 7ebf54b Fix build for mingw32 on windows ($@ in macro) by Stefan Weil · 15 years ago
  96. b10fec9 e1000: Fix warning from code review by Stefan Weil · 15 years ago
  97. 53ea95d multiboot: Fix module loading and setting of mmap. by Adam Lackorzynski · 15 years ago
  98. dc61b0d Make -kernel for linux work with bochsbios by Alexander Graf · 15 years ago
  99. 0745eb1 Fix recently introduced bugs in -usbdevice host by Markus Armbruster · 15 years ago
  100. 21eb3a2 Fix description of size parameter in qemu-img's help text by Pierre Riteau · 15 years ago