Age | Commit message (Expand) | Author |
2015-12-17 | qapi: Simplify visits of optional fields | Eric Blake |
2015-12-17 | qapi: Fix alternates that accept 'number' but not 'int' | Eric Blake |
2015-12-17 | qapi: Inline _make_implicit_tag() | Eric Blake |
2015-12-17 | qapi-types: Drop unnedeed ._fwdefn | Eric Blake |
2015-12-17 | qapi: Simplify visiting of alternate types | Eric Blake |
2015-12-17 | qapi: Convert QType into QAPI built-in enum type | Eric Blake |
2015-12-17 | qobject: Rename qtype_code to QType | Eric Blake |
2015-12-17 | qapi: Change munging of CamelCase enum values | Eric Blake |
2015-12-17 | qapi: Remove obsolete tests for MAX collision | Eric Blake |
2015-12-17 | qapi: Don't let implicit enum MAX member collide | Eric Blake |
2015-12-17 | qapi: Tighten the regex on valid names | Eric Blake |
2015-12-17 | qapi: Fix c_name() munging | Eric Blake |
2015-12-17 | qapi: Detect collisions in C member names | Eric Blake |
2015-12-17 | qapi: Track owner of each object member | Eric Blake |
2015-12-17 | qapi: Remove outdated tests related to QMP/branch collisions | Eric Blake |
2015-12-17 | qapi: Hoist tag collision check to Variants.check() | Eric Blake |
2015-12-17 | qapi: Factor out QAPISchemaObjectType.check_clash() | Eric Blake |
2015-12-17 | qapi: Check for QAPI collisions involving variant members | Eric Blake |
2015-12-17 | qapi: Simplify QAPISchemaObjectTypeVariants.check() | Markus Armbruster |
2015-12-17 | qapi: Factor out QAPISchemaObjectTypeMember.check_clash() | Markus Armbruster |
2015-12-17 | qapi: Eliminate QAPISchemaObjectType.check() variable members | Markus Armbruster |
2015-12-17 | qapi: Fix up commit 7618b91's clash sanity checking change | Markus Armbruster |
2015-12-17 | qapi: Clean up after previous commit | Markus Armbruster |
2015-12-17 | qapi: Simplify QAPISchemaObjectTypeMember.check() | Markus Armbruster |
2015-12-17 | qapi: Drop obsolete tag value collision assertions | Markus Armbruster |
2015-12-17 | qapi-types: Simplify gen_struct_field[s] | Eric Blake |
2015-12-17 | qapi-types: Consolidate gen_struct() and gen_union() | Eric Blake |
2015-12-17 | qapi: Track simple union tag in object.local_members | Eric Blake |
2015-11-10 | qapi: Provide nicer array names in introspection | Eric Blake |
2015-11-10 | qapi: Test failure in middle of array parse | Eric Blake |
2015-11-05 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2015-11-04 | migration: fix analyze-migration.py script | Mark Cave-Ayland |
2015-11-02 | scripts/text2pod.pl: Escape left brace | Fam Zheng |
2015-11-02 | qapi: Simplify gen_struct_field() | Eric Blake |
2015-11-02 | qapi: Reserve 'u' member name | Eric Blake |
2015-11-02 | qapi: Finish converting to new qapi union layout | Eric Blake |
2015-11-02 | qapi-visit: Convert to new qapi union layout | Eric Blake |
2015-11-02 | qapi: Start converting to new qapi union layout | Eric Blake |
2015-11-02 | qapi-visit: Remove redundant functions for flat union base | Eric Blake |
2015-11-02 | qapi: Unbox base members | Eric Blake |
2015-11-02 | qapi: Prefer typesafe upcasts to qapi base classes | Eric Blake |
2015-11-02 | qapi-types: Refactor base fields output | Eric Blake |
2015-11-02 | qapi-visit: Split off visit_type_FOO_fields forward decl | Eric Blake |
2015-11-02 | qapi: Reserve 'q_*' and 'has_*' member names | Eric Blake |
2015-11-02 | qapi: Reserve '*List' type names for list types | Eric Blake |
2015-11-02 | qapi: More robust conditions for when labels are needed | Eric Blake |
2015-11-02 | qapi: More idiomatic string operations | Eric Blake |
2015-10-29 | gdb command: qemu handlers | Dr. David Alan Gilbert |
2015-10-29 | qemu-gdb: add $qemu_coroutine_sp and $qemu_coroutine_pc | Paolo Bonzini |
2015-10-29 | qemu-gdb: extract parts of "qemu coroutine" implementation | Paolo Bonzini |