summaryrefslogtreecommitdiffstats
path: root/tests/test-visitor-serialization.c
Commit message (Expand)AuthorAgeFilesLines
* qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau2018-05-041-3/+3
* tests: Silence false positive warning on generated test nameEric Blake2018-03-271-1/+1
* qapi: Empty out qapi-schema.jsonMarkus Armbruster2018-03-021-1/+0Star
* Include qapi/qmp/qstring.h exactly where neededMarkus Armbruster2018-02-091-0/+1
* Eliminate qapi/qmp/types.hMarkus Armbruster2018-02-091-1/+0Star
* Drop superfluous includes of qapi-types.h and test-qapi-types.hMarkus Armbruster2018-02-091-2/+0Star
* test-visitor-serialization: Pass &error_abort to qobject_from_json()Markus Armbruster2017-03-071-1/+1
* qobject: Propagate parse errors through qobject_from_json()Markus Armbruster2017-03-071-1/+1
* qapi: Drop unused non-strict qobject input visitorMarkus Armbruster2017-03-051-1/+1
* qapi: rename QmpOutputVisitor to QObjectOutputVisitorDaniel P. Berrange2016-10-251-1/+1
* qapi: rename QmpInputVisitor to QObjectInputVisitorDaniel P. Berrange2016-10-251-1/+1
* qapi: rename *qmp-*-visitor* to *qobject-*-visitor*Daniel P. Berrange2016-10-251-2/+2
* qapi: Add new visit_complete() functionEric Blake2016-07-061-10/+12
* string-output-visitor: Favor new visit_free() functionEric Blake2016-07-061-2/+2
* qmp-input-visitor: Favor new visit_free() functionEric Blake2016-07-061-3/+3
* string-input-visitor: Favor new visit_free() functionEric Blake2016-07-061-3/+3
* qapi: Add new visit_free() functionEric Blake2016-07-061-3/+3
* qapi: Improve use of qmp/types.hEric Blake2016-07-061-0/+1
* tests: Remove unnecessary glib.h includesPeter Maydell2016-06-071-1/+0Star
* qapi: Use strict QMP input visitor in more placesEric Blake2016-05-121-1/+1
* qapi: Consolidate QMP input visitor creationEric Blake2016-05-121-1/+1
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* tests: Clean up includesPeter Maydell2016-02-161-2/+1Star
* qapi: Swap visit_* arguments for consistent 'name' placementEric Blake2016-02-081-27/+27
* qapi: Simplify non-error testing in test-qmp-*Eric Blake2015-11-091-25/+17Star
* qapi: Use generated TestStruct machinery in testsEric Blake2015-11-091-34/+0Star
* qapi: Unbox base membersEric Blake2015-11-021-8/+6Star
* qapi: Drop tests for inline nested structsEric Blake2015-05-051-24/+30
* qapi: Merge UserDefTwo and UserDefNested in testsEric Blake2015-05-051-36/+37
* tests: Add missing 'static' attributes (fix warnings from smatch)Stefan Weil2014-07-181-3/+3
* qapi: Replace uncommon use of the error API by the common oneMarkus Armbruster2014-05-151-2/+10
* tests: Don't call visit_end_struct() after visit_start_struct() failsMarkus Armbruster2014-05-151-5/+13
* tests/qapi-schema: Cover complex types with baseMarkus Armbruster2014-03-031-6/+8
* qapi: Add human mode to StringOutputVisitorPaolo Bonzini2014-02-141-1/+1
* misc: Use g_assert_not_reached for code which is expected to be unreachableStefan Weil2013-07-271-4/+4
* qapi: add native list coverage for visitor serialization testsMichael Roth2013-05-231-18/+433
* qapi: fix visitor serialization tests for numbers/doublesMichael Roth2013-05-231-17/+8Star
* qapi: fix leak in unit testsMichael Roth2013-05-151-2/+7
* test-visitor-serialization: Fix some memory leaksStefan Berger2013-04-051-1/+11
* qapi: move include files to include/qobject/Paolo Bonzini2012-12-191-1/+1
* qapi: move inclusions of qemu-common.h from headers to .c filesPaolo Bonzini2012-12-191-0/+2
* qapi: Add String visitor coverage to serialization unit testsMichael Roth2012-06-081-0/+40
* qapi: Unit tests for visitor-based serializationMichael Roth2012-06-081-0/+744