| Commit message (Expand) | Author | Age | Files | Lines |
* | qapi: Fix alternates that accept 'number' but not 'int' | Eric Blake | 2015-12-17 | 1 | -10/+6 |
* | qapi: Simplify visiting of alternate types | Eric Blake | 2015-12-17 | 1 | -15/+16 |
* | qapi: More tests of input arrays | Eric Blake | 2015-11-10 | 1 | -0/+52 |
* | qapi: Test failure in middle of array parse | Eric Blake | 2015-11-10 | 1 | -1/+9 |
* | qapi: Simplify error cleanup in test-qmp-* | Eric Blake | 2015-11-10 | 1 | -19/+7 |
* | qapi: Simplify non-error testing in test-qmp-* | Eric Blake | 2015-11-09 | 1 | -44/+15 |
* | qapi: Plug leaks in test-qmp-* | Eric Blake | 2015-11-09 | 1 | -34/+7 |
* | qapi: Share test_init code in test-qmp-input* | Eric Blake | 2015-11-09 | 1 | -26/+23 |
* | qapi: Use generated TestStruct machinery in tests | Eric Blake | 2015-11-09 | 1 | -34/+0 |
* | tests: Convert to new qapi union layout | Eric Blake | 2015-11-02 | 1 | -39/+39 |
* | qapi: Unbox base members | Eric Blake | 2015-11-02 | 1 | -2/+2 |
* | qapi: Prefer typesafe upcasts to qapi base classes | Eric Blake | 2015-11-02 | 1 | -0/+5 |
* | qapi: Test use of 'number' within alternates | Eric Blake | 2015-10-12 | 1 | -3/+128 |
* | qapi: Introduce a first class 'any' type | Markus Armbruster | 2015-09-21 | 1 | -0/+45 |
* | qapi-visit: Convert to QAPISchemaVisitor, fixing bugs | Markus Armbruster | 2015-09-21 | 1 | -2/+2 |
* | qapi: Document that input visitor semantics are prone to leaks | Eric Blake | 2015-09-04 | 1 | -0/+2 |
* | qapi: Fix generated code when flat union has member 'kind' | Markus Armbruster | 2015-09-04 | 1 | -1/+1 |
* | qapi: Drop tests for inline nested structs | Eric Blake | 2015-05-05 | 1 | -7/+9 |
* | qapi: Merge UserDefTwo and UserDefNested in tests | Eric Blake | 2015-05-05 | 1 | -7/+10 |
* | qapi: Rename anonymous union type in test | Eric Blake | 2015-05-05 | 1 | -8/+8 |
* | qapi: Forbid base without discriminator in unions | Eric Blake | 2015-05-05 | 1 | -19/+0 |
* | qapi: Clean up test coverage of simple unions | Eric Blake | 2015-05-05 | 1 | -29/+32 |
* | qapi: Replace uncommon use of the error API by the common one | Markus Armbruster | 2014-05-15 | 1 | -9/+17 |
* | tests/qapi-schema: Drop superfluous error_is_set() | Markus Armbruster | 2014-05-09 | 1 | -13/+12 |
* | qmp hmp: Consistently name Error * objects err, and not errp | Markus Armbruster | 2014-05-08 | 1 | -32/+32 |
* | qapi script: do not allow string discriminator | Wenchao Xia | 2014-03-11 | 1 | -3/+7 |
* | tests/qapi-schema: Cover flat union types | Markus Armbruster | 2014-03-03 | 1 | -0/+20 |
* | tests/qapi-schema: Cover union types with base | Markus Armbruster | 2014-03-03 | 1 | -1/+2 |
* | tests/qapi-schema: Cover complex types with base | Markus Armbruster | 2014-03-03 | 1 | -2/+2 |
* | tests/qapi-schema: Cover anonymous union types | Markus Armbruster | 2014-03-03 | 1 | -0/+18 |
* | Use error_is_set() only when necessary | Markus Armbruster | 2014-02-17 | 1 | -10/+10 |
* | tests: fix memleak in error path test for input visitor | Wenchao Xia | 2013-11-06 | 1 | -0/+1 |
* | misc: Use g_assert_not_reached for code which is expected to be unreachable | Stefan Weil | 2013-07-27 | 1 | -1/+1 |
* | qapi: add native list coverage for QMP input visitor tests | Michael Roth | 2013-05-23 | 1 | -0/+338 |
* | qapi: add QMP input test for large integers | Michael Roth | 2013-05-23 | 1 | -0/+20 |
* | 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/+1 |
* | qapi: fix error propagation | Paolo Bonzini | 2012-07-23 | 1 | -8/+16 |
* | test makefile overhaul | Paolo Bonzini | 2012-03-30 | 1 | -0/+308 |