summaryrefslogtreecommitdiffstats
path: root/scripts/qapi.py
Commit message (Expand)AuthorAgeFilesLines
* qapi: add qapi2texi scriptMarc-André Lureau2017-01-161-2/+249
* qapi: rework qapi ExceptionMarc-André Lureau2017-01-161-178/+156Star
* qapi: Implement boxed types for commands/eventsEric Blake2016-07-191-13/+50
* qapi: Plumb in 'boxed' to qapi generator lower levelsEric Blake2016-07-191-16/+27
* qapi: Drop useless gen_err_check()Eric Blake2016-07-191-8/+0Star
* qapi: Add type.is_empty() helperEric Blake2016-07-191-0/+4
* qapi: Hide tag_name data member of variantsEric Blake2016-07-191-4/+4
* qapi: Special case c_name() for empty typeEric Blake2016-07-191-0/+1
* qapi: Require all branches of flat union enum to be coveredEric Blake2016-07-191-0/+8
* qapi: Use anonymous bases in QMP flat unionsEric Blake2016-03-181-1/+1
* qapi: Allow anonymous base for flat unionEric Blake2016-03-181-2/+10
* qapi: Don't special-case simple union wrappersEric Blake2016-03-181-10/+0Star
* qapi: Drop unused c_null()Eric Blake2016-03-181-29/+17Star
* qapi: Inline gen_visit_members() into lone callerEric Blake2016-03-181-44/+2Star
* qapi: Emit implicit structs in generated CEric Blake2016-03-181-2/+0Star
* qapi: Adjust names of implicit typesEric Blake2016-03-181-8/+10
* qapi: Make c_type() more OO-likeEric Blake2016-03-181-9/+30
* qapi: Rename 'fields' to 'members' in generatorEric Blake2016-03-051-10/+10
* qapi: rename InputAxis values.Gerd Hoffmann2016-03-011-1/+0Star
* qapi: rename input buttonsGerd Hoffmann2016-03-011-1/+0Star
* qapi: Don't box struct branch of alternateEric Blake2016-02-191-5/+7
* qapi: Forbid 'any' inside an alternateEric Blake2016-02-191-1/+4
* qapi: Forbid empty unions and useless alternatesEric Blake2016-02-191-2/+10
* qapi: Fix compilation failure on MIPS and SPARCEric Blake2016-02-081-1/+1
* qapi: Swap visit_* arguments for consistent 'name' placementEric Blake2016-02-081-2/+2
* qapi: Improve generated event use of qapi visitorEric Blake2016-02-081-2/+3
* qapi: Drop dead parameter in gen_params()Eric Blake2016-02-081-2/+2
* qapi: Use Python 2.6 "except E as ..." syntaxMarkus Armbruster2016-02-081-4/+4
* qapi: Detect base class loopsEric Blake2015-12-171-1/+3
* qapi: Move duplicate collision checks to schema check()Eric Blake2015-12-171-50/+1Star
* qapi: Enforce (or whitelist) case conventions on qapi membersEric Blake2015-12-171-0/+17
* qapi: Track enum values by QAPISchemaMember, not stringEric Blake2015-12-171-11/+26
* qapi: Prepare new QAPISchemaMember base classEric Blake2015-12-171-12/+17
* qapi: Shorter visits of optional fieldsEric Blake2015-12-171-2/+1Star
* qapi: Simplify visits of optional fieldsEric Blake2015-12-171-6/+2Star
* qapi: Inline _make_implicit_tag()Eric Blake2015-12-171-6/+3Star
* qapi: Simplify visiting of alternate typesEric Blake2015-12-171-5/+13
* qapi: Convert QType into QAPI built-in enum typeEric Blake2015-12-171-0/+6
* qobject: Rename qtype_code to QTypeEric Blake2015-12-171-1/+1
* qapi: Change munging of CamelCase enum valuesEric Blake2015-12-171-1/+1
* qapi: Remove obsolete tests for MAX collisionEric Blake2015-12-171-5/+3Star
* qapi: Don't let implicit enum MAX member collideEric Blake2015-12-171-3/+3
* qapi: Tighten the regex on valid namesEric Blake2015-12-171-5/+7
* qapi: Fix c_name() mungingEric Blake2015-12-171-1/+2
* qapi: Detect collisions in C member namesEric Blake2015-12-171-12/+19
* qapi: Track owner of each object memberEric Blake2015-12-171-2/+38
* qapi: Remove outdated tests related to QMP/branch collisionsEric Blake2015-12-171-9/+2Star
* qapi: Hoist tag collision check to Variants.check()Eric Blake2015-12-171-5/+2Star
* qapi: Factor out QAPISchemaObjectType.check_clash()Eric Blake2015-12-171-7/+7
* qapi: Check for QAPI collisions involving variant membersEric Blake2015-12-171-0/+15