summaryrefslogtreecommitdiffstats
path: root/tests/test-keyval.c
Commit message (Expand)AuthorAgeFilesLines
* hw: Use IEC binary prefix definitions from "qemu/units.h"Philippe Mathieu-Daudé2018-07-021-3/+4
* qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau2018-05-041-41/+41
* qapi: Replace qobject_to_X(o) by qobject_to(X, o)Max Reitz2018-03-191-4/+4
* Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster2018-02-091-0/+1
* Include qapi/qmp/qlist.h exactly where neededMarkus Armbruster2018-02-091-0/+1
* tests: Remove test cases for alternates of 'number' and 'int'Marc-André Lureau2017-06-191-2/+2
* qapi: Reject alternates that can't work with keyval_parse()Markus Armbruster2017-05-311-7/+11
* test-keyval: fix leaksMarc-André Lureau2017-05-081-0/+4
* test-keyval: Cover alternate and 'any' typeMarkus Armbruster2017-03-211-0/+53
* test-keyval: Tweaks to improve list coverageMarkus Armbruster2017-03-211-3/+3
* keyval: Support listsMarkus Armbruster2017-03-071-0/+122
* keyval: Restrict key components to valid QAPI namesMarkus Armbruster2017-03-071-0/+10
* test-keyval: Cover use with qobject input visitorMarkus Armbruster2017-03-071-0/+312
* keyval: New keyval_parse()Markus Armbruster2017-03-071-0/+180