aboutsummaryrefslogtreecommitdiff
path: root/scripts/qapi.py
AgeCommit message (Expand)Author
2013-09-09Add c++ keywords to QAPI helper scriptTomoki Sekiyama
2013-08-20scripts/qapi.py: Avoid syntax not supported by Python 2.4Peter Maydell
2013-07-29qapi.py: Permit comments starting anywhere on the lineMarkus Armbruster
2013-07-29qapi.py: Rename expr_eval to expr in parse_schema()Markus Armbruster
2013-07-29qapi.py: Fix diagnosing non-objects at a schema's top-levelMarkus Armbruster
2013-07-29qapi.py: Fix schema parser to check syntax systematicallyMarkus Armbruster
2013-07-29qapi.py: Reject invalid characters in schema fileMarkus Armbruster
2013-07-29qapi.py: Decent syntax error reportingMarkus Armbruster
2013-07-29qapi.py: Restructure lexer and parserMarkus Armbruster
2013-07-26qapi: Anonymous unionsKevin Wolf
2013-07-26qapi.py: Maintain a list of union typesKevin Wolf
2013-07-10qapi.py: Allow top-level type reference for command definitionsKevin Wolf
2013-07-10qapi.py: Avoid code duplicationKevin Wolf
2013-05-23qapi: qapi-types.py, native list supportMichael Roth
2012-09-26qapi: add "unix" to the set of reserved wordsPaolo Bonzini
2012-09-26qapi: do not protect enum values from namespace pollutionPaolo Bonzini
2012-08-09qapi: avoid reserved keywordsBlue Swirl
2012-08-01qapi: qapi.py: allow the "'" character to be escapedLuiz Capitulino
2012-07-23qapi: introduce "size" typeLaszlo Ersek
2012-07-23qapi: generate C types for fixed-width integersLaszlo Ersek
2012-03-26qapi: add c_fun to escape function namesFederico Simoncelli
2011-11-30qapi: fix guardname generationMichael Roth
2011-10-04qapi: add code generation support for middle modeAnthony Liguori
2011-07-21qapi: add qapi.py helper librariesMichael Roth