1. b3db211 qapi: rename *qmp-*-visitor* to *qobject-*-visitor* by Daniel P. Berrange · 8 years ago
  2. 39ab61c char: remove explicit_fe_open, use a set_handlers argument by Marc-André Lureau · 8 years ago
  3. c39860e char: replace qemu_chr_claim/release with qemu_chr_fe_init/deinit by Marc-André Lureau · 8 years ago
  4. 5345fdb char: use qemu_chr_fe* functions with CharBackend argument by Marc-André Lureau · 8 years ago
  5. 32a6ebe char: remaining switch to CharBackend in frontend by Marc-André Lureau · 8 years ago
  6. 0d4e995 trace: convert code to use event iterators by Daniel P. Berrange · 8 years ago
  7. 0cb0155 Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-10-07' into staging by Peter Maydell · 8 years ago
  8. 728b142 qmp: Disable query-cpu-* commands when they're unavailable by Eduardo Habkost · 8 years ago
  9. 61b9783 intc: make HMP 'info irq' and 'info pic' commands use InterruptStatsProvider interface by Hervé Poussineau · 8 years ago
  10. 27a83f8 monitor: fix crash for platforms without a CPU 0 by David Gibson · 8 years ago
  11. 5c678ee monitor: use qmp_dispatch() by Marc-André Lureau · 9 years ago
  12. 2b9e357 monitor: remove mhandler.cmd_new by Marc-André Lureau · 9 years ago
  13. 9e812b6 monitor: implement 'qmp_query_commands' without qmp_cmds by Marc-André Lureau · 9 years ago
  14. c823501 monitor: use qmp_find_command() (using generated qapi code) by Marc-André Lureau · 9 years ago
  15. 5032a16 qmp: Hack to keep commands configuration-specific by Marc-André Lureau · 9 years ago
  16. edcfaef monitor: register gen:false commands manually by Marc-André Lureau · 9 years ago
  17. d79bedf monitor: simplify invalid_qmp_mode() by Marc-André Lureau · 9 years ago
  18. 119ebac qapi-schema: use generated marshaller for 'qmp_capabilities' by Marc-André Lureau · 9 years ago
  19. 2ef4571 monitor: fix crash when leaving qemu with spice audio by Marc-André Lureau · 9 years ago
  20. f394b2e qapi: Change Netdev into a flat union by Eric Blake · 9 years ago
  21. 77e2b17 trace: Add QAPI/QMP interfaces to query and control per-vCPU tracing state by Lluís Vilanova · 9 years ago
  22. bd71211 trace: Allow event name pattern in "info trace-events" by Lluís Vilanova · 9 years ago
  23. 85aad98 Drop Emacs local variables lists redundant with .dir-locals.el by Markus Armbruster · 9 years ago
  24. a9c9427 Use #include "..." for our own headers, <...> for others by Markus Armbruster · 9 years ago
  25. c7eb39c qapi: Improve use of qmp/types.h by Eric Blake · 9 years ago
  26. daa76aa log: Fix qemu_set_log_filename() error handling by Markus Armbruster · 9 years ago
  27. d463354 QMP: Add query-hotpluggable-cpus by Igor Mammedov · 9 years ago
  28. 3b7c78c monitor: Typo fix by Eric Blake · 9 years ago
  29. 88be7b4 block: Fix bdrv_next() memory leak by Kevin Wolf · 9 years ago
  30. 6bd8ab6 Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging by Peter Maydell · 9 years ago
  31. 7c8eece block: Avoid bs->blk in bdrv_next() by Kevin Wolf · 9 years ago
  32. 63c9155 cpu: move exec-all.h inclusion out of cpu.h by Paolo Bonzini · 9 years ago
  33. 03dd024 hw: explicitly include qemu/log.h by Paolo Bonzini · 9 years ago
  34. 33c1187 qemu-common: push cpu.h inclusion out of qemu-common.h by Paolo Bonzini · 9 years ago
  35. ae50a77 arm: qmp: add query-gic-capabilities interface by Peter Xu · 9 years ago
  36. f348b6d util: move declarations out of qemu-common.h by Veronia Bahaa · 9 years ago
  37. 73bcb24 Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND by Rutuja Shah · 9 years ago
  38. da27a00 monitor: Use BB list for BB name completion by Max Reitz · 9 years ago
  39. dc59997 monitor: Use QEMU_CLOCK_VIRTUAL for the event queue in qtest mode by Alberto Garcia · 9 years ago
  40. 6d425eb monitor: Separate QUORUM_REPORT_BAD events according to the node name by Alberto Garcia · 9 years ago
  41. f22d0af qapi: rename input buttons by Gerd Hoffmann · 9 years ago
  42. d38ea87 all: Clean up includes by Peter Maydell · 9 years ago
  43. 193227f error: Use error_report_err() instead of monitor_printf() by Markus Armbruster · 9 years ago
  44. d20a580 qapi: Change munging of CamelCase enum values by Eric Blake · 9 years ago
  45. f22a28b qapi: Add alias for ErrorClass by Eric Blake · 9 years ago
  46. 7fb1cf1 qapi: Don't let implicit enum MAX member collide by Eric Blake · 9 years ago
  47. 95385fe qjson: store tokens in a GQueue by Paolo Bonzini · 9 years ago
  48. 3a81a10 monitor: Plug memory leak on QMP error by Markus Armbruster · 9 years ago
  49. 0a9516c monitor/target-ppc: Define target_get_monitor_def by Alexey Kardashevskiy · 9 years ago
  50. 6bf1faa monitor: add missed aio_context_acquire into vm_completion call by Denis V. Lunev · 9 years ago
  51. 7de0be6 monitor: Throttle event VSERPORT_CHANGE separately by "id" by Markus Armbruster · 9 years ago
  52. a24712a monitor: Turn monitor_qapi_event_state[] into a hash table by Markus Armbruster · 9 years ago
  53. b9b03ab monitor: Split MonitorQAPIEventConf off MonitorQAPIEventState by Markus Armbruster · 9 years ago
  54. 1824c41 monitor: Switch from timer_new() to timer_new_ns() by Markus Armbruster · 9 years ago
  55. 93f8f98 monitor: Simplify event throttling by Markus Armbruster · 9 years ago
  56. 688b4b7 monitor: Reduce casting of QAPI event QDict by Markus Armbruster · 9 years ago
  57. 5433c24 block: Prepare for NULL BDS by Max Reitz · 9 years ago
  58. caf1531 monitor: make monitor_fprintf and mon_get_cpu externally visible by Pavel Butsykin · 9 years ago
  59. 4677bb4 utils: rename strtosz to use qemu prefix by Marc-André Lureau · 10 years ago
  60. 39a1815 qapi: New QMP command query-qmp-schema for QMP introspection by Markus Armbruster · 10 years ago
  61. 7fad30f qapi: Rename qmp_marshal_input_FOO() to qmp_marshal_FOO() by Markus Armbruster · 10 years ago
  62. e6b65fe monitor: uninclude cpu_ldst by Peter Crosthwaite · 10 years ago
  63. bf95728 monitor: remove target-specific code from monitor.c by Pavel Butsykin · 10 years ago
  64. da76ee7 hmp-commands-info: move info_cmds content out of monitor.c by Pavel Butsykin · 10 years ago
  65. 6231316 hmp: add info iothreads command by Ting Wang · 10 years ago
  66. b041066 Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging by Peter Maydell · 10 years ago
  67. 987bd27 trace-events: Add hmp completion by Dr. David Alan Gilbert · 10 years ago
  68. a08f008 s390x: Info skeys sub-command by Jason J. Herne · 10 years ago
  69. a4538a5 s390x: Dump-skeys hmp support by Jason J. Herne · 10 years ago
  70. 7ee0c3e s390x: Dump storage keys qmp command by Jason J. Herne · 10 years ago
  71. 71baf78 osdep.h: Remove qemu_printf by Peter Maydell · 10 years ago
  72. cc7a8ea Include qapi/qmp/qerror.h exactly where needed by Markus Armbruster · 10 years ago
  73. 4629ed1 qerror: Finally unused, clean up by Markus Armbruster · 10 years ago
  74. 485febc qmp: Wean off qerror_report() by Markus Armbruster · 10 years ago
  75. c6bd8c7 qerror: Clean up QERR_ macros to expand into a single string by Markus Armbruster · 10 years ago
  76. 70b9433 QemuOpts: Wean off qerror_report_err() by Markus Armbruster · 10 years ago
  77. d49190c disas: Remove uses of CPU env by Peter Crosthwaite · 10 years ago
  78. 5bcda5f monitor: Split mon_get_cpu fn to remove ENV_GET_CPU by Peter Crosthwaite · 10 years ago
  79. e549d2a monitor: Fix failure path for "S" argument by Bandan Das · 10 years ago
  80. dd41eea monitor: Point to "help" command on syntax error by Bandan Das · 10 years ago
  81. ae50212 monitor: cleanup parsing of cmd name and cmd arguments by Bandan Das · 10 years ago
  82. 19f2db5 monitor: remove debug prints by Bandan Das · 10 years ago
  83. 34acbc9 qobject: Use 'bool' inside qdict by Eric Blake · 10 years ago
  84. fc48ffc qobject: Use 'bool' for qbool by Eric Blake · 10 years ago
  85. 06ac27f audio: remove LOG_TO_MONITOR along with default_mon by Kővágó, Zoltán · 10 years ago
  86. fafa4d5 qmp/hmp: add rocker device support by Scott Feldman · 10 years ago
  87. 779cec4 monitor: Fix QMP ABI breakage around "id" by Markus Armbruster · 10 years ago
  88. 489653b monitor: Change return type of monitor_cur_is_qmp() to bool by Markus Armbruster · 10 years ago
  89. 9f3982f monitor: Rename monitor_ctrl_mode() to monitor_is_qmp() by Markus Armbruster · 10 years ago
  90. f994b25 monitor: Turn int command_mode into bool in_command_mode by Markus Armbruster · 10 years ago
  91. 6a50636 monitor: Drop do_qmp_capabilities()'s superfluous QMP check by Markus Armbruster · 10 years ago
  92. 74358f2 monitor: Unbox Monitor member mc and rename to qmp by Markus Armbruster · 10 years ago
  93. c83fe23 monitor: Rename monitor_control_read(), monitor_control_event() by Markus Armbruster · 10 years ago
  94. 7ef6cf6 monitor: Rename handle_user_command() to handle_hmp_command() by Markus Armbruster · 10 years ago
  95. 710aec9 monitor: Limit QError use to command handlers by Markus Armbruster · 10 years ago
  96. 452e030 monitor: Inline monitor_has_error() into its only caller by Markus Armbruster · 10 years ago
  97. 70ea0c5 monitor: Wean monitor_protocol_emitter() off mon->error by Markus Armbruster · 10 years ago
  98. 4086182 monitor: Propagate errors through invalid_qmp_mode() by Markus Armbruster · 10 years ago
  99. ba0510a monitor: Propagate errors through qmp_check_input_obj() by Markus Armbruster · 10 years ago
  100. 326283a monitor: Propagate errors through qmp_check_client_args() by Markus Armbruster · 10 years ago