| Commit message (Expand) | Author | Age | Files | Lines |
* | qobject: Change qobject_to_json()'s value to GString | Markus Armbruster | 2020-12-19 | 1 | -3/+3 |
* | test-visitor-serialization: Clean up test_primitives() | Markus Armbruster | 2020-12-19 | 1 | -7/+37 |
* | test-visitor-serialization: Drop insufficient precision workaround | Markus Armbruster | 2020-12-19 | 1 | -16/+2 |
* | qapi: Use QAPI_LIST_PREPEND() where possible | Eric Blake | 2020-12-19 | 1 | -100/+13 |
* | qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF | Marc-André Lureau | 2018-05-04 | 1 | -3/+3 |
* | tests: Silence false positive warning on generated test name | Eric Blake | 2018-03-27 | 1 | -1/+1 |
* | qapi: Empty out qapi-schema.json | Markus Armbruster | 2018-03-02 | 1 | -1/+0 |
* | Include qapi/qmp/qstring.h exactly where needed | Markus Armbruster | 2018-02-09 | 1 | -0/+1 |
* | Eliminate qapi/qmp/types.h | Markus Armbruster | 2018-02-09 | 1 | -1/+0 |
* | Drop superfluous includes of qapi-types.h and test-qapi-types.h | Markus Armbruster | 2018-02-09 | 1 | -2/+0 |
* | test-visitor-serialization: Pass &error_abort to qobject_from_json() | Markus Armbruster | 2017-03-07 | 1 | -1/+1 |
* | qobject: Propagate parse errors through qobject_from_json() | Markus Armbruster | 2017-03-07 | 1 | -1/+1 |
* | qapi: Drop unused non-strict qobject input visitor | Markus Armbruster | 2017-03-05 | 1 | -1/+1 |
* | qapi: rename QmpOutputVisitor to QObjectOutputVisitor | Daniel P. Berrange | 2016-10-25 | 1 | -1/+1 |
* | qapi: rename QmpInputVisitor to QObjectInputVisitor | Daniel P. Berrange | 2016-10-25 | 1 | -1/+1 |
* | qapi: rename *qmp-*-visitor* to *qobject-*-visitor* | Daniel P. Berrange | 2016-10-25 | 1 | -2/+2 |
* | qapi: Add new visit_complete() function | Eric Blake | 2016-07-06 | 1 | -10/+12 |
* | string-output-visitor: Favor new visit_free() function | Eric Blake | 2016-07-06 | 1 | -2/+2 |
* | qmp-input-visitor: Favor new visit_free() function | Eric Blake | 2016-07-06 | 1 | -3/+3 |
* | string-input-visitor: Favor new visit_free() function | Eric Blake | 2016-07-06 | 1 | -3/+3 |
* | qapi: Add new visit_free() function | Eric Blake | 2016-07-06 | 1 | -3/+3 |
* | qapi: Improve use of qmp/types.h | Eric Blake | 2016-07-06 | 1 | -0/+1 |
* | tests: Remove unnecessary glib.h includes | Peter Maydell | 2016-06-07 | 1 | -1/+0 |
* | qapi: Use strict QMP input visitor in more places | Eric Blake | 2016-05-12 | 1 | -1/+1 |
* | qapi: Consolidate QMP input visitor creation | Eric Blake | 2016-05-12 | 1 | -1/+1 |
* | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster | 2016-03-22 | 1 | -0/+1 |
* | tests: Clean up includes | Peter Maydell | 2016-02-16 | 1 | -2/+1 |
* | qapi: Swap visit_* arguments for consistent 'name' placement | Eric Blake | 2016-02-08 | 1 | -27/+27 |
* | qapi: Simplify non-error testing in test-qmp-* | Eric Blake | 2015-11-09 | 1 | -25/+17 |
* | qapi: Use generated TestStruct machinery in tests | Eric Blake | 2015-11-09 | 1 | -34/+0 |
* | qapi: Unbox base members | Eric Blake | 2015-11-02 | 1 | -8/+6 |
* | qapi: Drop tests for inline nested structs | Eric Blake | 2015-05-05 | 1 | -24/+30 |
* | qapi: Merge UserDefTwo and UserDefNested in tests | Eric Blake | 2015-05-05 | 1 | -36/+37 |
* | tests: Add missing 'static' attributes (fix warnings from smatch) | Stefan Weil | 2014-07-18 | 1 | -3/+3 |
* | qapi: Replace uncommon use of the error API by the common one | Markus Armbruster | 2014-05-15 | 1 | -2/+10 |
* | tests: Don't call visit_end_struct() after visit_start_struct() fails | Markus Armbruster | 2014-05-15 | 1 | -5/+13 |
* | tests/qapi-schema: Cover complex types with base | Markus Armbruster | 2014-03-03 | 1 | -6/+8 |
* | qapi: Add human mode to StringOutputVisitor | Paolo Bonzini | 2014-02-14 | 1 | -1/+1 |
* | misc: Use g_assert_not_reached for code which is expected to be unreachable | Stefan Weil | 2013-07-27 | 1 | -4/+4 |
* | qapi: add native list coverage for visitor serialization tests | Michael Roth | 2013-05-23 | 1 | -18/+433 |
* | qapi: fix visitor serialization tests for numbers/doubles | Michael Roth | 2013-05-23 | 1 | -17/+8 |
* | qapi: fix leak in unit tests | Michael Roth | 2013-05-15 | 1 | -2/+7 |
* | test-visitor-serialization: Fix some memory leaks | Stefan Berger | 2013-04-05 | 1 | -1/+11 |
* | qapi: move include files to include/qobject/ | Paolo Bonzini | 2012-12-19 | 1 | -1/+1 |
* | qapi: move inclusions of qemu-common.h from headers to .c files | Paolo Bonzini | 2012-12-19 | 1 | -0/+2 |
* | qapi: Add String visitor coverage to serialization unit tests | Michael Roth | 2012-06-08 | 1 | -0/+40 |
* | qapi: Unit tests for visitor-based serialization | Michael Roth | 2012-06-08 | 1 | -0/+744 |