1. d2528bd qemu-timer: do not include sysemu/cpus.h from util/qemu-timer.h by Paolo Bonzini · 8 years ago
  2. b0f36b2 monitor: Assert qmp_schema_json[] is sane by Markus Armbruster · 8 years ago
  3. 57348c2 qobject: Propagate parse errors through qobject_from_json() by Markus Armbruster · 8 years ago
  4. 104fc30 qmp: Drop duplicated QMP command object checks by Markus Armbruster · 8 years ago
  5. 635db18 qmp: Clean up how we enforce capability negotiation by Markus Armbruster · 8 years ago
  6. 1527bad qapi: Support multiple command registries per program by Markus Armbruster · 8 years ago
  7. 0587568 qmp: Dumb down how we run QMP command registration by Markus Armbruster · 8 years ago
  8. f99fd7c i386: Implement query-cpu-model-expansion QMP command by Eduardo Habkost · 8 years ago
  9. d7941f4 Merge remote-tracking branch 'remotes/armbru/tags/pull-util-2017-02-23' into staging by Peter Maydell · 8 years ago
  10. fe8ee08 Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-02-22' into staging by Peter Maydell · 8 years ago
  11. 5522924 Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.9-20170222' into staging by Peter Maydell · 8 years ago
  12. f46bfdb util/cutils: Change qemu_strtosz*() from int64_t to uint64_t by Markus Armbruster · 8 years ago
  13. f17fd4f util/cutils: Return qemu_strtosz*() error and value separately by Markus Armbruster · 8 years ago
  14. e591591 util/cutils: Rename qemu_strtosz() to qemu_strtosz_MiB() by Markus Armbruster · 8 years ago
  15. bbf1028 monitor: Clean up handle_hmp_command() a bit by Markus Armbruster · 8 years ago
  16. ca6b6e1 Don't check qobject_type() before qobject_to_qdict() by Markus Armbruster · 8 years ago
  17. c5514d0 machine: replace query_hotpluggable_cpus() callback with has_hotpluggable_cpus flag by Igor Mammedov · 8 years ago
  18. 854e67f monitor: Fix crashes when using HMP commands without CPU by Thomas Huth · 8 years ago
  19. 4e9f524 Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging by Peter Maydell · 8 years ago
  20. 213dcb0 char: headers clean-up by Marc-André Lureau · 8 years ago
  21. 0ab8ed1 trace: switch to modular code generation for sub-directories by Daniel P. Berrange · 8 years ago
  22. 777357d chardev: qom-ify by Marc-André Lureau · 8 years ago
  23. 0ec7b3e char: rename CharDriverState Chardev by Marc-André Lureau · 8 years ago
  24. ad5c679 char: introduce generic qemu_chr_get_kind() by Marc-André Lureau · 8 years ago
  25. 57bb40c memory: hmp: add "-f" for "info mtree" by Peter Xu · 8 years ago
  26. 598cf1c Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 8 years ago
  27. b394662 kvm: move cpu synchronization code by Vincent Palatin · 8 years ago
  28. 0d6b50d error: Report certain hints on stderr when no monitor by Marc-André Lureau · 8 years ago
  29. 397d30e qemu-error: remove dependency of stubs on monitor by Paolo Bonzini · 8 years ago
  30. 814bb12 clean-up: removed duplicate #includes by Anand J · 8 years ago
  31. bdbcb54 monitor: deprecate 'default' option by Marc-André Lureau · 8 years ago
  32. b3db211 qapi: rename *qmp-*-visitor* to *qobject-*-visitor* by Daniel P. Berrange · 8 years ago
  33. 39ab61c char: remove explicit_fe_open, use a set_handlers argument by Marc-André Lureau · 8 years ago
  34. c39860e char: replace qemu_chr_claim/release with qemu_chr_fe_init/deinit by Marc-André Lureau · 8 years ago
  35. 5345fdb char: use qemu_chr_fe* functions with CharBackend argument by Marc-André Lureau · 8 years ago
  36. 32a6ebe char: remaining switch to CharBackend in frontend by Marc-André Lureau · 8 years ago
  37. 0d4e995 trace: convert code to use event iterators by Daniel P. Berrange · 8 years ago
  38. 0cb0155 Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-10-07' into staging by Peter Maydell · 8 years ago
  39. 728b142 qmp: Disable query-cpu-* commands when they're unavailable by Eduardo Habkost · 8 years ago
  40. 61b9783 intc: make HMP 'info irq' and 'info pic' commands use InterruptStatsProvider interface by Hervé Poussineau · 8 years ago
  41. 27a83f8 monitor: fix crash for platforms without a CPU 0 by David Gibson · 8 years ago
  42. 5c678ee monitor: use qmp_dispatch() by Marc-André Lureau · 8 years ago
  43. 2b9e357 monitor: remove mhandler.cmd_new by Marc-André Lureau · 8 years ago
  44. 9e812b6 monitor: implement 'qmp_query_commands' without qmp_cmds by Marc-André Lureau · 8 years ago
  45. c823501 monitor: use qmp_find_command() (using generated qapi code) by Marc-André Lureau · 8 years ago
  46. 5032a16 qmp: Hack to keep commands configuration-specific by Marc-André Lureau · 8 years ago
  47. edcfaef monitor: register gen:false commands manually by Marc-André Lureau · 8 years ago
  48. d79bedf monitor: simplify invalid_qmp_mode() by Marc-André Lureau · 8 years ago
  49. 119ebac qapi-schema: use generated marshaller for 'qmp_capabilities' by Marc-André Lureau · 8 years ago
  50. 2ef4571 monitor: fix crash when leaving qemu with spice audio by Marc-André Lureau · 8 years ago
  51. f394b2e qapi: Change Netdev into a flat union by Eric Blake · 8 years ago
  52. 77e2b17 trace: Add QAPI/QMP interfaces to query and control per-vCPU tracing state by Lluís Vilanova · 9 years ago
  53. bd71211 trace: Allow event name pattern in "info trace-events" by Lluís Vilanova · 9 years ago
  54. 85aad98 Drop Emacs local variables lists redundant with .dir-locals.el by Markus Armbruster · 9 years ago
  55. a9c9427 Use #include "..." for our own headers, <...> for others by Markus Armbruster · 9 years ago
  56. c7eb39c qapi: Improve use of qmp/types.h by Eric Blake · 9 years ago
  57. daa76aa log: Fix qemu_set_log_filename() error handling by Markus Armbruster · 9 years ago
  58. d463354 QMP: Add query-hotpluggable-cpus by Igor Mammedov · 9 years ago
  59. 3b7c78c monitor: Typo fix by Eric Blake · 9 years ago
  60. 88be7b4 block: Fix bdrv_next() memory leak by Kevin Wolf · 9 years ago
  61. 6bd8ab6 Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging by Peter Maydell · 9 years ago
  62. 7c8eece block: Avoid bs->blk in bdrv_next() by Kevin Wolf · 9 years ago
  63. 63c9155 cpu: move exec-all.h inclusion out of cpu.h by Paolo Bonzini · 9 years ago
  64. 03dd024 hw: explicitly include qemu/log.h by Paolo Bonzini · 9 years ago
  65. 33c1187 qemu-common: push cpu.h inclusion out of qemu-common.h by Paolo Bonzini · 9 years ago
  66. ae50a77 arm: qmp: add query-gic-capabilities interface by Peter Xu · 9 years ago
  67. f348b6d util: move declarations out of qemu-common.h by Veronia Bahaa · 9 years ago
  68. 73bcb24 Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND by Rutuja Shah · 9 years ago
  69. da27a00 monitor: Use BB list for BB name completion by Max Reitz · 9 years ago
  70. dc59997 monitor: Use QEMU_CLOCK_VIRTUAL for the event queue in qtest mode by Alberto Garcia · 9 years ago
  71. 6d425eb monitor: Separate QUORUM_REPORT_BAD events according to the node name by Alberto Garcia · 9 years ago
  72. f22d0af qapi: rename input buttons by Gerd Hoffmann · 9 years ago
  73. d38ea87 all: Clean up includes by Peter Maydell · 9 years ago
  74. 193227f error: Use error_report_err() instead of monitor_printf() by Markus Armbruster · 9 years ago
  75. d20a580 qapi: Change munging of CamelCase enum values by Eric Blake · 9 years ago
  76. f22a28b qapi: Add alias for ErrorClass by Eric Blake · 9 years ago
  77. 7fb1cf1 qapi: Don't let implicit enum MAX member collide by Eric Blake · 9 years ago
  78. 95385fe qjson: store tokens in a GQueue by Paolo Bonzini · 9 years ago
  79. 3a81a10 monitor: Plug memory leak on QMP error by Markus Armbruster · 9 years ago
  80. 0a9516c monitor/target-ppc: Define target_get_monitor_def by Alexey Kardashevskiy · 9 years ago
  81. 6bf1faa monitor: add missed aio_context_acquire into vm_completion call by Denis V. Lunev · 9 years ago
  82. 7de0be6 monitor: Throttle event VSERPORT_CHANGE separately by "id" by Markus Armbruster · 9 years ago
  83. a24712a monitor: Turn monitor_qapi_event_state[] into a hash table by Markus Armbruster · 9 years ago
  84. b9b03ab monitor: Split MonitorQAPIEventConf off MonitorQAPIEventState by Markus Armbruster · 9 years ago
  85. 1824c41 monitor: Switch from timer_new() to timer_new_ns() by Markus Armbruster · 9 years ago
  86. 93f8f98 monitor: Simplify event throttling by Markus Armbruster · 9 years ago
  87. 688b4b7 monitor: Reduce casting of QAPI event QDict by Markus Armbruster · 9 years ago
  88. 5433c24 block: Prepare for NULL BDS by Max Reitz · 9 years ago
  89. caf1531 monitor: make monitor_fprintf and mon_get_cpu externally visible by Pavel Butsykin · 9 years ago
  90. 4677bb4 utils: rename strtosz to use qemu prefix by Marc-André Lureau · 9 years ago
  91. 39a1815 qapi: New QMP command query-qmp-schema for QMP introspection by Markus Armbruster · 9 years ago
  92. 7fad30f qapi: Rename qmp_marshal_input_FOO() to qmp_marshal_FOO() by Markus Armbruster · 9 years ago
  93. e6b65fe monitor: uninclude cpu_ldst by Peter Crosthwaite · 9 years ago
  94. bf95728 monitor: remove target-specific code from monitor.c by Pavel Butsykin · 9 years ago
  95. da76ee7 hmp-commands-info: move info_cmds content out of monitor.c by Pavel Butsykin · 9 years ago
  96. 6231316 hmp: add info iothreads command by Ting Wang · 10 years ago
  97. b041066 Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging by Peter Maydell · 9 years ago
  98. 987bd27 trace-events: Add hmp completion by Dr. David Alan Gilbert · 9 years ago
  99. a08f008 s390x: Info skeys sub-command by Jason J. Herne · 10 years ago
  100. a4538a5 s390x: Dump-skeys hmp support by Jason J. Herne · 10 years ago