1. 09069b1 QMP: Enforce capability negotiation rules by Luiz Capitulino · 14 years ago
  2. 4a7e119 QMP: Introduce the qmp_capabilities command by Luiz Capitulino · 14 years ago
  3. ca9567e QMP: Add QEMU's version to the greeting message by Luiz Capitulino · 14 years ago
  4. aa1db6e QMP: BLOCK_IO_ERROR event handling by Luiz Capitulino · 14 years ago
  5. cc0c418 monitor: Use QERR_INVALID_PARAMETER instead of QERR_INVALID_CPU_INDEX by Markus Armbruster · 14 years ago
  6. fccfb11e monitor: New argument type 'T' by Markus Armbruster · 14 years ago
  7. 3350a4d monitor: New argument type 'b' by Markus Armbruster · 14 years ago
  8. 9fec543 monitor: Document argument type 'M' by Markus Armbruster · 14 years ago
  9. 82617d7 Monitor: Fix command execution regression by Luiz Capitulino · 14 years ago
  10. 625a5be virtio: Add memory statistics reporting to the balloon driver by Adam Litke · 14 years ago
  11. 940cc30 New API for asynchronous monitor commands by Adam Litke · 14 years ago
  12. 163c8a5 PCI: Convert pci_info() to QObject by Luiz Capitulino · 14 years ago
  13. 27e3ddd monitor.c: fix warnings with _FORTIFY_SOURCE by Kirill A. Shutemov · 14 years ago
  14. 81a1b45 monitor: convert do_cpu_set() to QObject, QError by Markus Armbruster · 14 years ago
  15. 95fada8 monitor: convert do_physical_memory_save() to QError by Markus Armbruster · 14 years ago
  16. c34ed28 monitor: convert do_memory_save() to QError by Markus Armbruster · 14 years ago
  17. 09b9418 monitor: Don't check for mon_get_cpu() failure by Markus Armbruster · 14 years ago
  18. 23fabed QMP: Fix asynchronous events delivery by Luiz Capitulino · 14 years ago
  19. f5edb01 Clean-up a little bit the RW related bits of BDRV_O_FLAGS. BDRV_O_RDONLY gone (and so is BDRV_O_ACCESS). Default value for bdrv_flags (0/zero) is READ-ONLY. Need to explicitly request READ-WRITE. by Naphtali Sprei · 14 years ago
  20. f039a56 QMP: Emit asynchronous events on all QMP monitors by Adam Litke · 14 years ago
  21. 0d2ed46 QMP: Introduce VNC_INITIALIZED event by Luiz Capitulino · 14 years ago
  22. 0d72f3d QMP: Introduce VNC_DISCONNECTED event by Luiz Capitulino · 14 years ago
  23. 586153d QMP: Introduce VNC_CONNECTED event by Luiz Capitulino · 14 years ago
  24. 23842aa monitor: fix dead assignment spotted by clang by Blue Swirl · 14 years ago
  25. 3d72f9a QMP: Don't free async event's 'data' by Luiz Capitulino · 14 years ago
  26. 810f49b QMP: Drop wrong assert() by Luiz Capitulino · 15 years ago
  27. 3b0bd6e monitor: do_balloon(): Use 'M' argument type by Luiz Capitulino · 15 years ago
  28. b6e098d monitor: Introduce 'M' argument type by Luiz Capitulino · 15 years ago
  29. 3661d51 QMP: Assure that returned data is a QDict by Luiz Capitulino · 15 years ago
  30. 0abc657 QMP: Return an empty dict by default by Luiz Capitulino · 15 years ago
  31. 43e713c QMP: Only handle converted commands by Luiz Capitulino · 15 years ago
  32. c62313b monitor: Accept input only byte-wise by Jan Kiszka · 15 years ago
  33. 2daa119 monitor: Catch printing to non-existent monitor by Luiz Capitulino · 15 years ago
  34. 183e6e5 monitor: Avoid readline functions in QMP by Luiz Capitulino · 15 years ago
  35. cfdf2c4 monitor: do_balloon(): Check for errors by Luiz Capitulino · 15 years ago
  36. 78d714e monitor: Use 'device' in eject by Luiz Capitulino · 15 years ago
  37. d96fd29 VNC: Convert do_info_vnc() to QObject by Luiz Capitulino · 15 years ago
  38. 588b383 char: Convert qemu_chr_info() to QObject by Luiz Capitulino · 15 years ago
  39. 218a536 block: Convert bdrv_info_stats() to QObject by Luiz Capitulino · 15 years ago
  40. d15e546 block: Convert bdrv_info() to QObject by Luiz Capitulino · 15 years ago
  41. c86a668 migration: Convert do_info_migrate() to QObject by Luiz Capitulino · 15 years ago
  42. e78c48e monitor: Convert do_info_mice() to QObject by Luiz Capitulino · 15 years ago
  43. 9603ceb monitor: Convert do_info_uuid() to QObject by Luiz Capitulino · 15 years ago
  44. 14f0720 monitor: Convert do_info_hpet() to QObject by Luiz Capitulino · 15 years ago
  45. e05486c monitor: Convert do_info_name() to QObject by Luiz Capitulino · 15 years ago
  46. 2af5ba7 monitor: Convert do_info_kvm() to QObject by Luiz Capitulino · 15 years ago
  47. c0e8520 monitor: Convert do_info_status() to QObject by Luiz Capitulino · 15 years ago
  48. 45e914c monitor: do_info_version(): Use QDict by Luiz Capitulino · 15 years ago
  49. 55483ad monitor: do_info_cpus(): Use QBool by Luiz Capitulino · 15 years ago
  50. 1a72867 monitor: Fix do_info_commands() output by Luiz Capitulino · 15 years ago
  51. 7f17967 monitor: Fix do_info_balloon() output by Luiz Capitulino · 15 years ago
  52. 4e307fc Revert "monitor: Command-line flag to enable control mode" by Gerd Hoffmann · 15 years ago
  53. 77e595e QMP: add human-readable description to error response by Markus Armbruster · 15 years ago
  54. 7cdfcfe monitor: convert do_getfd() to QError by Markus Armbruster · 15 years ago
  55. 063c1a0 monitor: convert do_closefd() to QError by Markus Armbruster · 15 years ago
  56. ec3b82a monitor: convert do_change() to QObject, QError by Markus Armbruster · 15 years ago
  57. 2c2a6bb monitor: convert do_eject() to QError by Markus Armbruster · 15 years ago
  58. 2895e07 monitor: Fix double-prompt after "change vnc passwd BLA" by Markus Armbruster · 15 years ago
  59. 94171e1 monitor: do_cont(): Don't ask for passwords by Luiz Capitulino · 15 years ago
  60. a3a55a2 monitor: Introduce 'block_passwd' command by Luiz Capitulino · 15 years ago
  61. dd5121b monitor: fix use of plain integer as NULL pointer, spotted by Sparse by Blue Swirl · 15 years ago
  62. d08d6f0 monitor: use qemu_gettimeofday(), not gettimeofday() by Blue Swirl · 15 years ago
  63. 242cd00 monitor: rename EVENT_* to QEVENT_* to avoid conflict on mingw32 by Blue Swirl · 15 years ago
  64. 68ac40d net: move slirp code from net.c to net/slirp.c by Mark McLoughlin · 15 years ago
  65. 4a29a85 QMP: Disable monitor print functions by Luiz Capitulino · 15 years ago
  66. b1a15e7 QMP: Introduce basic asynchronous events by Luiz Capitulino · 15 years ago
  67. 0d1ea87 QMP: Asynchronous events infrastructure by Luiz Capitulino · 15 years ago
  68. 5e23f48 QMP: Allow 'query-' commands by Luiz Capitulino · 15 years ago
  69. 5fa737a QMP: Input support by Luiz Capitulino · 15 years ago
  70. 956f1a0 QMP: do_info() checks by Luiz Capitulino · 15 years ago
  71. 25b422e QMP: Output support by Luiz Capitulino · 15 years ago
  72. 9b57c02 QMP: Initial support by Luiz Capitulino · 15 years ago
  73. e3bba9d monitor: Introduce 'info commands' by Luiz Capitulino · 15 years ago
  74. f3c157c monitor: Rename monitor_handle_command() by Luiz Capitulino · 15 years ago
  75. 7fd669a monitor: Introduce monitor_find_command() by Luiz Capitulino · 15 years ago
  76. 99e2fc1 monitor: Introduce monitor_call_handler() by Luiz Capitulino · 15 years ago
  77. adcb181 monitor: Command-line flag to enable control mode by Luiz Capitulino · 15 years ago
  78. 418173c monitor: Introduce MONITOR_USE_CONTROL flag by Luiz Capitulino · 15 years ago
  79. 5d6c37f monitor: do_info_balloon(): Use QError by Luiz Capitulino · 15 years ago
  80. 8204a91 monitor: QError support by Luiz Capitulino · 15 years ago
  81. fbc3d96 Enable migration without shared storage from the monitor by lirans@il.ibm.com · 15 years ago
  82. eb85201 Configurable block format whitelist by Markus Armbruster · 15 years ago
  83. 18f3a51 monitor: Convert do_closefd() to QObject by Luiz Capitulino · 15 years ago
  84. f0d6000 monitor: Convert do_getfd() to QObject by Luiz Capitulino · 15 years ago
  85. e1c923a monitor: Convert do_eject() to QObject by Luiz Capitulino · 15 years ago
  86. 18f5a8b monitor: Convert do_physical_memory_save() to QObject by Luiz Capitulino · 15 years ago
  87. 57e0945 monitor: Convert do_memory_save() to QObject by Luiz Capitulino · 15 years ago
  88. b6b8df5 char: rename CHR_EVENT_RESET to CHR_EVENT_OPENED by Amit Shah · 15 years ago
  89. 8f3cec0 monitor: Convert do_info_cpus() to QObject by Luiz Capitulino · 15 years ago
  90. cc1d9c7 monitor: Convert do_info_balloon() to QObject by Luiz Capitulino · 15 years ago
  91. ab2d318 monitor: Convert do_info_version() to QObject by Luiz Capitulino · 15 years ago
  92. 83fb1de monitor: Convert do_balloon() to QObject by Luiz Capitulino · 15 years ago
  93. a1f896a monitor: Convert do_cont() to QObject by Luiz Capitulino · 15 years ago
  94. 4307666 monitor: Convert do_system_powerdown() to QObject by Luiz Capitulino · 15 years ago
  95. c80d259 monitor: Convert do_system_reset() to QObject by Luiz Capitulino · 15 years ago
  96. e0c97bd monitor: Convert do_stop() to QObject by Luiz Capitulino · 15 years ago
  97. b223f35 monitor: Convert do_quit() do QObject by Luiz Capitulino · 15 years ago
  98. 13c7425 monitor: do_info(): handle new and old info handlers by Luiz Capitulino · 15 years ago
  99. 13917be monitor: Handle new and old style handlers by Luiz Capitulino · 15 years ago
  100. a2876f5 monitor: Add user_print() to mon_cmd_t by Luiz Capitulino · 15 years ago