| Commit message (Expand) | Author | Age | Files | Lines |
* | test-keyval: Tighten test of trailing crap after size | Markus Armbruster | 2019-12-18 | 1 | -1/+1 |
* | hw: Use IEC binary prefix definitions from "qemu/units.h" | Philippe Mathieu-Daudé | 2018-07-02 | 1 | -3/+4 |
* | qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF | Marc-André Lureau | 2018-05-04 | 1 | -41/+41 |
* | qapi: Replace qobject_to_X(o) by qobject_to(X, o) | Max Reitz | 2018-03-19 | 1 | -4/+4 |
* | 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 |
* | tests: Remove test cases for alternates of 'number' and 'int' | Marc-André Lureau | 2017-06-19 | 1 | -2/+2 |
* | qapi: Reject alternates that can't work with keyval_parse() | Markus Armbruster | 2017-05-31 | 1 | -7/+11 |
* | test-keyval: fix leaks | Marc-André Lureau | 2017-05-08 | 1 | -0/+4 |
* | test-keyval: Cover alternate and 'any' type | Markus Armbruster | 2017-03-21 | 1 | -0/+53 |
* | test-keyval: Tweaks to improve list coverage | Markus Armbruster | 2017-03-21 | 1 | -3/+3 |
* | keyval: Support lists | Markus Armbruster | 2017-03-07 | 1 | -0/+122 |
* | keyval: Restrict key components to valid QAPI names | Markus Armbruster | 2017-03-07 | 1 | -0/+10 |
* | test-keyval: Cover use with qobject input visitor | Markus Armbruster | 2017-03-07 | 1 | -0/+312 |
* | keyval: New keyval_parse() | Markus Armbruster | 2017-03-07 | 1 | -0/+180 |