1. d967b2f QMP: add snapshot-blkdev-sync command by Jes Sorensen · 14 years ago
  2. e9b4b43 HMP: Use QMP inject nmi implementation by Luiz Capitulino · 14 years ago
  3. 2ea720d hmp-commands.hx: fix badly merged client_migrate_info command by Jes Sorensen · 14 years ago
  4. 982aa95 Change snapshot_blkdev hmp to use correct argument type for device by Jes Sorensen · 14 years ago
  5. b3a9836 Merge remote branch 'qemu-kvm/uq/master' into staging by Anthony Liguori · 14 years ago
  6. 9363ee3 Merge remote branch 'spice/spice.v29.pull' into staging by Anthony Liguori · 14 years ago
  7. 6d4a2b3 block: add block_resize monitor command by Christoph Hellwig · 14 years ago
  8. e866e23 spice/vnc: client migration. by Gerd Hoffmann · 15 years ago
  9. 31ce5e0 Add "broadcast" option for mce command by Jin Dongming · 14 years ago
  10. a7bd621 Merge remote branch 'mst/for_anthony' into staging by Anthony Liguori · 14 years ago
  11. 818c2e1 Merge branch 'spice.v23.pull' of git://anongit.freedesktop.org/spice/qemu by Aurelien Jarno · 14 years ago
  12. 2ae63bd pcie/aer: glue aer error injection into qemu monitor by Isaku Yamahata · 14 years ago
  13. d41160a Sparc: implement monitor command 'info tlb' by Blue Swirl · 14 years ago
  14. f888256 Introduce do_snapshot_blkdev() and monitor command to handle it. by Jes Sorensen · 14 years ago
  15. 7572150 vnc/spice: add set_passwd monitor command. by Gerd Hoffmann · 14 years ago
  16. 9063f81 Implement drive_del to decouple block removal from device removal by Ryan Harper · 14 years ago
  17. ed3d4a8 Switch migrate_set_speed() to take an 'o' argument rather than a float. by Jes Sorensen · 14 years ago
  18. acd0a09 Monitor: Rename the qemu-monitor.hx file by Luiz Capitulino · 14 years ago[Renamed from qemu-monitor.hx]
  19. 30f5041 Monitor: Drop QMP info from the qemu-monitor.hx file by Luiz Capitulino · 14 years ago
  20. 1162daa Monitor: Convert do_info() back to HMP by Luiz Capitulino · 14 years ago
  21. c5ceb52 trace: Add trace-file command to open/close/flush trace file by Stefan Hajnoczi · 14 years ago
  22. 22890ab trace: Support for dynamically enabling/disabling trace events by Prerna Saxena · 15 years ago
  23. 05705ce QMP doc: Add 'Stability Considerations' section by Luiz Capitulino · 14 years ago
  24. 6597e1a QMP: update 'query-version' documentation by Miguel Di Ciurcio Filho · 14 years ago
  25. 8ac470c monitor: Establish cmd flags and convert the async tag by Jan Kiszka · 15 years ago
  26. ea4e78e monitor/QMP: Drop info hpet / query-hpet by Jan Kiszka · 15 years ago
  27. b40292e QMP: Introduce commands documentation by Jan Kiszka · 15 years ago
  28. 33572ec monitor: Reorder info documentation by Jan Kiszka · 15 years ago
  29. 3c05613 Fix typo in balloon help by Riccardo Magliocchetti · 15 years ago
  30. d8e06f9 doc: Update monitor info subcommands by Stefan Hajnoczi · 15 years ago
  31. b752daf Revert "monitor: Convert do_pci_device_hot_remove() to QObject" by Markus Armbruster · 15 years ago
  32. 6c6a58a Revert "PCI: Convert pci_device_hot_add() to QObject" by Markus Armbruster · 15 years ago
  33. 54d7cf1 doc: Clean up monitor command function index by Markus Armbruster · 15 years ago
  34. c427ea9 doc: Heading for monitor command cpu got lost, restore it by Markus Armbruster · 15 years ago
  35. 0e4aec9 doc: Fix acl monitor command documentation by Markus Armbruster · 15 years ago
  36. 21413d6 doc: Fix host forwarding monitor command documentation by Markus Armbruster · 15 years ago
  37. f1dc58e Monitor: Convert do_screen_dump() to QObject by Luiz Capitulino · 15 years ago
  38. 5369e3c monitor: Convert do_set_link() to QObject, QError by Markus Armbruster · 15 years ago
  39. c9b26a4 monitor: Use argument type 'b' for set_link by Markus Armbruster · 15 years ago
  40. ee9545d monitor: Rename argument type 'b' to 'f' by Markus Armbruster · 15 years ago
  41. ae82d32 monitor: New commands netdev_add, netdev_del by Markus Armbruster · 15 years ago
  42. 17a38ea monitor: convert do_device_del() to QObject, QError by Markus Armbruster · 15 years ago
  43. 8bc2724 monitor: convert do_device_add() to QObject by Markus Armbruster · 15 years ago
  44. c7e4e8c monitor: Use argument type 'O' for device_add by Markus Armbruster · 15 years ago
  45. 261394d Monitor: Rename cmd_new_ret() by Luiz Capitulino · 15 years ago
  46. 0bbc47b Monitor: Convert do_change() to cmd_new_ret() by Luiz Capitulino · 15 years ago
  47. 4fdc94b Monitor: Convert do_info() to cmd_new_ret() by Luiz Capitulino · 15 years ago
  48. fe38a32 Monitor: Convert do_physical_memory_save() to cmd_new_ret() by Luiz Capitulino · 15 years ago
  49. 9869622 Monitor: Convert do_memory_save() to cmd_new_ret() by Luiz Capitulino · 15 years ago
  50. b5d17ad Monitor: Convert do_migrate() to cmd_new_ret() by Luiz Capitulino · 15 years ago
  51. 053801b Monitor: Convert pci_device_hot_remove() to cmd_new_ret() by Luiz Capitulino · 15 years ago
  52. 395560c Monitor: Convert pci_device_hot_add() to cmd_new_ret() by Luiz Capitulino · 15 years ago
  53. aeb91c1 Monitor: Convert do_closefd() to cmd_new_ret() by Luiz Capitulino · 15 years ago
  54. 6ad3ebd Monitor: Convert do_getfd() to cmd_new_ret() by Luiz Capitulino · 15 years ago
  55. ba85d35 Monitor: Convert do_block_set_passwd() to cmd_new_ret() by Luiz Capitulino · 15 years ago
  56. 584cbdb Monitor: Convert do_cpu_set() to cmd_new_ret() by Luiz Capitulino · 15 years ago
  57. 9b9d4d9 Monitor: Convert do_eject() to cmd_new_ret() by Luiz Capitulino · 15 years ago
  58. d5a7b38 Monitor: Convert do_cont() to cmd_new_ret() by Luiz Capitulino · 15 years ago
  59. ef4b7ee Monitor: Convert simple handlers to cmd_new_ret() by Luiz Capitulino · 15 years ago
  60. 4a7e119 QMP: Introduce the qmp_capabilities command by Luiz Capitulino · 15 years ago
  61. 70fcbbe Documentation: Add monitor commands to function index by Stefan Weil · 15 years ago
  62. c6027f5 monitor: convert do_migrate_set_downtime() to QObject by Markus Armbruster · 15 years ago
  63. b0fbf7d monitor: Use argument type 'T' for migrate_set_downtime by Markus Armbruster · 15 years ago
  64. 5fd9083 monitor: convert do_migrate_set_speed() to QObject by Markus Armbruster · 15 years ago
  65. 5667c49 monitor: Use argument type 'b' for migrate_set_speed by Markus Armbruster · 15 years ago
  66. 625a5be virtio: Add memory statistics reporting to the balloon driver by Adam Litke · 15 years ago
  67. 81a1b45 monitor: convert do_cpu_set() to QObject, QError by Markus Armbruster · 15 years ago
  68. 13232b8 Revert "monitor: Convert do_migrate_set_speed() to QObject" by Anthony Liguori · 15 years ago
  69. 3b0bd6e monitor: do_balloon(): Use 'M' argument type by Luiz Capitulino · 15 years ago
  70. 78d714e monitor: Use 'device' in eject by Luiz Capitulino · 15 years ago
  71. 7a344f7 PCI: Convert pci_device_hot_add() to QObject by Luiz Capitulino · 15 years ago
  72. ec3b82a monitor: convert do_change() to QObject, QError by Markus Armbruster · 15 years ago
  73. a3a55a2 monitor: Introduce 'block_passwd' command by Luiz Capitulino · 15 years ago
  74. fbc3d96 Enable migration without shared storage from the monitor by lirans@il.ibm.com · 15 years ago
  75. 18f3a51 monitor: Convert do_closefd() to QObject by Luiz Capitulino · 15 years ago
  76. f0d6000 monitor: Convert do_getfd() to QObject by Luiz Capitulino · 15 years ago
  77. e1c923a monitor: Convert do_eject() to QObject by Luiz Capitulino · 15 years ago
  78. 6848d82 monitor: Convert do_pci_device_hot_remove() to QObject by Luiz Capitulino · 15 years ago
  79. 911d296 monitor: Convert do_migrate_cancel() to QObject by Luiz Capitulino · 15 years ago
  80. 3a49210 monitor: Convert do_migrate_set_speed() to QObject by Luiz Capitulino · 15 years ago
  81. 5f79da0 monitor: Convert do_migrate() to QObject by Luiz Capitulino · 15 years ago
  82. 18f5a8b monitor: Convert do_physical_memory_save() to QObject by Luiz Capitulino · 15 years ago
  83. 57e0945 monitor: Convert do_memory_save() to QObject by Luiz Capitulino · 15 years ago
  84. 83fb1de monitor: Convert do_balloon() to QObject by Luiz Capitulino · 15 years ago
  85. a1f896a monitor: Convert do_cont() to QObject by Luiz Capitulino · 15 years ago
  86. 4307666 monitor: Convert do_system_powerdown() to QObject by Luiz Capitulino · 15 years ago
  87. c80d259 monitor: Convert do_system_reset() to QObject by Luiz Capitulino · 15 years ago
  88. e0c97bd monitor: Convert do_stop() to QObject by Luiz Capitulino · 15 years ago
  89. b223f35 monitor: Convert do_quit() do QObject by Luiz Capitulino · 15 years ago
  90. 13c7425 monitor: do_info(): handle new and old info handlers by Luiz Capitulino · 15 years ago
  91. af4ce88 monitor: union for command handlers by Luiz Capitulino · 15 years ago
  92. d7f9b68 monitor: Convert mon_cmd_t initializations to C99 style by Luiz Capitulino · 15 years ago
  93. 3418bd2 qdev hotplug: infrastructure and monitor commands. by Gerd Hoffmann · 15 years ago
  94. e0fed6c monitor: Fix do_wav_capture() argument type by Luiz Capitulino · 15 years ago
  95. 075e36b monitor: Fix do_commit() argument type by Luiz Capitulino · 15 years ago
  96. 4d76d2b monitor: New format for handlers argument types by Luiz Capitulino · 15 years ago
  97. 3818318 Add wrappers to functions used by the Monitor by Luiz Capitulino · 15 years ago
  98. 4a1418e Unbreak large mem support by removing kqemu by Anthony Liguori · 15 years ago
  99. f07918f Add getfd and closefd monitor commands by Mark McLoughlin · 15 years ago
  100. f114784 monitor: Add port write command by Jan Kiszka · 15 years ago