Show patches with: Submitter = Eric Blake       |    State = Action Required       |    Archived = No       |   4912 patches
« 1 2 ... 45 46 4749 50 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[v5,23/46] qapi: Remove dead visitor code - - - - --- 2015-09-21 Eric Blake New
[v5,22/46] qapi: Don't abuse stack to track qmp-output root - - - - --- 2015-09-21 Eric Blake New
[v5,21/46] qmp: Fix reference-counting of qnull on empty output visit - - - - --- 2015-09-21 Eric Blake New
[v5,20/46] qapi: Fix alternates that accept 'number' but not 'int' - - - - --- 2015-09-21 Eric Blake New
[v5,19/46] qapi: Simplify visiting of alternate types - - - - --- 2015-09-21 Eric Blake New
[v5,18/46] qapi-introspect: Guarantee particular sorting - - - - --- 2015-09-21 Eric Blake New
[v5,17/46] qapi: Provide nicer array names in introspection - - - - --- 2015-09-21 Eric Blake New
[v5,16/46] qapi: Detect base class loops - - - - --- 2015-09-21 Eric Blake New
[v5,15/46] qapi: Defer duplicate member checks to schema check() - - - - --- 2015-09-21 Eric Blake New
[v5,14/46] qapi: Detect collisions in C member names - - - - --- 2015-09-21 Eric Blake New
[v5,13/46] qapi: Track owner of each object member - - - - --- 2015-09-21 Eric Blake New
[v5,12/46] qapi: Track location that created an implicit type - - - - --- 2015-09-21 Eric Blake New
[v5,11/46] qapi: Don't use info as witness of implicit object type - - - - --- 2015-09-21 Eric Blake New
[v5,10/46] qapi: Merge generation of per-member visits - - - - --- 2015-09-21 Eric Blake New
[v5,09/46] qapi: Use consistent generated code patterns - - - - --- 2015-09-21 Eric Blake New
[v5,08/46] qapi: Reuse code for flat union base validation - - - - --- 2015-09-21 Eric Blake New
[v5,07/46] qapi: Don't pass pre-existing error to later call - - - - --- 2015-09-21 Eric Blake New
[v5,06/46] qapi: Improve 'include' error message - - - - --- 2015-09-21 Eric Blake New
[v5,05/46] qapi: Test use of 'number' within alternates - - - - --- 2015-09-21 Eric Blake New
[v5,04/46] qapi: Add tests for empty unions - - - - --- 2015-09-21 Eric Blake New
[v5,03/46] qapi: Test for C member name collisions - - - - --- 2015-09-21 Eric Blake New
[v5,02/46] qapi: Clean up qapi.py per pep8 - - - - --- 2015-09-21 Eric Blake New
[v5,01/46] qapi: Sort qapi-schema tests - - - - --- 2015-09-21 Eric Blake New
[v6,20/26] qapi: Fix output visitor to return qnull() instead of NULL - - - - --- 2015-09-12 Eric Blake New
[v6,20/26] qapi: Fix output visitor to return qnull() instead of NULL - - - - --- 2015-09-12 Eric Blake New
[v6,20/26] qapi: Fix output visitor to return qnull() instead of NULL - - 1 - --- 2015-09-11 Eric Blake New
[RFC,3/3] qapi-introspect: Guarantee particular sorting - - - - --- 2015-09-10 Eric Blake New
[RFC,2/3] qapi: Sort qapi-schema tests - - - - --- 2015-09-10 Eric Blake New
[RFC,1/3] qapi: Improve 'include' error message - - - - --- 2015-09-10 Eric Blake New
[2/1] error: Copy location information in error_copy() - - - - --- 2015-09-10 Eric Blake New
[v4] hmp: Allow for error message hints on HMP - - 1 - --- 2015-09-10 Eric Blake New
[RFC,v4,29/29] net: Complete qapi-fication of netdev_add - - - - --- 2015-09-10 Eric Blake New
[RFC,v4,28/29] net: Use correct type for bool flag - - - - --- 2015-09-10 Eric Blake New
[RFC,v4,27/29] qapi: Change Netdev into a flat union - - - - --- 2015-09-10 Eric Blake New
[RFC,v4,26/29] qapi: Clean up qapi.py per pep8 - - - - --- 2015-09-10 Eric Blake New
[RFC,v4,25/29] qapi: Support boxed unions - - - - --- 2015-09-10 Eric Blake New
[RFC,v4,24/29] qapi: Implement boxed structs for commands/events - - - - --- 2015-09-10 Eric Blake New
[RFC,v4,23/29] qapi: Plumb in 'box' to qapi generator lower levels - - - - --- 2015-09-10 Eric Blake New
[RFC,v4,22/29] qapi: Change visit_type_FOO() to no longer return partial objects - - - - --- 2015-09-10 Eric Blake New
[RFC,v4,21/29] qapi: Test failure in middle of array parse - - - - --- 2015-09-10 Eric Blake New
[RFC,v4,20/29] qapi: Plug leaks in test-qmp-input-visitor - - - - --- 2015-09-10 Eric Blake New
[RFC,v4,19/29] qapi: Document visitor interfaces - - - - --- 2015-09-10 Eric Blake New
[RFC,v4,18/29] qapi: Remove dead visitor code - - - - --- 2015-09-10 Eric Blake New
[RFC,v4,17/29] qapi: Drop useless 'data' member of unions - - - - --- 2015-09-10 Eric Blake New
[RFC,v4,16/29] qapi: Forbid empty unions and useless alternates - - - - --- 2015-09-10 Eric Blake New
[RFC,v4,15/29] qapi: Avoid use of 'data' member of qapi unions - - - - --- 2015-09-10 Eric Blake New
[RFC,v4,14/29] qapi: Rework deallocation of partial struct - - - - --- 2015-09-10 Eric Blake New
[RFC,v4,13/29] qapi: Add tests for empty unions - - - - --- 2015-09-10 Eric Blake New
[RFC,v4,12/29] qapi: Use consistent generated code patterns - - - - --- 2015-09-10 Eric Blake New
[RFC,v4,11/29] qapi: Don't pass pre-existing error to later call - - - - --- 2015-09-10 Eric Blake New
[RFC,v4,10/29] qapi: Fix alternates that accept 'number' but not 'int' - - - - --- 2015-09-10 Eric Blake New
[RFC,v4,09/29] qapi: Hide tag_name data member of variants - - - - --- 2015-09-10 Eric Blake New
[RFC,v4,08/29] qapi: Simplify visiting of alternate types - - - - --- 2015-09-10 Eric Blake New
[RFC,v4,07/29] qapi: Test use of 'number' within alternates - - - - --- 2015-09-10 Eric Blake New
[RFC,v4,06/29] qapi-visit: Remove redundant functions for flat union base - - - - --- 2015-09-10 Eric Blake New
[RFC,v4,05/29] qapi: Unbox base members - - - - --- 2015-09-10 Eric Blake New
[RFC,v4,04/29] vnc: hoist allocation of VncBasicInfo to callers - - - - --- 2015-09-10 Eric Blake New
[RFC,v4,03/29] qapi: use 'type' in generated C code to match QMP union wire form - - - - --- 2015-09-10 Eric Blake New
[RFC,v4,02/29] net: use Netdev instead of NetClientOptions in client init - - 1 - --- 2015-09-10 Eric Blake New
[RFC,v4,01/29] qapi: Provide nicer array names in introspection - - - - --- 2015-09-10 Eric Blake New
[RFC,v4,02.5/32] qapi: Hide internal data members of schema objects. - - - - --- 2015-09-05 Eric Blake New
[RFC,v4,02.5/32] qapi: Hide internal data members of schema objects. - - - - --- 2015-09-04 Eric Blake New
[v2,05/49] net: use Netdev instead of NetClientOptions in client init - - - - --- 2015-09-04 Eric Blake New
[RFC,v4,11/32] qapi-visit: Convert to QAPISchemaVisitor, fixing bugs - - - - --- 2015-09-04 Eric Blake New
[RFC,v4,10/32] qapi-types: Convert to QAPISchemaVisitor, fixing flat unions - - - - --- 2015-09-04 Eric Blake New
[RFC,v4,02/32] qapi: New QAPISchema intermediate reperesentation - - - - --- 2015-09-04 Eric Blake New
[RFC,v3,30/32] qapi: New QMP command query-schema for QMP schema introspection - - - - --- 2015-08-23 Eric Blake New
[RFC,5/5] qapi: Allow anonymous base for flat union - - - - --- 2015-08-20 Eric Blake New
[RFC,4/5] qapi: Simplify visits of optional fields - - - - --- 2015-08-20 Eric Blake New
[RFC,3/5] qapi: Merge generation of per-member visits - - - - --- 2015-08-20 Eric Blake New
[RFC,2/5] qapi: Generate consistent variable names - - - - --- 2015-08-20 Eric Blake New
[RFC,1/5] qapi: Reuse code for flat union base validation - - - - --- 2015-08-20 Eric Blake New
[v3] hmp: Allow for error message hints on HMP - - 1 - --- 2015-08-19 Eric Blake New
[v2] hmp: Allow for error message hints on HMP - - 1 - --- 2015-08-18 Eric Blake New
hmp: Allow for error message hints on HMP - - - - --- 2015-08-18 Eric Blake New
[RFC,v3,20/20] qapi: Support boxed unions - - - - --- 2015-08-18 Eric Blake New
[RFC,v3,19/20] qapi: Implement boxed structs for commands/events - - - - --- 2015-08-18 Eric Blake New
[RFC,v3,18/20] qapi: Plumb in 'box' to qapi generator lower levels - - - - --- 2015-08-18 Eric Blake New
[RFC,v3,17/20] qapi: Change visit_type_XXX() to no longer return partial objects - - - - --- 2015-08-18 Eric Blake New
[RFC,v3,16/20] qapi: Document visitor interfaces - - - - --- 2015-08-18 Eric Blake New
[RFC,v3,15/20] qapi: Remove dead visitor code - - - - --- 2015-08-18 Eric Blake New
[RFC,v3,14/20] qapi: Drop useless 'data' member of unions - - - - --- 2015-08-18 Eric Blake New
[RFC,v3,13/20] qapi: Forbid empty unions and useless alternates - - - - --- 2015-08-18 Eric Blake New
[RFC,v3,12/20] qapi: Avoid use of 'data' member of qapi unions - - - - --- 2015-08-18 Eric Blake New
[RFC,v3,11/20] qapi: Rework deallocation of partial struct - - - - --- 2015-08-18 Eric Blake New
[RFC,v3,10/20] qapi: Add tests for empty unions - - - - --- 2015-08-18 Eric Blake New
[RFC,v3,09/20] qapi: Use consistent generated code patterns - - - - --- 2015-08-18 Eric Blake New
[RFC,v3,08/20] qapi: Don't pass pre-existing error to later call - - - - --- 2015-08-18 Eric Blake New
[RFC,v3,07/20] qapi: Fix alternates that accept 'number' but not 'int' - - - - --- 2015-08-18 Eric Blake New
[RFC,v3,06/20] qapi: Simplify visiting of alternate types - - - - --- 2015-08-18 Eric Blake New
[RFC,v3,05/20] qapi: Test use of 'number' within alternates - - - - --- 2015-08-18 Eric Blake New
[RFC,v3,04/20] qapi-visit: Remove redundant functions for flat union base - - - - --- 2015-08-18 Eric Blake New
[RFC,v3,03/20] qapi: Unbox base members - - - - --- 2015-08-18 Eric Blake New
[RFC,v3,02/20] vnc: hoist allocation of VncBasicInfo to callers - - - - --- 2015-08-18 Eric Blake New
[RFC,v3,01/20] qapi: use 'type' in generated C code to match QMP union wire form - - - - --- 2015-08-18 Eric Blake New
[20/26] qapi: Fix to reject union command and event arguments - - - - --- 2015-08-17 Eric Blake New
[RFC,v2,14/12] qapi: Document visitor interfaces - - - - --- 2015-08-07 Eric Blake New
[RFC,v2,13/12] qapi: Remove dead visitor code - - - - --- 2015-08-07 Eric Blake New
[RFC,v2,12/12] qapi: Drop useless 'data' member of unions - - - - --- 2015-08-07 Eric Blake New
[RFC,v2,11/12] qapi: Forbid empty unions and useless alternates - - - - --- 2015-08-07 Eric Blake New
« 1 2 ... 45 46 4749 50 »