Age | Commit message (Expand) | Author |
2014-06-23 | qapi: Suppress unwanted space between type and identifier | Amos Kong |
2014-06-23 | qapi: add const prefix to 'char *' insider c_type() | Amos Kong |
2014-05-21 | qapi: zero-initialize all QMP command parameters | Michael Roth |
2014-05-15 | qapi: Replace uncommon use of the error API by the common one | Markus Armbruster |
2014-05-15 | qapi: Replace start_optional()/end_optional() by optional() | Markus Armbruster |
2014-05-15 | qapi: Normalize marshalling's visitor initialization and cleanup | Markus Armbruster |
2014-05-08 | qapi: Use an explicit input file | LluĂs Vilanova |
2014-03-03 | qapi: Drop unused code in qapi-commands.py | Markus Armbruster |
2014-03-03 | qapi: Fix licensing of scripts | Markus Armbruster |
2013-07-16 | qapi: qapi-commands: fix possible leaks on visitor dealloc | Luiz Capitulino |
2012-12-19 | misc: move include files to include/qemu/ | Paolo Bonzini |
2012-12-19 | qapi: move include files to include/qobject/ | Paolo Bonzini |
2012-12-19 | qapi: remove qapi/qapi-types-core.h | Paolo Bonzini |
2012-12-19 | qapi: move inclusions of qemu-common.h from headers to .c files | Paolo Bonzini |
2012-08-13 | scripts: qapi-commands.py: qmp-commands.h: include qdict.h | Luiz Capitulino |
2012-05-15 | qapi: add support for command options | Luiz Capitulino |
2012-03-27 | qmp: parse commands in strict mode | Paolo Bonzini |
2012-03-26 | qapi: add c_fun to escape function names | Federico Simoncelli |
2012-01-12 | Fix qapi code generation fix | Avi Kivity |
2011-12-27 | Fix qapi code generation wrt parallel build | Avi Kivity |
2011-12-15 | qapi: allow a 'gen' key to suppress code generation | Anthony Liguori |
2011-10-27 | qapi-commands.py: Don't call the output marshal on error | Luiz Capitulino |
2011-10-04 | qapi: fixup command generation for functions that return list types | Anthony Liguori |
2011-10-04 | qapi: add code generation support for middle mode | Anthony Liguori |
2011-08-12 | qapi: fix build issue due to missing newline in generated header | Michael Roth |
2011-07-21 | qapi: add qapi-commands.py code generator | Michael Roth |