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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
2017-07-12
scripts: use build_ prefix for string not piped through cgen()
Marc-André Lureau
1
-1
/
+1
2017-06-20
qapi: merge QInt and QFloat in QNum
Marc-André Lureau
1
-19
/
+17
2017-05-31
qapi: Reject alternates that can't work with keyval_parse()
Markus Armbruster
1
-2
/
+17
2017-03-21
qapi: Drop unused QAPIDoc member optional
Markus Armbruster
1
-1
/
+0
2017-03-16
qapi: Fix a misleading parser error message
Markus Armbruster
1
-1
/
+2
2017-03-16
qapi: Make pylint a bit happier
Markus Armbruster
1
-4
/
+4
2017-03-16
qapi: Drop unused .check_clash() parameter schema
Markus Armbruster
1
-5
/
+5
2017-03-16
qapi: union_types is a list used like a dict, make it one
Markus Armbruster
1
-16
/
+3
2017-03-16
qapi: struct_types is a list used like a dict, make it one
Markus Armbruster
1
-17
/
+4
2017-03-16
qapi: enum_types is a list used like a dict, make it one
Markus Armbruster
1
-23
/
+6
2017-03-16
qapi: Factor add_name() calls out of the meta conditional
Markus Armbruster
1
-15
/
+9
2017-03-16
qapi: Simplify what gets stored in enum_types
Markus Armbruster
1
-14
/
+15
2017-03-16
qapi: Drop unused variable events
Markus Armbruster
1
-3
/
+0
2017-03-16
qapi: Eliminate check_docs() and drop QAPIDoc.expr
Markus Armbruster
1
-17
/
+10
2017-03-16
qapi: Fix detection of bogus member documentation
Markus Armbruster
1
-25
/
+13
2017-03-16
qapi: Move empty doc section checking to doc parser
Markus Armbruster
1
-6
/
+14
2017-03-16
qapi: Improve error message on @NAME: in free-form doc
Markus Armbruster
1
-11
/
+6
2017-03-16
qapi: Move detection of doc / expression name mismatch
Markus Armbruster
1
-10
/
+18
2017-03-16
qapi: Fix detection of doc / expression mismatch
Markus Armbruster
1
-13
/
+22
2017-03-16
qapi2texi: Include member type in generated documentation
Markus Armbruster
1
-0
/
+14
2017-03-16
qapi: Prefer single-quoted strings more consistently
Markus Armbruster
1
-48
/
+48
2017-03-16
qapi: Use raw strings for regular expressions consistently
Markus Armbruster
1
-4
/
+4
2017-03-16
qapi: The #optional tag is redundant, drop
Markus Armbruster
1
-19
/
+4
2017-03-16
qapi: Conjure up QAPIDoc.ArgSection for undocumented members
Markus Armbruster
1
-3
/
+2
2017-03-16
qapi: Prepare for requiring more complete documentation
Markus Armbruster
1
-45
/
+65
2017-03-16
qapi: Fix QAPISchemaEnumType.is_implicit() for 'QType'
Markus Armbruster
1
-2
/
+2
2017-03-16
qapi: Avoid unwanted blank lines in QAPIDoc
Markus Armbruster
1
-2
/
+3
2017-03-16
qapi: Fix to reject empty union base gracefully
Markus Armbruster
1
-1
/
+1
2017-03-16
qapi: Have each QAPI schema declare its name rule violations
Markus Armbruster
1
-12
/
+10
2017-03-16
qapi: Have each QAPI schema declare its returns white-list
Markus Armbruster
1
-21
/
+9
2017-03-16
qapi: Make doc comments optional where we don't need them
Markus Armbruster
1
-1
/
+23
2017-03-16
qapi: Factor QAPISchemaParser._include() out of .__init__()
Markus Armbruster
1
-22
/
+23
2017-01-16
qapi: add qapi2texi script
Marc-André Lureau
1
-2
/
+249
2017-01-16
qapi: rework qapi Exception
Marc-André Lureau
1
-178
/
+156
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
[next]