index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
qapi.py
Age
Commit message (
Expand
)
Author
Files
Lines
2016-07-19
qapi: Implement boxed types for commands/events
Eric Blake
1
-13
/
+50
2016-07-19
qapi: Plumb in 'boxed' to qapi generator lower levels
Eric Blake
1
-16
/
+27
2016-07-19
qapi: Drop useless gen_err_check()
Eric Blake
1
-8
/
+0
2016-07-19
qapi: Add type.is_empty() helper
Eric Blake
1
-0
/
+4
2016-07-19
qapi: Hide tag_name data member of variants
Eric Blake
1
-4
/
+4
2016-07-19
qapi: Special case c_name() for empty type
Eric Blake
1
-0
/
+1
2016-07-19
qapi: Require all branches of flat union enum to be covered
Eric Blake
1
-0
/
+8
2016-03-18
qapi: Use anonymous bases in QMP flat unions
Eric Blake
1
-1
/
+1
2016-03-18
qapi: Allow anonymous base for flat union
Eric Blake
1
-2
/
+10
2016-03-18
qapi: Don't special-case simple union wrappers
Eric Blake
1
-10
/
+0
2016-03-18
qapi: Drop unused c_null()
Eric Blake
1
-29
/
+17
2016-03-18
qapi: Inline gen_visit_members() into lone caller
Eric Blake
1
-44
/
+2
2016-03-18
qapi: Emit implicit structs in generated C
Eric Blake
1
-2
/
+0
2016-03-18
qapi: Adjust names of implicit types
Eric Blake
1
-8
/
+10
2016-03-18
qapi: Make c_type() more OO-like
Eric Blake
1
-9
/
+30
2016-03-05
qapi: Rename 'fields' to 'members' in generator
Eric Blake
1
-10
/
+10
2016-03-01
qapi: rename InputAxis values.
Gerd Hoffmann
1
-1
/
+0
2016-03-01
qapi: rename input buttons
Gerd Hoffmann
1
-1
/
+0
2016-02-19
qapi: Don't box struct branch of alternate
Eric Blake
1
-5
/
+7
2016-02-19
qapi: Forbid 'any' inside an alternate
Eric Blake
1
-1
/
+4
2016-02-19
qapi: Forbid empty unions and useless alternates
Eric Blake
1
-2
/
+10
2016-02-08
qapi: Fix compilation failure on MIPS and SPARC
Eric Blake
1
-1
/
+1
2016-02-08
qapi: Swap visit_* arguments for consistent 'name' placement
Eric Blake
1
-2
/
+2
2016-02-08
qapi: Improve generated event use of qapi visitor
Eric Blake
1
-2
/
+3
2016-02-08
qapi: Drop dead parameter in gen_params()
Eric Blake
1
-2
/
+2
2016-02-08
qapi: Use Python 2.6 "except E as ..." syntax
Markus Armbruster
1
-4
/
+4
2015-12-17
qapi: Detect base class loops
Eric Blake
1
-1
/
+3
2015-12-17
qapi: Move duplicate collision checks to schema check()
Eric Blake
1
-50
/
+1
2015-12-17
qapi: Enforce (or whitelist) case conventions on qapi members
Eric Blake
1
-0
/
+17
2015-12-17
qapi: Track enum values by QAPISchemaMember, not string
Eric Blake
1
-11
/
+26
2015-12-17
qapi: Prepare new QAPISchemaMember base class
Eric Blake
1
-12
/
+17
2015-12-17
qapi: Shorter visits of optional fields
Eric Blake
1
-2
/
+1
2015-12-17
qapi: Simplify visits of optional fields
Eric Blake
1
-6
/
+2
2015-12-17
qapi: Inline _make_implicit_tag()
Eric Blake
1
-6
/
+3
2015-12-17
qapi: Simplify visiting of alternate types
Eric Blake
1
-5
/
+13
2015-12-17
qapi: Convert QType into QAPI built-in enum type
Eric Blake
1
-0
/
+6
2015-12-17
qobject: Rename qtype_code to QType
Eric Blake
1
-1
/
+1
2015-12-17
qapi: Change munging of CamelCase enum values
Eric Blake
1
-1
/
+1
2015-12-17
qapi: Remove obsolete tests for MAX collision
Eric Blake
1
-5
/
+3
2015-12-17
qapi: Don't let implicit enum MAX member collide
Eric Blake
1
-3
/
+3
2015-12-17
qapi: Tighten the regex on valid names
Eric Blake
1
-5
/
+7
2015-12-17
qapi: Fix c_name() munging
Eric Blake
1
-1
/
+2
2015-12-17
qapi: Detect collisions in C member names
Eric Blake
1
-12
/
+19
2015-12-17
qapi: Track owner of each object member
Eric Blake
1
-2
/
+38
2015-12-17
qapi: Remove outdated tests related to QMP/branch collisions
Eric Blake
1
-9
/
+2
2015-12-17
qapi: Hoist tag collision check to Variants.check()
Eric Blake
1
-5
/
+2
2015-12-17
qapi: Factor out QAPISchemaObjectType.check_clash()
Eric Blake
1
-7
/
+7
2015-12-17
qapi: Check for QAPI collisions involving variant members
Eric Blake
1
-0
/
+15
2015-12-17
qapi: Simplify QAPISchemaObjectTypeVariants.check()
Markus Armbruster
1
-4
/
+3
2015-12-17
qapi: Factor out QAPISchemaObjectTypeMember.check_clash()
Markus Armbruster
1
-4
/
+7
[next]