Age | Commit message (Expand) | Author |
2020-10-15 | keyval: Parse help options | Kevin Wolf |
2020-10-15 | keyval: Fix parsing of ',' in value of implied key | Markus Armbruster |
2020-10-15 | test-keyval: Demonstrate misparse of ',' with implied key | Markus Armbruster |
2019-12-18 | test-keyval: Tighten test of trailing crap after size | Markus Armbruster |
2018-07-02 | hw: Use IEC binary prefix definitions from "qemu/units.h" | Philippe Mathieu-Daudé |
2018-05-04 | qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF | Marc-André Lureau |
2018-03-19 | qapi: Replace qobject_to_X(o) by qobject_to(X, o) | Max Reitz |
2018-02-09 | Include qapi/qmp/qdict.h exactly where needed | Markus Armbruster |
2018-02-09 | Include qapi/qmp/qlist.h exactly where needed | Markus Armbruster |
2017-06-19 | tests: Remove test cases for alternates of 'number' and 'int' | Marc-André Lureau |
2017-05-31 | qapi: Reject alternates that can't work with keyval_parse() | Markus Armbruster |
2017-05-08 | test-keyval: fix leaks | Marc-André Lureau |
2017-03-21 | test-keyval: Cover alternate and 'any' type | Markus Armbruster |
2017-03-21 | test-keyval: Tweaks to improve list coverage | Markus Armbruster |
2017-03-07 | keyval: Support lists | Markus Armbruster |
2017-03-07 | keyval: Restrict key components to valid QAPI names | Markus Armbruster |
2017-03-07 | test-keyval: Cover use with qobject input visitor | Markus Armbruster |
2017-03-07 | keyval: New keyval_parse() | Markus Armbruster |