183 Commits (5ca6c931a7d18f3281cd7c7e5ea6cffbda63ddcc)

Author SHA1 Message Date
Daniel P. Berrangé 153b0989d8 qapi: Move and rename qapi/qmp/dispatch.h to qapi/qmp-registry.h 1 year ago
Daniel P. Berrangé 407bc4bf90 qapi: Move include/qapi/qmp/ to include/qobject/ 1 year ago
Markus Armbruster 1824e9fc64 qerror: QERR_PROPERTY_VALUE_OUT_OF_RANGE is no longer used, drop 1 year ago
Markus Armbruster bd783b5cd6 qga: Improve error for guest-set-user-password parameter @crypted 2 years ago
Peter Maydell 0554840032 include: Fix typo in name of MAKE_IDENTFIER macro 2 years ago
Markus Armbruster 2020337239 qerror: QERR_QGA_COMMAND_FAILED is no longer used, drop 2 years ago
Markus Armbruster 5b957bf6d3 qerror: QERR_IO_ERROR is no longer used, drop 2 years ago
Philippe Mathieu-Daudé be842efbe3 qapi: Inline and remove QERR_PROPERTY_VALUE_BAD definition 2 years ago
Philippe Mathieu-Daudé 005807860d qapi: Inline and remove QERR_MIGRATION_ACTIVE definition 2 years ago
Philippe Mathieu-Daudé ef929281f1 qapi: Inline and remove QERR_INVALID_PARAMETER_TYPE definition 2 years ago
Philippe Mathieu-Daudé c6f5d406e1 qapi: Inline and remove QERR_INVALID_PARAMETER definition 2 years ago
Philippe Mathieu-Daudé f95b25c37e qapi: Inline and remove QERR_DEVICE_NO_HOTPLUG definition 2 years ago
Philippe Mathieu-Daudé a95921f171 qapi: Inline and remove QERR_DEVICE_HAS_NO_MEDIUM definition 2 years ago
Philippe Mathieu-Daudé 7f65e789ab qapi: Inline and remove QERR_BUS_NO_HOTPLUG definition 2 years ago
Markus Armbruster b1614f795f qerror: QERR_DEVICE_IN_USE is no longer used, drop 2 years ago
Markus Armbruster bb71846325 qobject atomics osdep: Make a few macros more hygienic 3 years ago
Paolo Bonzini a50c99bcc0 monitor: mark mixed functions that can suspend 3 years ago
Markus Armbruster 1178710247 rocker: Tweak stubbed out monitor commands' error messages 3 years ago
Markus Armbruster 0ec8384f83 replay: Simplify setting replay blockers 3 years ago
Markus Armbruster 0dddb0fc80 qerror: QERR_PERMISSION_DENIED is no longer used, drop 4 years ago
Marc-André Lureau 215aea0cb2 include: move qdict_{crumple,flatten} declarations 4 years ago
Marc-André Lureau d709bbf3b1 include/qapi: add g_autoptr support for qobject types 4 years ago
Marc-André Lureau 9edc6313da Replace GCC_FMT_ATTR with G_GNUC_PRINTF 4 years ago
Markus Armbruster 6604e4757a qapi: Generalize command policy checking 4 years ago
Markus Armbruster 9bafe07bc8 qapi: Eliminate QCO_NO_OPTIONS for a slight simplification 4 years ago
Paolo Bonzini c0d4aa82f8 vl: plumb keyval-based options into -readconfig 5 years ago
Markus Armbruster d2032598c4 qapi: Implement deprecated-input=reject for QMP commands 5 years ago
Marc-André Lureau c98939daec qga: return a more explicit error on why a command is disabled 5 years ago
Markus Armbruster 4ac76ba414 qobject: Make QString immutable 5 years ago
Markus Armbruster 3ddba9a9e9 migration: Replace migration's JSON writer by the general one 5 years ago
Markus Armbruster 998da0b158 qobject: Factor JSON writer out of qobject_to_json() 5 years ago
Markus Armbruster b3119b0814 qobject: Drop qstring_get_try_str() 5 years ago
Markus Armbruster 808ac3657e qobject: Drop qobject_get_try_str() 5 years ago
Markus Armbruster 80d71121b7 qobject: Move internals to qobject-internal.h 5 years ago
Markus Armbruster 88e25b1e6d Revert "qstring: add qstring_free()" 5 years ago
Markus Armbruster eab3a4678b qobject: Change qobject_to_json()'s value to GString 5 years ago
Markus Armbruster f1cc129df8 qobject: Use GString instead of QString to accumulate JSON 5 years ago
Markus Armbruster 6589f45991 qobject: Make qobject_to_json_pretty() take a pretty argument 5 years ago
Paolo Bonzini 164dafd174 remove preconfig state 6 years ago
Markus Armbruster 9e1b9c6c2d ui: Improve a client_migrate_info error message 5 years ago
Markus Armbruster 9272186d3d ui: Improve some set_passwd, expire_password error messages 5 years ago
Markus Armbruster b0d7be2a62 block: Improve some block-commit, block-stream error messages 5 years ago
Markus Armbruster f820af8743 qerror: Eliminate QERR_ macros used in just one place 5 years ago
Markus Armbruster ac114d5cd5 qerror: Drop unused QERR_ macros 5 years ago
Kevin Wolf 9ce44e2ce2 qmp: Move dispatcher to a coroutine 6 years ago
Kevin Wolf 04f22362f1 qapi: Add a 'coroutine' flag for commands 6 years ago
Kevin Wolf 41725fa7ed qmp: Call monitor_set_cur() only in qmp_dispatch() 6 years ago
Markus Armbruster 7b1cd1c65a qobject: Eliminate qdict_iter(), use qdict_first(), qdict_next() 6 years ago
Markus Armbruster 2f2ec11179 qobject: Eliminate qlist_iter(), use QLIST_FOREACH_ENTRY() instead 6 years ago
Markus Armbruster 64594e2bcc qobject: Clean up QLIST_FOREACH_ENTRY() 6 years ago