summaryrefslogtreecommitdiff
path: root/tests/test-keyval.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-19qapi: Replace qobject_to_X(o) by qobject_to(X, o)Max Reitz1-4/+4
2018-02-09Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster1-0/+1
2018-02-09Include qapi/qmp/qlist.h exactly where neededMarkus Armbruster1-0/+1
2017-06-19tests: Remove test cases for alternates of 'number' and 'int'Marc-André Lureau1-2/+2
2017-05-31qapi: Reject alternates that can't work with keyval_parse()Markus Armbruster1-7/+11
2017-05-08test-keyval: fix leaksMarc-André Lureau1-0/+4
2017-03-21test-keyval: Cover alternate and 'any' typeMarkus Armbruster1-0/+53
2017-03-21test-keyval: Tweaks to improve list coverageMarkus Armbruster1-3/+3
2017-03-07keyval: Support listsMarkus Armbruster1-0/+122
2017-03-07keyval: Restrict key components to valid QAPI namesMarkus Armbruster1-0/+10
2017-03-07test-keyval: Cover use with qobject input visitorMarkus Armbruster1-0/+312
2017-03-07keyval: New keyval_parse()Markus Armbruster1-0/+180