index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
qapi.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
qapi script: add event support
Wenchao Xia
2014-06-23
1
-0
/
+12
*
qapi: Suppress unwanted space between type and identifier
Amos Kong
2014-06-23
1
-6
/
+17
*
qapi: add const prefix to 'char *' insider c_type()
Amos Kong
2014-06-23
1
-1
/
+3
*
scripts/qapi.py: Avoid syntax not supported by Python 2.4
Luiz Capitulino
2014-05-21
1
-1
/
+1
*
qapi: skip redundant includes
Benoît Canet
2014-05-16
1
-3
/
+11
*
qapi: Add a primitive to include other files from a QAPI schema file
Lluís Vilanova
2014-05-08
1
-12
/
+52
*
qapi: Use an explicit input file
Lluís Vilanova
2014-05-08
1
-2
/
+3
*
qapi script: do not add "_" for every capitalized char in enum
Wenchao Xia
2014-03-11
1
-7
/
+19
*
qapi script: do not allow string discriminator
Wenchao Xia
2014-03-11
1
-0
/
+5
*
qapi script: support enum type as discriminator in union
Wenchao Xia
2014-03-11
1
-1
/
+26
*
qapi script: use same function to generate enum string
Wenchao Xia
2014-03-11
1
-4
/
+9
*
qapi script: code move for generate_enum_name()
Wenchao Xia
2014-03-11
1
-0
/
+10
*
qapi script: check correctness of union
Wenchao Xia
2014-03-11
1
-2
/
+86
*
qapi script: remember line number in schema parsing
Wenchao Xia
2014-03-11
1
-6
/
+8
*
qapi script: add check for duplicated key
Wenchao Xia
2014-03-11
1
-0
/
+2
*
qapi script: remember explicitly defined enum values
Wenchao Xia
2014-03-11
1
-5
/
+11
*
qapi: Fix licensing of scripts
Markus Armbruster
2014-03-03
1
-2
/
+2
*
qapi: Add "errno" to the list of polluted words
Max Reitz
2014-01-22
1
-1
/
+1
*
Add c++ keywords to QAPI helper script
Tomoki Sekiyama
2013-09-09
1
-1
/
+11
*
scripts/qapi.py: Avoid syntax not supported by Python 2.4
Peter Maydell
2013-08-20
1
-1
/
+1
*
qapi.py: Permit comments starting anywhere on the line
Markus Armbruster
2013-07-29
1
-2
/
+1
*
qapi.py: Rename expr_eval to expr in parse_schema()
Markus Armbruster
2013-07-29
1
-9
/
+9
*
qapi.py: Fix diagnosing non-objects at a schema's top-level
Markus Armbruster
2013-07-29
1
-4
/
+6
*
qapi.py: Fix schema parser to check syntax systematically
Markus Armbruster
2013-07-29
1
-10
/
+30
*
qapi.py: Reject invalid characters in schema file
Markus Armbruster
2013-07-29
1
-0
/
+2
*
qapi.py: Decent syntax error reporting
Markus Armbruster
2013-07-29
1
-2
/
+27
*
qapi.py: Restructure lexer and parser
Markus Armbruster
2013-07-29
1
-80
/
+83
*
qapi: Anonymous unions
Kevin Wolf
2013-07-26
1
-0
/
+15
*
qapi.py: Maintain a list of union types
Kevin Wolf
2013-07-26
1
-0
/
+13
*
qapi.py: Allow top-level type reference for command definitions
Kevin Wolf
2013-07-10
1
-0
/
+19
*
qapi.py: Avoid code duplication
Kevin Wolf
2013-07-10
1
-9
/
+9
*
qapi: qapi-types.py, native list support
Michael Roth
2013-05-23
1
-0
/
+23
*
qapi: add "unix" to the set of reserved words
Paolo Bonzini
2012-09-26
1
-1
/
+3
*
qapi: do not protect enum values from namespace pollution
Paolo Bonzini
2012-09-26
1
-4
/
+4
*
qapi: avoid reserved keywords
Blue Swirl
2012-08-09
1
-0
/
+16
*
qapi: qapi.py: allow the "'" character to be escaped
Luiz Capitulino
2012-08-01
1
-10
/
+21
*
qapi: introduce "size" type
Laszlo Ersek
2012-07-23
1
-0
/
+2
*
qapi: generate C types for fixed-width integers
Laszlo Ersek
2012-07-23
1
-0
/
+4
*
qapi: add c_fun to escape function names
Federico Simoncelli
2012-03-26
1
-1
/
+4
*
qapi: fix guardname generation
Michael Roth
2011-11-30
1
-3
/
+4
*
qapi: add code generation support for middle mode
Anthony Liguori
2011-10-04
1
-1
/
+3
*
qapi: add qapi.py helper libraries
Michael Roth
2011-07-21
1
-0
/
+203