1. 45a50b1 Reorganize option rom (+linux kernel) loading. by Gerd Hoffmann · 15 years ago
  2. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
  3. 99a0949 Get rid of _t suffix by malc · 15 years ago
  4. e9a6625 Fix build with profiler enabled by Aurelien Jarno · 15 years ago
  5. afcea8c ioports: remove unused env parameter and compile only once by Blue Swirl · 15 years ago
  6. 72cf2d4 Fix sys-queue.h conflict for good by Blue Swirl · 15 years ago
  7. 6ee093c Unexport ticks_per_sec variable. Create get_ticks_per_sec() function by Juan Quintela · 15 years ago
  8. a7aec5d monitor: fix muxing by Gerd Hoffmann · 15 years ago
  9. fb46660 monitor: Update supported types documentation by Luiz Capitulino · 15 years ago
  10. 675ebef monitor: fail when 'i' type is greater than 32-bit by Luiz Capitulino · 15 years ago
  11. 5377358 monitor: Drop args[] handling code by Luiz Capitulino · 15 years ago
  12. 590fb3b monitor: Drop str_allocated[] by Luiz Capitulino · 15 years ago
  13. 439bcb6 monitor: Drop unused macros by Luiz Capitulino · 15 years ago
  14. 55f81d9 monitor: Split monitor_handle_command() by Luiz Capitulino · 15 years ago
  15. 37b7ad4 monitor: Port handler_10 to use QDict by Luiz Capitulino · 15 years ago
  16. 6d1cac3 monitor: Drop handler_8 and handler_9 by Luiz Capitulino · 15 years ago
  17. c192548 monitor: Port handler_7 to use QDict by Luiz Capitulino · 15 years ago
  18. aa93e39 monitor: Port handler_6 to use QDict by Luiz Capitulino · 15 years ago
  19. 1bd1442 monitor: Port handler_5 to use QDict by Luiz Capitulino · 15 years ago
  20. afe67ef monitor: Port handler_4 to use QDict by Luiz Capitulino · 15 years ago
  21. 1d4daa9 monitor: Port handler_3 to use QDict by Luiz Capitulino · 15 years ago
  22. f18c16d monitor: Port handler_2 to use QDict by Luiz Capitulino · 15 years ago
  23. d54908a monitor: Port handler_1 to use QDict by Luiz Capitulino · 15 years ago
  24. f96fc8a monitor: Port handler_0 to use QDict by Luiz Capitulino · 15 years ago
  25. f7188bb monitor: Setup a QDict with arguments to handlers by Luiz Capitulino · 15 years ago
  26. 4d76d2b monitor: New format for handlers argument types by Luiz Capitulino · 15 years ago
  27. 3818318 Add wrappers to functions used by the Monitor by Luiz Capitulino · 15 years ago
  28. 528e93a Fix breakage due to __thread by Blue Swirl · 15 years ago
  29. ac7531e add qemu_error() + friends by Gerd Hoffmann · 15 years ago
  30. 4c0960c kvm: Simplify cpu_synchronize_state() by Avi Kivity · 15 years ago
  31. 05f2401 make load_vmstate() return errors by Juan Quintela · 15 years ago
  32. c8d41b2 move do_loadvm() to monitor.c by Juan Quintela · 15 years ago
  33. 4a1418e Unbreak large mem support by removing kqemu by Anthony Liguori · 15 years ago
  34. 2a1704a Fix device name completion for 'eject' by Blue Swirl · 15 years ago
  35. f6c64e0 rename "info qdrv" to "info qdm" by Gerd Hoffmann · 15 years ago
  36. 73006d2 Fix do_commit() behavior by Luiz Capitulino · 15 years ago
  37. 660f11b Fix Sparse warnings: "Using plain integer as NULL pointer" by Blue Swirl · 15 years ago
  38. 9316d30 qdev/core: add monitor command to list all drivers by Gerd Hoffmann · 15 years ago
  39. 751c6a1 kill drives_table by Gerd Hoffmann · 15 years ago
  40. 7768e04 Add monitor_get_fd() command for fetching named fds by Mark McLoughlin · 15 years ago
  41. f07918f Add getfd and closefd monitor commands by Mark McLoughlin · 15 years ago
  42. f114784 monitor: Add port write command by Jan Kiszka · 15 years ago
  43. 76e30d0 Move boot_set callback backend by Jan Kiszka · 16 years ago
  44. d56dd6c use constant IOPORTS_MASK instead of 0xffff. by Isaku Yamahata · 16 years ago
  45. 79c4f6b QEMU: MCE: Add MCE simulation to qemu/tcg by Huang Ying · 16 years ago
  46. 15dfcd4 monitor: Refactor acl commnds by Jan Kiszka · 16 years ago
  47. f3353c6 monitor: Add completion for help command by Jan Kiszka · 16 years ago
  48. 0fe6a7f slirp: Drop statistic code by Jan Kiszka · 16 years ago
  49. 6dbe553 slirp: Add info usernet for dumping connection states by Jan Kiszka · 16 years ago
  50. 4590fd8 monitor: Introduce get_command_name() by Luiz Capitulino · 16 years ago
  51. 7869001 monitor: Remove unused variable by Luiz Capitulino · 16 years ago
  52. a84b785 monitor: Remove uneeded 'return' statement by Luiz Capitulino · 16 years ago
  53. d91d9bf monitor: Remove uneeded goto by Luiz Capitulino · 16 years ago
  54. 2313086 Use hxtool to generate monitor documentation and C structures by Blue Swirl · 16 years ago
  55. cae4956 qdev: add monitor command to dump the tree. by Gerd Hoffmann · 16 years ago
  56. 1c6ed9f User networking: Show active connections by Alexander Graf · 16 years ago
  57. c1261d8 User Networking: Enable removal of redirections by Alexander Graf · 16 years ago
  58. 322f9d0 Drop CONFIG_GDBSTUB by Jan Kiszka · 16 years ago
  59. 9dd986c Hardware watchdog by Richard W.M. Jones · 16 years ago
  60. b28b623 monitor: Fix warning in do_info_numa (Jan Kiszka) by aliguori · 16 years ago
  61. 030ea37 add info numa command to monitor (Andre Przywara) by aliguori · 16 years ago
  62. d4ebe19 slirp: Enhance host-guest redirection setup (Jan Kiszka) by aliguori · 16 years ago
  63. a66b11b monitor: Allow host_net_add/remove for all targets (Jan Kiszka) by aliguori · 16 years ago
  64. 5c8be67 monitor: Improve host_net_add (Jan Kiszka) by aliguori · 16 years ago
  65. bb9ea79 net: Add support for capturing VLANs (Jan Kiszka) by aliguori · 16 years ago
  66. 640f42e kqemu: merge CONFIG_KQEMU and USE_KQEMU by blueswir1 · 16 years ago
  67. cd33fee monitor: Update command help (Jan Kiszka) by aliguori · 16 years ago
  68. 4a19f1e Add --with-pkgversion. by pbrook · 16 years ago
  69. 1b530a6 Add new command line option -singlestep for tcg single stepping. by aurel32 · 16 years ago
  70. 59030a8 gdbstub: Rework configuration via command line and monitor (Jan Kiszka) by aliguori · 16 years ago
  71. 36556b2 gdbstub: Allow re-instantiation (Jan Kiszka) by aliguori · 16 years ago
  72. d154615 monitor: sync from kvm state before generating output (Jan Kiszka) by aliguori · 16 years ago
  73. e600d1e Multi-key completion for sendkey by blueswir1 · 16 years ago
  74. 511d2b1 Sparse fixes: NULL use, header order, ANSI prototypes, static by blueswir1 · 16 years ago
  75. 28a76be Remove tabs introduced from VNC ACL series by aliguori · 16 years ago
  76. 76655d6 Support ACLs for controlling VNC access ("Daniel P. Berrange") by aliguori · 16 years ago
  77. cde76ee monitor: Introduce MONITOR_USE_READLINE flag (Jan Kiszka) by aliguori · 16 years ago
  78. 2724b18 monitor: Improve mux'ed console experience (Jan Kiszka) by aliguori · 16 years ago
  79. 731b036 monitor: Decouple terminals (Jan Kiszka) by aliguori · 16 years ago
  80. 4c36ba3 monitor: Introduce ReadLineState (Jan Kiszka) by aliguori · 16 years ago
  81. bb80604 monitor: Drop banner hiding (Jan Kiszka) by aliguori · 16 years ago
  82. 8712716 monitor: Rework terminal management (Jan Kiszka) by aliguori · 16 years ago
  83. 376253e monitor: Rework API (Jan Kiszka) by aliguori · 16 years ago
  84. bb5fc20 monitor: Rework modal password input (Jan Kiszka) by aliguori · 16 years ago
  85. 9dd442b monitor: Break out readline_show_prompt (Jan Kiszka) by aliguori · 16 years ago
  86. f220174 monitor: Simplify password input mode (Jan Kiszka) by aliguori · 16 years ago
  87. c0f4ce7 monitor: Rework early disk password inquiry (Jan Kiszka) by aliguori · 16 years ago
  88. 51de976 block: Improve bdrv_iterate (Jan Kiszka) by aliguori · 16 years ago
  89. 7c664e2 SH4: Added monitoring of TLBs by aurel32 · 16 years ago
  90. 6f338c3 qemu: PCI device, disk and host network hot-add / hot-remove (Marcelo Tosatti) by aliguori · 16 years ago
  91. f029bd9 Add a description for the set_link monitor command. by aliguori · 16 years ago
  92. 1eec614 toplevel: remove error handling from qemu_malloc() callers (Avi Kivity) by aliguori · 16 years ago
  93. d2c639d Synch code, help and docs by blueswir1 · 16 years ago
  94. 436e5e5 Add 'set_link' monitor command (Mark McLoughlin) by aliguori · 16 years ago
  95. 60cbfb9 Fix -Werror=format-security warning (Frederik Himpe/Lennert Buytenhek) by blueswir1 · 16 years ago
  96. 6f9c5ee new monitor func status by aurel32 · 16 years ago
  97. bf4f74c Fix warnings introduced by commit 6081 by aurel32 · 16 years ago
  98. 16b29ae Add HPET emulation to qemu (Beth Kon) by aliguori · 16 years ago
  99. 2569da0 Accept password as an argument to 'change vnc password' monitor command (Chris Webb) by aliguori · 16 years ago
  100. 2a7e8dd Fix off-by-one bug limiting VNC passwords to 7 chars (Chris Webb) by aliguori · 16 years ago