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