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