Age | Commit message (Expand) | Author | Files | Lines |
2016-07-06 | qmp-input-visitor: Favor new visit_free() function | Eric Blake | 1 | -9/+3 |
2016-07-06 | qapi: Improve use of qmp/types.h | Eric Blake | 1 | -0/+1 |
2016-06-07 | tests: Remove unnecessary glib.h includes | Peter Maydell | 1 | -1/+0 |
2016-05-12 | qapi: Change visit_type_FOO() to no longer return partial objects | Eric Blake | 1 | -10/+7 |
2016-05-12 | qapi: Consolidate QMP input visitor creation | Eric Blake | 1 | -1/+1 |
2016-05-12 | qapi: Guarantee NULL obj on input visitor callback error | Eric Blake | 1 | -1/+1 |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster | 1 | -0/+1 |
2016-02-16 | tests: Clean up includes | Peter Maydell | 1 | -1/+1 |
2016-02-08 | qapi: Swap visit_* arguments for consistent 'name' placement | Eric Blake | 1 | -14/+14 |
2015-11-10 | qapi: Simplify error cleanup in test-qmp-* | Eric Blake | 1 | -14/+7 |
2015-11-09 | qapi: Simplify non-error testing in test-qmp-* | Eric Blake | 1 | -24/+7 |
2015-11-09 | qapi: Plug leaks in test-qmp-* | Eric Blake | 1 | -0/+9 |
2015-11-09 | qapi: Share test_init code in test-qmp-input* | Eric Blake | 1 | -25/+23 |
2015-11-09 | qapi: Use generated TestStruct machinery in tests | Eric Blake | 1 | -35/+0 |
2015-09-21 | qapi: New QMP command query-qmp-schema for QMP introspection | Markus Armbruster | 1 | -0/+55 |
2015-09-21 | qapi-visit: Convert to QAPISchemaVisitor, fixing bugs | Markus Armbruster | 1 | -2/+2 |
2015-05-05 | qapi: Merge UserDefTwo and UserDefNested in tests | Eric Blake | 1 | -7/+10 |
2015-05-05 | qapi: Rename anonymous union type in test | Eric Blake | 1 | -14/+14 |
2015-05-05 | qapi: Clean up test coverage of simple unions | Eric Blake | 1 | -28/+29 |
2014-09-26 | tests: add QMP input visitor test for unions with no discriminator | Michael Roth | 1 | -0/+17 |
2014-05-15 | qapi: Replace uncommon use of the error API by the common one | Markus Armbruster | 1 | -1/+9 |
2014-05-15 | tests: Don't call visit_end_struct() after visit_start_struct() fails | Markus Armbruster | 1 | -5/+13 |
2014-05-08 | qmp hmp: Consistently name Error * objects err, and not errp | Markus Armbruster | 1 | -36/+36 |
2014-04-25 | Use error_is_set() only when necessary (again) | Markus Armbruster | 1 | -4/+4 |
2014-03-11 | qapi script: do not allow string discriminator | Wenchao Xia | 1 | -1/+4 |
2014-03-03 | tests/qapi-schema: Cover flat union types | Markus Armbruster | 1 | -0/+33 |
2014-03-03 | tests/qapi-schema: Cover union types with base | Markus Armbruster | 1 | -2/+2 |
2014-03-03 | tests/qapi-schema: Cover anonymous union types | Markus Armbruster | 1 | -0/+32 |
2014-02-17 | Use error_is_set() only when necessary | Markus Armbruster | 1 | -8/+8 |
2012-12-19 | qapi: move include files to include/qobject/ | Paolo Bonzini | 1 | -1/+1 |
2012-12-19 | qapi: move inclusions of qemu-common.h from headers to .c files | Paolo Bonzini | 1 | -0/+1 |
2012-03-30 | test makefile overhaul | Paolo Bonzini | 1 | -0/+234 |