index
:
~pgrunt/qemu
cdrom
master
virgl-spice
Fork of QEMU git://git.qemu-project.org/qemu.git
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
qapi.py
Age
Commit message (
Expand
)
Author
Files
Lines
2015-05-14
qapi: Fix C identifiers generated for names containing '.'
Markus Armbruster
1
-2
/
+5
2015-05-05
qapi: Check for member name conflicts with a base class
Eric Blake
1
-1
/
+22
2015-05-05
qapi: Support (subset of) \u escapes in strings
Eric Blake
1
-1
/
+35
2015-05-05
qapi: Drop support for inline nested types
Eric Blake
1
-13
/
+7
2015-05-05
qapi: Forbid 'type' in schema
Eric Blake
1
-14
/
+0
2015-05-05
qapi: Prefer 'struct' over 'type' in generator
Eric Blake
1
-17
/
+29
2015-05-05
qapi: More rigorous checking for type safety bypass
Eric Blake
1
-5
/
+17
2015-05-05
qapi: Whitelist commands that don't return dictionary
Eric Blake
1
-3
/
+28
2015-05-05
qapi: Require valid names
Eric Blake
1
-17
/
+46
2015-05-05
qapi: More rigourous checking of types
Eric Blake
1
-9
/
+87
2015-05-05
qapi: Allow true, false and null in schema json
Fam Zheng
1
-3
/
+18
2015-05-05
qapi: Better error messages for duplicated expressions
Eric Blake
1
-14
/
+49
2015-05-05
qapi: Better error messages for bad expressions
Eric Blake
1
-7
/
+37
2015-05-05
qapi: Use 'alternate' to replace anonymous union
Eric Blake
1
-18
/
+14
2015-05-05
qapi: Segregate anonymous unions into alternates in generator
Eric Blake
1
-33
/
+55
2015-05-05
qapi: Prepare for catching more semantic parse errors
Eric Blake
1
-17
/
+20
2015-05-05
qapi: Tighten checking of unions
Eric Blake
1
-17
/
+72
2015-05-05
qapi: Forbid base without discriminator in unions
Eric Blake
1
-10
/
+10
2015-05-05
qapi: Better error messages for bad enums
Eric Blake
1
-5
/
+29
2015-05-05
qapi: Require ASCII in schema
Eric Blake
1
-2
/
+2
2015-05-05
qapi: Fix generation of 'size' builtin type
Eric Blake
1
-0
/
+1
2015-05-05
qapi: Simplify builtin type handling
Eric Blake
1
-7
/
+1
2014-08-28
qapi.py: avoid Python 2.5+ any() function
Stefan Hajnoczi
1
-4
/
+4
2014-06-27
qapi script: clean up in scripts
Wenchao Xia
1
-1
/
+1
2014-06-23
qapi script: add event support
Wenchao Xia
1
-0
/
+12
2014-06-23
qapi: Suppress unwanted space between type and identifier
Amos Kong
1
-6
/
+17
2014-06-23
qapi: add const prefix to 'char *' insider c_type()
Amos Kong
1
-1
/
+3
2014-05-21
scripts/qapi.py: Avoid syntax not supported by Python 2.4
Luiz Capitulino
1
-1
/
+1
2014-05-16
qapi: skip redundant includes
Benoît Canet
1
-3
/
+11
2014-05-08
qapi: Add a primitive to include other files from a QAPI schema file
Lluís Vilanova
1
-12
/
+52
2014-05-08
qapi: Use an explicit input file
Lluís Vilanova
1
-2
/
+3
2014-03-11
qapi script: do not add "_" for every capitalized char in enum
Wenchao Xia
1
-7
/
+19
2014-03-11
qapi script: do not allow string discriminator
Wenchao Xia
1
-0
/
+5
2014-03-11
qapi script: support enum type as discriminator in union
Wenchao Xia
1
-1
/
+26
2014-03-11
qapi script: use same function to generate enum string
Wenchao Xia
1
-4
/
+9
2014-03-11
qapi script: code move for generate_enum_name()
Wenchao Xia
1
-0
/
+10
2014-03-11
qapi script: check correctness of union
Wenchao Xia
1
-2
/
+86
2014-03-11
qapi script: remember line number in schema parsing
Wenchao Xia
1
-6
/
+8
2014-03-11
qapi script: add check for duplicated key
Wenchao Xia
1
-0
/
+2
2014-03-11
qapi script: remember explicitly defined enum values
Wenchao Xia
1
-5
/
+11
2014-03-03
qapi: Fix licensing of scripts
Markus Armbruster
1
-2
/
+2
2014-01-22
qapi: Add "errno" to the list of polluted words
Max Reitz
1
-1
/
+1
2013-09-09
Add c++ keywords to QAPI helper script
Tomoki Sekiyama
1
-1
/
+11
2013-08-20
scripts/qapi.py: Avoid syntax not supported by Python 2.4
Peter Maydell
1
-1
/
+1
2013-07-29
qapi.py: Permit comments starting anywhere on the line
Markus Armbruster
1
-2
/
+1
2013-07-29
qapi.py: Rename expr_eval to expr in parse_schema()
Markus Armbruster
1
-9
/
+9
2013-07-29
qapi.py: Fix diagnosing non-objects at a schema's top-level
Markus Armbruster
1
-4
/
+6
2013-07-29
qapi.py: Fix schema parser to check syntax systematically
Markus Armbruster
1
-10
/
+30
2013-07-29
qapi.py: Reject invalid characters in schema file
Markus Armbruster
1
-0
/
+2
2013-07-29
qapi.py: Decent syntax error reporting
Markus Armbruster
1
-2
/
+27
[next]