| Commit message (Expand) | Author | Age | Files | Lines |
* | qapi: Assert output visitors see only valid enum values | Markus Armbruster | 2020-04-30 | 1 | -39/+0 |
* | tests: Clean up initialization of Error *err variables | Markus Armbruster | 2019-12-18 | 1 | -4/+4 |
* | tests: Rename UserDefNativeListUnion to UserDefListUnion | Markus Armbruster | 2019-03-05 | 1 | -95/+95 |
* | qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF | Marc-André Lureau | 2018-05-04 | 1 | -9/+9 |
* | qapi: Replace qobject_to_X(o) by qobject_to(X, o) | Max Reitz | 2018-03-19 | 1 | -27/+27 |
* | tests/qapi: use QEMU_IS_ALIGNED macro | Philippe Mathieu-Daudé | 2018-02-10 | 1 | -1/+1 |
* | Drop superfluous includes of qapi/qmp/qjson.h | Markus Armbruster | 2018-02-09 | 1 | -1/+0 |
* | Include qapi/qmp/qstring.h exactly where needed | Markus Armbruster | 2018-02-09 | 1 | -0/+1 |
* | Include qapi/qmp/qdict.h exactly where needed | Markus Armbruster | 2018-02-09 | 1 | -0/+1 |
* | Include qapi/qmp/qlist.h exactly where needed | Markus Armbruster | 2018-02-09 | 1 | -0/+1 |
* | qdict qlist: Make most helper macros functions | Markus Armbruster | 2018-02-09 | 1 | -0/+2 |
* | Eliminate qapi/qmp/types.h | Markus Armbruster | 2018-02-09 | 1 | -1/+1 |
* | Drop superfluous includes of qapi-types.h and test-qapi-types.h | Markus Armbruster | 2018-02-09 | 1 | -1/+0 |
* | qapi: Mechanically convert FOO_lookup[...] to FOO_str(...) | Markus Armbruster | 2017-09-04 | 1 | -1/+1 |
* | qapi: Introduce a first class 'null' type | Markus Armbruster | 2017-07-24 | 1 | -0/+10 |
* | qapi: Use QNull for a more regular visit_type_null() | Markus Armbruster | 2017-07-24 | 1 | -1/+2 |
* | qapi: update the qobject visitor to use QNUM_U64 | Marc-André Lureau | 2017-06-20 | 1 | -4/+18 |
* | qapi: merge QInt and QFloat in QNum | Marc-André Lureau | 2017-06-20 | 1 | -30/+41 |
* | tests/qapi-schema: Avoid 'str' in alternate test cases | Markus Armbruster | 2017-05-31 | 1 | -2/+2 |
* | qobject: Use simpler QDict/QList scalar insertion macros | Eric Blake | 2017-05-09 | 1 | -3/+3 |
* | tests: Use error_free_or_abort() where appropriate | Markus Armbruster | 2017-03-15 | 1 | -4/+2 |
* | tests: Don't check qobject_type() before qobject_to_qbool() | Markus Armbruster | 2017-02-22 | 1 | -7/+5 |
* | tests: Don't check qobject_type() before qobject_to_qfloat() | Markus Armbruster | 2017-02-22 | 1 | -4/+4 |
* | tests: Don't check qobject_type() before qobject_to_qint() | Markus Armbruster | 2017-02-22 | 1 | -16/+12 |
* | tests: Don't check qobject_type() before qobject_to_qstring() | Markus Armbruster | 2017-02-22 | 1 | -20/+17 |
* | tests: Don't check qobject_type() before qobject_to_qlist() | Markus Armbruster | 2017-02-22 | 1 | -5/+2 |
* | Don't check qobject_type() before qobject_to_qdict() | Markus Armbruster | 2017-02-22 | 1 | -29/+12 |
* | qapi: rename QmpOutputVisitor to QObjectOutputVisitor | Daniel P. Berrange | 2016-10-25 | 1 | -1/+1 |
* | qapi: rename *qmp-*-visitor* to *qobject-*-visitor* | Daniel P. Berrange | 2016-10-25 | 1 | -0/+876 |