summaryrefslogtreecommitdiff
path: root/tests/test-opts-visitor.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-22qapi: Fix QemuOpts visitor regression on unvisited inputEric Blake1-5/+8
2017-03-22tests: Expose regression in QemuOpts visitorEric Blake1-0/+20
2017-03-05tests: Cover input visit beyond end of listMarkus Armbruster1-0/+39
2017-03-05qapi: Make input visitors detect unvisited list tailsMarkus Armbruster1-1/+1
2017-03-05tests: Cover partial input visit of listMarkus Armbruster1-0/+41
2016-07-06opts-visitor: Favor new visit_free() functionEric Blake1-5/+4
2016-06-07tests: Remove unnecessary glib.h includesPeter Maydell1-1/+0
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-03-04qapi-dealloc: Reduce use outside of generated codeEric Blake1-9/+1
2016-02-16tests: Clean up includesPeter Maydell1-0/+1
2016-02-08qapi: Swap visit_* arguments for consistent 'name' placementEric Blake1-3/+3
2015-06-22QemuOpts: Wean off qerror_report_err()Markus Armbruster1-1/+2
2013-11-05tests: fix 64-bit int literals for 32-bit hostsStefan Hajnoczi1-1/+1
2013-08-20OptsVisitor: introduce unit tests, with test cases for range flatteningLaszlo Ersek1-0/+275