Age | Commit message (Expand) | Author |
2017-03-07 | test-visitor-serialization: Pass &error_abort to qobject_from_json() | Markus Armbruster |
2017-03-07 | qobject: Propagate parse errors through qobject_from_json() | Markus Armbruster |
2017-03-05 | qapi: Drop unused non-strict qobject input visitor | Markus Armbruster |
2016-10-25 | qapi: rename QmpOutputVisitor to QObjectOutputVisitor | Daniel P. Berrange |
2016-10-25 | qapi: rename QmpInputVisitor to QObjectInputVisitor | Daniel P. Berrange |
2016-10-25 | qapi: rename *qmp-*-visitor* to *qobject-*-visitor* | Daniel P. Berrange |
2016-07-06 | qapi: Add new visit_complete() function | Eric Blake |
2016-07-06 | string-output-visitor: Favor new visit_free() function | Eric Blake |
2016-07-06 | qmp-input-visitor: Favor new visit_free() function | Eric Blake |
2016-07-06 | string-input-visitor: Favor new visit_free() function | Eric Blake |
2016-07-06 | qapi: Add new visit_free() function | Eric Blake |
2016-07-06 | qapi: Improve use of qmp/types.h | Eric Blake |
2016-06-07 | tests: Remove unnecessary glib.h includes | Peter Maydell |
2016-05-12 | qapi: Use strict QMP input visitor in more places | Eric Blake |
2016-05-12 | qapi: Consolidate QMP input visitor creation | Eric Blake |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster |
2016-02-16 | tests: Clean up includes | Peter Maydell |
2016-02-08 | qapi: Swap visit_* arguments for consistent 'name' placement | Eric Blake |
2015-11-09 | qapi: Simplify non-error testing in test-qmp-* | Eric Blake |
2015-11-09 | qapi: Use generated TestStruct machinery in tests | Eric Blake |
2015-11-02 | qapi: Unbox base members | Eric Blake |
2015-05-05 | qapi: Drop tests for inline nested structs | Eric Blake |
2015-05-05 | qapi: Merge UserDefTwo and UserDefNested in tests | Eric Blake |
2014-07-18 | tests: Add missing 'static' attributes (fix warnings from smatch) | Stefan Weil |
2014-05-15 | qapi: Replace uncommon use of the error API by the common one | Markus Armbruster |
2014-05-15 | tests: Don't call visit_end_struct() after visit_start_struct() fails | Markus Armbruster |
2014-03-03 | tests/qapi-schema: Cover complex types with base | Markus Armbruster |
2014-02-14 | qapi: Add human mode to StringOutputVisitor | Paolo Bonzini |
2013-07-27 | misc: Use g_assert_not_reached for code which is expected to be unreachable | Stefan Weil |
2013-05-23 | qapi: add native list coverage for visitor serialization tests | Michael Roth |
2013-05-23 | qapi: fix visitor serialization tests for numbers/doubles | Michael Roth |
2013-05-15 | qapi: fix leak in unit tests | Michael Roth |
2013-04-05 | test-visitor-serialization: Fix some memory leaks | Stefan Berger |
2012-12-19 | qapi: move include files to include/qobject/ | Paolo Bonzini |
2012-12-19 | qapi: move inclusions of qemu-common.h from headers to .c files | Paolo Bonzini |
2012-06-08 | qapi: Add String visitor coverage to serialization unit tests | Michael Roth |
2012-06-08 | qapi: Unit tests for visitor-based serialization | Michael Roth |