Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2018-05-04 | qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF | Marc-André Lureau | 1 | -6/+6 |
2018-03-19 | qapi: Replace qobject_to_X(o) by qobject_to(X, o) | Max Reitz | 1 | -2/+2 |
2018-02-09 | Include qapi/qmp/qdict.h exactly where needed | Markus Armbruster | 1 | -0/+1 |
2018-02-09 | Include qapi/qmp/qlist.h exactly where needed | Markus Armbruster | 1 | -0/+1 |
2017-09-04 | qapi: Generate FOO_str() macro for QAPI enum FOO | Markus Armbruster | 1 | -1/+0 |
2017-05-31 | qapi: Reject alternates that can't work with keyval_parse() | Markus Armbruster | 1 | -5/+5 |
2017-03-21 | keyval: Document issues with 'any' and alternate types | Markus Armbruster | 1 | -0/+10 |
2017-03-21 | keyval: Improve some comments | Markus Armbruster | 1 | -16/+31 |
2017-03-07 | keyval: Support lists | Markus Armbruster | 1 | -12/+171 |
2017-03-07 | keyval: Restrict key components to valid QAPI names | Markus Armbruster | 1 | -4/+8 |
2017-03-07 | keyval: New keyval_parse() | Markus Armbruster | 1 | -0/+231 |