1. a50c99b monitor: mark mixed functions that can suspend by Paolo Bonzini · 2 years, 3 months ago
  2. 0e8d95e qapi: remove needless include by Marc-André Lureau · 3 years ago
  3. 7ce5fc6 qapi: Factor out compat_policy_input_ok() by Markus Armbruster · 3 years, 4 months ago
  4. 6604e47 qapi: Generalize command policy checking by Markus Armbruster · 3 years, 4 months ago
  5. ed29bb2 qapi: Move compat policy from QObject to generic visitor by Markus Armbruster · 3 years, 5 months ago
  6. dbb675c qapi: New -compat deprecated-input=crash by Markus Armbruster · 4 years ago
  7. db29164 qapi: Implement deprecated-input=reject for QMP command arguments by Markus Armbruster · 4 years ago
  8. d203259 qapi: Implement deprecated-input=reject for QMP commands by Markus Armbruster · 4 years ago
  9. 91fa93e qapi: Implement deprecated-output=hide for QMP command results by Markus Armbruster · 4 years ago
  10. 6dd7547 qemu-options: New -compat to set policy for deprecated interfaces by Markus Armbruster · 4 years ago
  11. c98939d qga: return a more explicit error on why a command is disabled by Marc-André Lureau · 4 years, 1 month ago
  12. 164dafd remove preconfig state by Paolo Bonzini · 4 years, 4 months ago
  13. 9ce44e2 qmp: Move dispatcher to a coroutine by Kevin Wolf · 4 years, 5 months ago
  14. e69ee45 monitor: Make current monitor a per-coroutine property by Kevin Wolf · 4 years, 5 months ago
  15. 41725fa qmp: Call monitor_set_cur() only in qmp_dispatch() by Kevin Wolf · 4 years, 5 months ago
  16. b3fbb32 qmp: fix leak on callbacks that return both value and error by Marc-André Lureau · 5 years ago
  17. f0ccc00 qmp: constify QmpCommand and list by Marc-André Lureau · 5 years ago
  18. 4a88373 qapi: Replace qmp_dispatch()'s TODO comment by an explanation by Markus Armbruster · 5 years ago
  19. a62c617 qapi: Simplify how qmp_dispatch() gets the request ID by Markus Armbruster · 5 years ago
  20. d322603 qapi: Simplify how qmp_dispatch() deals with QCO_NO_SUCCESS_RESP by Markus Armbruster · 5 years ago
  21. cf4a064 qapi: Inline do_qmp_dispatch() into qmp_dispatch() by Markus Armbruster · 5 years ago
  22. 2546be1 qmp-dispatch: Use CommandNotFound error for disabled commands by Michal Privoznik · 6 years ago
  23. 54d3123 sysemu: Split sysemu/runstate.h off sysemu/sysemu.h by Markus Armbruster · 6 years ago
  24. 413aeac qapi/qmp-dispatch: fix return value in do_qmp_dispatch by Vladimir Sementsov-Ogievskiy · 6 years ago
  25. 4eaca8d qmp: common 'id' handling & make QGA conform to QMP spec by Marc-André Lureau · 6 years ago
  26. 2aa788f qmp: constify qmp_is_oob() by Marc-André Lureau · 7 years ago
  27. 62815d8 json: Redesign the callback to consume JSON values by Markus Armbruster · 7 years ago
  28. 62e93be qmp: Add some comments around null responses by Markus Armbruster · 7 years ago
  29. d43b169 qmp: Use QDict * instead of QObject * for response objects by Markus Armbruster · 7 years ago
  30. cee3279 qmp: De-duplicate error response building by Markus Armbruster · 7 years ago
  31. 69240fe qmp: Don't let malformed in-band commands jump the queue by Markus Armbruster · 7 years ago
  32. 00ecec1 qmp: Redo how the client requests out-of-band execution by Markus Armbruster · 7 years ago
  33. 674ed72 qmp qemu-ga: Fix qemu-ga not to accept "control" by Markus Armbruster · 7 years ago
  34. 0fa39d0 qmp qemu-ga: Revert change that accidentally made qemu-ga accept "id" by Markus Armbruster · 7 years ago
  35. 047f703 cli: add --preconfig option by Igor Mammedov · 7 years ago
  36. cb3e7f0 qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF by Marc-André Lureau · 7 years ago
  37. cf869d5 qmp: support out-of-band (oob) execution by Peter Xu · 7 years ago
  38. 7dc847e qapi: Replace qobject_to_X(o) by qobject_to(X, o) by Max Reitz · 7 years ago
  39. 452fcdb Include qapi/qmp/qdict.h exactly where needed by Markus Armbruster · 7 years ago
  40. 6b67395 Eliminate qapi/qmp/types.h by Markus Armbruster · 7 years ago
  41. a82400c Drop superfluous includes of qapi/qmp/qerror.h by Markus Armbruster · 7 years ago
  42. 522ece3 Drop superfluous includes of qapi-types.h and test-qapi-types.h by Markus Armbruster · 7 years ago
  43. 977c736 qapi: Mechanically convert FOO_lookup[...] to FOO_str(...) by Markus Armbruster · 8 years ago
  44. 10e3783 qmp: Improve QMP dispatch error messages by Markus Armbruster · 8 years ago
  45. 99fb0c5 qmp: Eliminate silly QERR_QMP_* macros by Markus Armbruster · 8 years ago
  46. 104fc30 qmp: Drop duplicated QMP command object checks by Markus Armbruster · 8 years ago
  47. 1527bad qapi: Support multiple command registries per program by Markus Armbruster · 8 years ago
  48. 74d8c9d qga: Fix crash on non-dictionary QMP argument by Markus Armbruster · 8 years ago
  49. ca6b6e1 Don't check qobject_type() before qobject_to_qdict() by Markus Armbruster · 8 years ago
  50. c7eb39c qapi: Improve use of qmp/types.h by Eric Blake · 9 years ago
  51. 42a502a qmp: Drop dead command->type by Eric Blake · 9 years ago
  52. da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
  53. cbf2115 qapi: Clean up includes by Peter Maydell · 9 years ago
  54. f22a28b qapi: Add alias for ErrorClass by Eric Blake · 9 years ago
  55. c6bd8c7 qerror: Clean up QERR_ macros to expand into a single string by Markus Armbruster · 10 years ago
  56. a6c90cb qmp: Eliminate silly QERR_COMMAND_NOT_FOUND macro by Markus Armbruster · 10 years ago
  57. ee16ce9 qapi: Clean up fragile use of error_is_set() by Markus Armbruster · 11 years ago
  58. 4af8be1 qapi: Drop redundant, unclean error_is_set() by Markus Armbruster · 11 years ago
  59. e940f54 qmp hmp: Consistently name Error * objects err, and not errp by Markus Armbruster · 11 years ago
  60. f231b88 qerror.h: Remove QERR defines that are only used once by Cole Robinson · 11 years ago
  61. 7b1b5d1 qapi: move include files to include/qobject/ by Paolo Bonzini · 12 years ago
  62. 7795b16 error: drop error_get_qobject()/error_set_qobject() by Luiz Capitulino · 13 years ago
  63. 93b91c5 qemu-ga: switch to the new error format on the wire by Luiz Capitulino · 13 years ago
  64. d34b867 qapi: add support for command options by Luiz Capitulino · 13 years ago
  65. abd6cf6 guest agent: add RPC blacklist command-line option by Michael Roth · 13 years ago
  66. ab02ab2 qapi: add QMP dispatch functions by Michael Roth · 14 years ago