Show patches with: Submitter = Eric Blake       |    State = Action Required       |   3938 patches
« 1 2 ... 37 38 39 40 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v2,18/19] qapi: Use anonymous base in CpuInfo - - - --- 2016-02-25 Eric Blake New
[v2,17/19] qapi: Use anonymous base in SchemaInfo - - - --- 2016-02-25 Eric Blake New
[v2,16/19] qapi: Allow anonymous base for flat union - - - --- 2016-02-25 Eric Blake New
[v2,15/19] qapi-visit: Move error check into gen_visit_members_call() - - - --- 2016-02-25 Eric Blake New
[v2,14/19] qapi: Don't special-case simple union wrappers - - - --- 2016-02-25 Eric Blake New
[v2,13/19] qapi-visit: Simplify visit of empty branch in union - - - --- 2016-02-25 Eric Blake New
[v2,12/19] qapi: Fix command with named empty argument type - - - --- 2016-02-25 Eric Blake New
[v2,11/19] qapi: Add type.is_empty() helper - - - --- 2016-02-25 Eric Blake New
[v2,10/19] qapi-visit: Factor out gen_visit_members_call() - - - --- 2016-02-25 Eric Blake New
[v2,09/19] qapi: Drop useless 'data' member of unions - - - --- 2016-02-25 Eric Blake New
[v2,08/19] chardev: Drop useless ChardevDummy type - - - --- 2016-02-25 Eric Blake New
[v2,07/19] qapi: Avoid use of 'data' member of qapi unions - - - --- 2016-02-25 Eric Blake New
[v2,06/19] ui: Shorten references into InputEvent - - - --- 2016-02-25 Eric Blake New
[v2,05/19] util: Shorten references into SocketAddress - - - --- 2016-02-25 Eric Blake New
[v2,04/19] chardev: Shorten references into ChardevBackend - - - --- 2016-02-25 Eric Blake New
[v2,03/19] qapi: Update docs to match recent generator changes - - - --- 2016-02-25 Eric Blake New
[v2,02/19] qapi-visit: Expose visit_type_FOO_members() - - - --- 2016-02-25 Eric Blake New
[v2,01/19] qapi: Rename 'fields' to 'members' in internal interface - - - --- 2016-02-25 Eric Blake New
[3/3] qapi: Update docs to match recent generator changes - - - --- 2016-02-23 Eric Blake New
[2/3] qapi-visit: Expose visit_type_FOO_fields() - - - --- 2016-02-23 Eric Blake New
[1/3] qapi-dealloc: Reduce use outside of generated code - - - --- 2016-02-23 Eric Blake New
[17/17] qapi: Make c_type() more OO-like - - - --- 2016-02-20 Eric Blake New
[16/17] qapi: Use anonymous base in CpuInfo - - - --- 2016-02-20 Eric Blake New
[15/17] qapi: Use anonymous base in SchemaInfo - - - --- 2016-02-20 Eric Blake New
[14/17] qapi: Allow anonymous base for flat union - - - --- 2016-02-20 Eric Blake New
[13/17] qapi-visit: Move error check into gen_visit_fields_call() - - - --- 2016-02-20 Eric Blake New
[12/17] qapi: Don't special-case simple union wrappers - - - --- 2016-02-20 Eric Blake New
[11/17] qapi-visit: Simplify visit of empty branch in union - - - --- 2016-02-20 Eric Blake New
[10/17] qapi: Fix command with named empty argument type - - - --- 2016-02-20 Eric Blake New
[09/17] qapi: Add type.is_empty() helper - - - --- 2016-02-20 Eric Blake New
[08/17] qapi-visit: Factor out gen_visit_fields_call() - - - --- 2016-02-20 Eric Blake New
[07/17] qapi: Drop useless 'data' member of unions - - - --- 2016-02-20 Eric Blake New
[06/17] chardev: Drop useless ChardevDummy type - - - --- 2016-02-20 Eric Blake New
[05/17] qapi: Avoid use of 'data' member of qapi unions - - - --- 2016-02-20 Eric Blake New
[04/17] ui: Shorten references into InputEvent - - - --- 2016-02-20 Eric Blake New
[03/17] util: Shorten references into SocketAddress - - - --- 2016-02-20 Eric Blake New
[02/17] chardev: Shorten references into ChardevBackend - - - --- 2016-02-20 Eric Blake New
[01/17] chardev: Properly initialize ChardevCommon components - - - --- 2016-02-20 Eric Blake New
[v11,03/15] qapi: Forbid 'any' inside an alternate - - - --- 2016-02-18 Eric Blake New
[v11,15/15] qapi: Change visit_start_implicit_struct to visit_start_alternate - - - --- 2016-02-18 Eric Blake New
[v11,14/15] qapi: Delete visit_start_union(), gen_visit_implicit_struct() - - - --- 2016-02-18 Eric Blake New
[v11,13/15] qapi: Don't box branches of flat unions - - - --- 2016-02-18 Eric Blake New
[v11,12/15] qapi: Don't box struct branch of alternate - - - --- 2016-02-18 Eric Blake New
[v11,11/15] qapi-visit: Use common idiom in gen_visit_fields_decl() - - - --- 2016-02-18 Eric Blake New
[v11,10/15] qapi: Emit structs used as variants in topological order - - - --- 2016-02-18 Eric Blake New
[v11,09/15] qapi: Adjust layout of FooList types - - - --- 2016-02-18 Eric Blake New
[v11,08/15] qapi-visit: Less indirection in visit_type_Foo_fields() - - - --- 2016-02-18 Eric Blake New
[v11,07/15] qapi-visit: Unify struct and union visit - - - --- 2016-02-18 Eric Blake New
[v11,06/15] qapi: Visit variants in visit_type_FOO_fields() - - - --- 2016-02-18 Eric Blake New
[v11,05/15] qapi-visit: Simplify how we visit common union members - - - --- 2016-02-18 Eric Blake New
[v11,04/15] qapi: Add tests of complex objects within alternate - - - --- 2016-02-18 Eric Blake New
[v11,03/15] qapi: Forbid 'any' inside an alternate - - - --- 2016-02-18 Eric Blake New
[v11,02/15] qapi: Forbid empty unions and useless alternates - - - --- 2016-02-18 Eric Blake New
[v11,01/15] qapi: Simplify excess input reporting in input visitors - - - --- 2016-02-18 Eric Blake New
qapi-visit: Honor prefix of discriminator enum - - - --- 2016-02-16 Eric Blake New
[v10,13/13] qapi: Change visit_start_implicit_struct to visit_start_alternate - - - --- 2016-02-16 Eric Blake New
[v10,12/13] qapi: Delete unused visit_start_union() - - - --- 2016-02-16 Eric Blake New
[v10,11/13] qapi: Don't box branches of flat unions - - - --- 2016-02-16 Eric Blake New
[v10,10/13] qapi: Don't box struct branch of alternate - - - --- 2016-02-16 Eric Blake New
[v10,09/13] qapi: Emit structs used as variants in topological order - - - --- 2016-02-16 Eric Blake New
[v10,08/13] qapi: Adjust layout of FooList types - - - --- 2016-02-16 Eric Blake New
[v10,07/13] qapi-visit: Less indirection in visit_type_Foo_fields() - - - --- 2016-02-16 Eric Blake New
[v10,06/13] qapi-visit: Unify struct and union visit - - - --- 2016-02-16 Eric Blake New
[v10,05/13] qapi-visit: Simplify how we visit common union members - - - --- 2016-02-16 Eric Blake New
[v10,04/13] qapi: Drop pointless gotos in generated code - - - --- 2016-02-16 Eric Blake New
[v10,03/13] qapi: Reposition error checks in gen_visit_fields() - - - --- 2016-02-16 Eric Blake New
[v10,02/13] qapi: Forbid empty unions and useless alternates - - - --- 2016-02-16 Eric Blake New
[v10,01/13] qapi: Simplify excess input reporting in input visitors - - - --- 2016-02-16 Eric Blake New
[v3] qga: Support enum names in guest-file-seek - 1 - --- 2016-02-09 Eric Blake New
build: Don't redefine 'inline' - - - --- 2016-02-09 Eric Blake New
[00/14] More #include cleanups - - - --- 2016-02-09 Eric Blake New
qapi: Clean up includes in generated files - - - --- 2016-02-08 Eric Blake New
m68k: Build the opcode table only once to avoid multithreading issues - - - --- 2016-02-03 Eric Blake New
qapi: Fix compilation failure on sparc - - - --- 2016-02-02 Eric Blake New
qapi: Fix compilation failure on MIPS - - - --- 2016-02-02 Eric Blake New
[v10,25/25] qmp: Don't abuse stack to track qmp-output root - - - --- 2016-01-29 Eric Blake New
[v10,24/25] qmp: Fix reference-counting of qnull on empty output visit - - - --- 2016-01-29 Eric Blake New
[v10,23/25] qapi: Drop unused error argument for list and implicit struct - - - --- 2016-01-29 Eric Blake New
[v10,22/25] qapi: Tighten qmp_input_end_list() - - - --- 2016-01-29 Eric Blake New
[v10,21/25] qapi: Drop unused 'kind' for struct/enum visit - - - --- 2016-01-29 Eric Blake New
[v10,20/25] qapi: Swap 'name' in visit_* callbacks to match public API - - - --- 2016-01-29 Eric Blake New
[v10,19/25] qom: Swap 'name' next to visitor in ObjectPropertyAccessor - - - --- 2016-01-29 Eric Blake New
[v10,18/25] qapi: Swap visit_* arguments for consistent 'name' placement - - - --- 2016-01-29 Eric Blake New
[v10,17/25] qom: Use typedef for Visitor - - - --- 2016-01-29 Eric Blake New
[v10,16/25] qapi: Don't cast Enum* to int* - - - --- 2016-01-29 Eric Blake New
[v10,15/25] qapi: Consolidate visitor small integer callbacks - - - --- 2016-01-29 Eric Blake New
[v10,14/25] qapi: Make all visitors supply uint64 callbacks - - - --- 2016-01-29 Eric Blake New
[v10,13/25] qapi: Prefer type_int64 over type_int in visitors - - - --- 2016-01-29 Eric Blake New
[v10,12/25] qapi-visit: Kill unused visit_end_union() - - - --- 2016-01-29 Eric Blake New
[v10,11/25] qapi: Track all failures between visit_start/stop - - - --- 2016-01-29 Eric Blake New
[v10,10/25] qapi: Improve generated event use of qapi visitor - - - --- 2016-01-29 Eric Blake New
[v10,09/25] balloon: Improve use of qapi visitor - - - --- 2016-01-29 Eric Blake New
[v10,08/25] vl: Ensure qapi visitor properly ends struct visit - - - --- 2016-01-29 Eric Blake New
[v10,07/25] hmp: Cache use of qapi visitor - - - --- 2016-01-29 Eric Blake New
[v10,06/25] hmp: Drop pointless allocation during qapi visit - - - --- 2016-01-29 Eric Blake New
[v10,05/25] qapi: Drop dead parameter in gen_params() - - - --- 2016-01-29 Eric Blake New
[v10,04/25] qapi: Dealloc visitor does not need a type_size() - - - --- 2016-01-29 Eric Blake New
[v10,03/25] qapi: Drop dead dealloc visitor variable - - - --- 2016-01-29 Eric Blake New
[v10,02/25] qapi: Avoid use of misnamed DO_UPCAST() - - - --- 2016-01-29 Eric Blake New
[v10,01/25] qobject: Document more shortcomings in our number handling - - - --- 2016-01-29 Eric Blake New
« 1 2 ... 37 38 39 40 »