Age | Commit message (Expand) | Author |
2018-08-30 | qmp: constify qmp_is_oob() | Marc-André Lureau |
2018-08-24 | json: Redesign the callback to consume JSON values | Markus Armbruster |
2018-07-03 | qmp: Add some comments around null responses | Markus Armbruster |
2018-07-03 | qmp: Use QDict * instead of QObject * for response objects | Markus Armbruster |
2018-07-03 | qmp: De-duplicate error response building | Markus Armbruster |
2018-07-03 | qmp: Don't let malformed in-band commands jump the queue | Markus Armbruster |
2018-07-03 | qmp: Redo how the client requests out-of-band execution | Markus Armbruster |
2018-07-03 | qmp qemu-ga: Fix qemu-ga not to accept "control" | Markus Armbruster |
2018-07-03 | qmp qemu-ga: Revert change that accidentally made qemu-ga accept "id" | Markus Armbruster |
2018-05-30 | cli: add --preconfig option | Igor Mammedov |
2018-05-04 | qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF | Marc-André Lureau |
2018-03-19 | qmp: support out-of-band (oob) execution | Peter Xu |
2018-03-19 | qapi: Replace qobject_to_X(o) by qobject_to(X, o) | Max Reitz |
2018-02-09 | Include qapi/qmp/qdict.h exactly where needed | Markus Armbruster |
2018-02-09 | Eliminate qapi/qmp/types.h | Markus Armbruster |
2018-02-09 | Drop superfluous includes of qapi/qmp/qerror.h | Markus Armbruster |
2018-02-09 | Drop superfluous includes of qapi-types.h and test-qapi-types.h | Markus Armbruster |
2017-09-04 | qapi: Mechanically convert FOO_lookup[...] to FOO_str(...) | Markus Armbruster |
2017-05-09 | qmp: Improve QMP dispatch error messages | Markus Armbruster |
2017-03-05 | qmp: Eliminate silly QERR_QMP_* macros | Markus Armbruster |
2017-03-05 | qmp: Drop duplicated QMP command object checks | Markus Armbruster |
2017-03-05 | qapi: Support multiple command registries per program | Markus Armbruster |
2017-03-05 | qga: Fix crash on non-dictionary QMP argument | Markus Armbruster |
2017-02-22 | Don't check qobject_type() before qobject_to_qdict() | Markus Armbruster |
2016-07-06 | qapi: Improve use of qmp/types.h | Eric Blake |
2016-05-12 | qmp: Drop dead command->type | Eric Blake |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster |
2016-02-04 | qapi: Clean up includes | Peter Maydell |
2015-12-17 | qapi: Add alias for ErrorClass | Eric Blake |
2015-06-22 | qerror: Clean up QERR_ macros to expand into a single string | Markus Armbruster |
2015-01-29 | qmp: Eliminate silly QERR_COMMAND_NOT_FOUND macro | Markus Armbruster |
2014-05-09 | qapi: Clean up fragile use of error_is_set() | Markus Armbruster |
2014-05-09 | qapi: Drop redundant, unclean error_is_set() | Markus Armbruster |
2014-05-08 | qmp hmp: Consistently name Error * objects err, and not errp | Markus Armbruster |
2014-04-25 | qerror.h: Remove QERR defines that are only used once | Cole Robinson |
2012-12-19 | qapi: move include files to include/qobject/ | Paolo Bonzini |
2012-08-13 | error: drop error_get_qobject()/error_set_qobject() | Luiz Capitulino |
2012-08-13 | qemu-ga: switch to the new error format on the wire | Luiz Capitulino |
2012-05-15 | qapi: add support for command options | Luiz Capitulino |
2011-12-12 | guest agent: add RPC blacklist command-line option | Michael Roth |
2011-07-21 | qapi: add QMP dispatch functions | Michael Roth |