aboutsummaryrefslogtreecommitdiff
path: root/tests/test-keyval.c
AgeCommit message (Expand)Author
2019-12-18test-keyval: Tighten test of trailing crap after sizeMarkus Armbruster
2018-07-02hw: Use IEC binary prefix definitions from "qemu/units.h"Philippe Mathieu-Daudé
2018-05-04qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau
2018-03-19qapi: Replace qobject_to_X(o) by qobject_to(X, o)Max Reitz
2018-02-09Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster
2018-02-09Include qapi/qmp/qlist.h exactly where neededMarkus Armbruster
2017-06-19tests: Remove test cases for alternates of 'number' and 'int'Marc-André Lureau
2017-05-31qapi: Reject alternates that can't work with keyval_parse()Markus Armbruster
2017-05-08test-keyval: fix leaksMarc-André Lureau
2017-03-21test-keyval: Cover alternate and 'any' typeMarkus Armbruster
2017-03-21test-keyval: Tweaks to improve list coverageMarkus Armbruster
2017-03-07keyval: Support listsMarkus Armbruster
2017-03-07keyval: Restrict key components to valid QAPI namesMarkus Armbruster
2017-03-07test-keyval: Cover use with qobject input visitorMarkus Armbruster
2017-03-07keyval: New keyval_parse()Markus Armbruster