Show patches with: Submitter = Eric Blake       |    Archived = No       |   4875 patches
« 1 2 ... 42 43 4448 49 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[v9,25/27] qapi: Add positive tests to qapi-schema-test - - - - --- 2015-11-04 Eric Blake New
[v9,24/27] qapi: Fix alternates that accept 'number' but not 'int' - - - - --- 2015-11-04 Eric Blake New
[v9,23/27] qapi: Simplify visiting of alternate types - - - - --- 2015-11-04 Eric Blake New
[v9,22/27] qapi: Remove outdated tests related to QMP/branch collisions - - - - --- 2015-11-04 Eric Blake New
[v9,21/27] qapi: Factor out QAPISchemaObjectType.check_clash() - - - - --- 2015-11-04 Eric Blake New
[v9,20/27] qapi: Simplify QAPISchemaObjectTypeVariants.check() - - - - --- 2015-11-04 Eric Blake New
[v9,19/27] qapi: Check for qapi collisions of flat union branches - - - - --- 2015-11-04 Eric Blake New
[v9,18/27] qapi: Factor out QAPISchemaObjectTypeMember.check_clash() - - - - --- 2015-11-04 Eric Blake New
[v9,17/27] qapi: Clean up after previous commit - - - - --- 2015-11-04 Eric Blake New
[v9,16/27] qapi: Eliminate QAPISchemaObjectType.check() variable members - - - - --- 2015-11-04 Eric Blake New
[v9,15/27] qapi: Simplify QAPISchemaObjectTypeMember.check() - - - - --- 2015-11-04 Eric Blake New
[v9,14/27] qapi: Fix up commit 7618b91's clash sanity checking change - - - - --- 2015-11-04 Eric Blake New
[v9,13/27] qapi: Drop obsolete tag value collision assertions - - - - --- 2015-11-04 Eric Blake New
[v9,12/27] qapi-types: Simplify gen_struct_field[s] - - - - --- 2015-11-04 Eric Blake New
[v9,11/27] qapi-types: Consolidate gen_struct() and gen_union() - - - - --- 2015-11-04 Eric Blake New
[v9,10/27] qapi: Track simple union tag in object.local_members - - - - --- 2015-11-04 Eric Blake New
[v9,09/27] qapi-introspect: Document lack of sorting - - - - --- 2015-11-04 Eric Blake New
[v9,08/27] qapi: Provide nicer array names in introspection - - - - --- 2015-11-04 Eric Blake New
[v9,07/27] qapi: More tests of input arrays - - - - --- 2015-11-04 Eric Blake New
[v9,06/27] qapi: Test failure in middle of array parse - - - - --- 2015-11-04 Eric Blake New
[v9,05/27] qapi: More tests of alternate output - - - - --- 2015-11-04 Eric Blake New
[v9,04/27] qapi: Simplify error testing in test-qmp-* - - - - --- 2015-11-04 Eric Blake New
[v9,03/27] qapi: Plug leaks in test-qmp-* - - - - --- 2015-11-04 Eric Blake New
[v9,02/27] qapi: Strengthen test of TestStructList - - - - --- 2015-11-04 Eric Blake New
[v9,01/27] qapi: Use generated TestStruct machinery in tests - - - - --- 2015-11-04 Eric Blake New
[v8.5,4/4] qapi: Consolidate collision detection code - - - - --- 2015-11-02 Eric Blake New
[v8.5,3/4] qapi: Fix check for variant tag values collision - - - - --- 2015-11-02 Eric Blake New
[v8.5,2/4] qapi: Check for QMP collisions of flat union branches - - - - --- 2015-11-02 Eric Blake New
[v8.5,1/4] qapi: Drop all_members parameter from check() - - - - --- 2015-11-02 Eric Blake New
fixup! char: Convert to new qapi union layout - - - - --- 2015-10-30 Eric Blake New
[v9,5/5] qapi: Detect base class loops - - - - --- 2015-10-29 Eric Blake New
[v9,4/5] qapi: Move duplicate enum value checks to schema check() - - - - --- 2015-10-29 Eric Blake New
[v9,3/5] qapi: Move duplicate member checks to schema check() - - - - --- 2015-10-29 Eric Blake New
[v9,2/5] qapi: Detect collisions in C member names - - - - --- 2015-10-29 Eric Blake New
[v9,1/5] qapi: Track owner of each object member - - - - --- 2015-10-29 Eric Blake New
[v8,17/17] qapi: Simplify visits of optional fields - - - - --- 2015-10-28 Eric Blake New
[v8,16/17] qapi: More tests of input arrays - - - - --- 2015-10-28 Eric Blake New
[v8,15/17] qapi: Test failure in middle of array parse - - - - --- 2015-10-28 Eric Blake New
[v8,14/17] qapi: Simplify error testing in test-qmp-* - - - - --- 2015-10-28 Eric Blake New
[v8,13/17] qapi: Plug leaks in test-qmp-* - - - - --- 2015-10-28 Eric Blake New
[v8,12/17] qapi: Remove dead visitor code - - - - --- 2015-10-28 Eric Blake New
[v8,11/17] qapi: Fix alternates that accept 'number' but not 'int' - - - - --- 2015-10-28 Eric Blake New
[v8,10/17] qapi: Simplify visiting of alternate types - - - - --- 2015-10-28 Eric Blake New
[v8,09/17] qapi: Add positive tests to qapi-schema-test - - - - --- 2015-10-28 Eric Blake New
[v8,08/17] qapi: Remove outdated tests related to QMP/branch collisions - - - - --- 2015-10-28 Eric Blake New
[v8,07/17] qapi: Rework collision assertions - - - - --- 2015-10-28 Eric Blake New
[v8,06/17] qapi-types: Consolidate gen_struct() and gen_union() - - - - --- 2015-10-28 Eric Blake New
[v8,05/17] qapi: Track simple union tag in object.local_members - - - - --- 2015-10-28 Eric Blake New
[v8,04/17] qapi-introspect: Guarantee particular sorting - - - - --- 2015-10-28 Eric Blake New
[v8,03/17] qapi: Provide nicer array names in introspection - - - - --- 2015-10-28 Eric Blake New
[v8,02/17] qapi: Strengthen test of TestStructList - - - - --- 2015-10-28 Eric Blake New
[v8,01/17] qapi: Use generated TestStruct machinery in tests - - - - --- 2015-10-28 Eric Blake New
[v11,24/24] qapi: Simplify gen_struct_field() - - - - --- 2015-10-26 Eric Blake New
[v11,23/24] qapi: Reserve 'u' member name - - - - --- 2015-10-26 Eric Blake New
[v11,22/24] qapi: Finish converting to new qapi union layout - - - - --- 2015-10-26 Eric Blake New
[v11,21/24] tpm: Convert to new qapi union layout - - - - --- 2015-10-26 Eric Blake New
[v11,20/24] memory: Convert to new qapi union layout - - - - --- 2015-10-26 Eric Blake New
[v11,19/24] input: Convert to new qapi union layout - - - - --- 2015-10-26 Eric Blake New
[v11,18/24] char: Convert to new qapi union layout - - - - --- 2015-10-26 Eric Blake New
[v11,17/24] net: Convert to new qapi union layout - - - - --- 2015-10-26 Eric Blake New
[v11,16/24] sockets: Convert to new qapi union layout - - - - --- 2015-10-26 Eric Blake New
[v11,15/24] block: Convert to new qapi union layout - - - - --- 2015-10-26 Eric Blake New
[v11,14/24] tests: Convert to new qapi union layout - - - - --- 2015-10-26 Eric Blake New
[v11,13/24] qapi-visit: Convert to new qapi union layout - - - - --- 2015-10-26 Eric Blake New
[v11,12/24] qapi: Start converting to new qapi union layout - - - - --- 2015-10-26 Eric Blake New
[v11,11/24] qapi-visit: Remove redundant functions for flat union base - - - - --- 2015-10-26 Eric Blake New
[v11,10/24] qapi: Unbox base members - - - - --- 2015-10-26 Eric Blake New
[v11,09/24] qapi: Prefer typesafe upcasts to qapi base classes - - - - --- 2015-10-26 Eric Blake New
[v11,08/24] qapi-types: Refactor base fields output - - - - --- 2015-10-26 Eric Blake New
[v11,07/24] qapi-visit: Split off visit_type_FOO_fields forward decl - - - - --- 2015-10-26 Eric Blake New
[v11,06/24] vnc: Hoist allocation of VncBasicInfo to callers - - - - --- 2015-10-26 Eric Blake New
[v11,05/24] qapi: Reserve 'q_*' and 'has_*' member names - - - - --- 2015-10-26 Eric Blake New
[v11,04/24] qapi: Reserve '*List' type names for list types - - - - --- 2015-10-26 Eric Blake New
[v11,03/24] qapi: More robust conditions for when labels are needed - - - - --- 2015-10-26 Eric Blake New
[v11,02/24] qapi: More idiomatic string operations - - - - --- 2015-10-26 Eric Blake New
[v11,01/24] tests/qapi-schema: Test for reserved names, empty struct - - - - --- 2015-10-26 Eric Blake New
maint: Ignore ivshmem binaries - - - - --- 2015-10-26 Eric Blake New
[v10,25/25] qapi: Simplify gen_struct_field() - - - - --- 2015-10-23 Eric Blake New
[v10,24/25] qapi: Remove outdated tests related to QMP/branch collisions - - - - --- 2015-10-23 Eric Blake New
[v10,23/25] qapi: Reserve 'u' member name - - - - --- 2015-10-23 Eric Blake New
[v10,22/25] qapi: Finish converting to new qapi union layout - - - - --- 2015-10-23 Eric Blake New
[v10,21/25] tpm: Convert to new qapi union layout - - - - --- 2015-10-23 Eric Blake New
[v10,20/25] memory: Convert to new qapi union layout - - - - --- 2015-10-23 Eric Blake New
[v10,19/25] input: Convert to new qapi union layout - - - - --- 2015-10-23 Eric Blake New
[v10,18/25] char: Convert to new qapi union layout - - - - --- 2015-10-23 Eric Blake New
[v10,17/25] net: Convert to new qapi union layout - - - - --- 2015-10-23 Eric Blake New
[v10,16/25] sockets: Convert to new qapi union layout - - - - --- 2015-10-23 Eric Blake New
[v10,15/25] block: Convert to new qapi union layout - - - - --- 2015-10-23 Eric Blake New
[v10,14/25] tests: Convert to new qapi union layout - - - - --- 2015-10-23 Eric Blake New
[v10,13/25] qapi-visit: Convert to new qapi union layout - - - - --- 2015-10-23 Eric Blake New
[v10,12/25] qapi: Start converting to new qapi union layout - - - - --- 2015-10-23 Eric Blake New
[v10,11/25] qapi-visit: Remove redundant functions for flat union base - - - - --- 2015-10-23 Eric Blake New
[v10,10/25] qapi: Unbox base members - - - - --- 2015-10-23 Eric Blake New
[v10,09/25] qapi: Prefer typesafe upcasts to qapi base classes - - - - --- 2015-10-23 Eric Blake New
[v10,08/25] qapi-types: Refactor base fields output - - - - --- 2015-10-23 Eric Blake New
[v10,07/25] qapi-visit: Split off visit_type_FOO_fields forward decl - - - - --- 2015-10-23 Eric Blake New
[v10,06/25] vnc: Hoist allocation of VncBasicInfo to callers - - - - --- 2015-10-23 Eric Blake New
[v10,05/25] qapi: Reserve 'q_*' and 'has_*' member names - - - - --- 2015-10-23 Eric Blake New
[v10,04/25] qapi: Reserve '*List' type names for list types - - - - --- 2015-10-23 Eric Blake New
[v10,03/25] qapi: More robust conditions for when labels are needed - - - - --- 2015-10-23 Eric Blake New
« 1 2 ... 42 43 4448 49 »