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-commands.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
qapi-commands: De-duplicate output marshaling functions
Markus Armbruster
2015-09-21
1
-7
/
+10
*
qapi: De-duplicate parameter list generation
Markus Armbruster
2015-09-21
1
-9
/
+2
*
qapi: Rename qmp_marshal_input_FOO() to qmp_marshal_FOO()
Markus Armbruster
2015-09-21
1
-2
/
+2
*
qapi-commands: Rearrange code
Markus Armbruster
2015-09-21
1
-48
/
+39
*
qapi: Clean up after recent conversions to QAPISchemaVisitor
Markus Armbruster
2015-09-21
1
-63
/
+77
*
qapi: Replace dirty is_c_ptr() by method c_null()
Markus Armbruster
2015-09-21
1
-11
/
+5
*
qapi-commands: Convert to QAPISchemaVisitor
Markus Armbruster
2015-09-21
1
-69
/
+90
*
qapi: New QAPISchema intermediate reperesentation
Markus Armbruster
2015-09-21
1
-1
/
+1
*
qapi: Generated code cleanup
Markus Armbruster
2015-09-04
1
-0
/
+1
*
qapi-commands: Drop useless initialization
Markus Armbruster
2015-09-04
1
-6
/
+2
*
qapi-commands: Don't feed output of mcgen() to mcgen() again
Markus Armbruster
2015-09-04
1
-31
/
+21
*
qapi-commands: Inline gen_marshal_output_call()
Markus Armbruster
2015-09-04
1
-8
/
+4
*
qapi-commands: Fix gen_err_check(e) for e and e != 'local_err'
Markus Armbruster
2015-09-04
1
-6
/
+7
*
qapi: Drop unused and useless parameters and variables
Markus Armbruster
2015-09-04
1
-14
/
+13
*
qapi: Clean up cgen() and mcgen()
Markus Armbruster
2015-09-04
1
-1
/
+1
*
Include qapi/qmp/qerror.h exactly where needed
Markus Armbruster
2015-06-22
1
-1
/
+0
*
qmp: Wean off qerror_report()
Markus Armbruster
2015-06-22
1
-35
/
+6
*
qapi: Inline gen_command_decl_prologue(), gen_command_def_prologue()
Markus Armbruster
2015-05-14
1
-34
/
+24
*
qapi: Factor open_output(), close_output() out of generators
Markus Armbruster
2015-05-14
1
-64
/
+37
*
qapi: Factor parse_command_line() out of the generators
Markus Armbruster
2015-05-14
1
-31
/
+3
*
qapi: qapi-commands.py option --type is unused, drop it
Markus Armbruster
2015-05-14
1
-36
/
+32
*
qapi: Support downstream events and commands
Eric Blake
2015-05-14
1
-11
/
+5
*
qapi: Rename identical c_fun()/c_var() into c_name()
Eric Blake
2015-05-14
1
-17
/
+18
*
qapi: Drop support for inline nested types
Eric Blake
2015-05-05
1
-4
/
+4
*
qapi: Unify type bypass and add tests
Eric Blake
2015-05-05
1
-7
/
+2
*
qapi: Suppress unwanted space between type and identifier
Amos Kong
2014-06-23
1
-2
/
+2
*
qapi: add const prefix to 'char *' insider c_type()
Amos Kong
2014-06-23
1
-3
/
+1
*
qapi: zero-initialize all QMP command parameters
Michael Roth
2014-05-21
1
-1
/
+1
*
qapi: Replace uncommon use of the error API by the common one
Markus Armbruster
2014-05-15
1
-16
/
+41
*
qapi: Replace start_optional()/end_optional() by optional()
Markus Armbruster
2014-05-15
1
-3
/
+2
*
qapi: Normalize marshalling's visitor initialization and cleanup
Markus Armbruster
2014-05-15
1
-15
/
+12
*
qapi: Use an explicit input file
LluĂs Vilanova
2014-05-08
1
-3
/
+6
*
qapi: Drop unused code in qapi-commands.py
Markus Armbruster
2014-03-03
1
-20
/
+0
*
qapi: Fix licensing of scripts
Markus Armbruster
2014-03-03
1
-2
/
+2
*
qapi: qapi-commands: fix possible leaks on visitor dealloc
Luiz Capitulino
2013-07-16
1
-7
/
+10
*
misc: move include files to include/qemu/
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
qapi: move include files to include/qobject/
Paolo Bonzini
2012-12-19
1
-7
/
+7
*
qapi: remove qapi/qapi-types-core.h
Paolo Bonzini
2012-12-19
1
-0
/
+2
*
qapi: move inclusions of qemu-common.h from headers to .c files
Paolo Bonzini
2012-12-19
1
-0
/
+1
*
scripts: qapi-commands.py: qmp-commands.h: include qdict.h
Luiz Capitulino
2012-08-13
1
-0
/
+1
*
qapi: add support for command options
Luiz Capitulino
2012-05-15
1
-2
/
+12
*
qmp: parse commands in strict mode
Paolo Bonzini
2012-03-27
1
-1
/
+1
*
qapi: add c_fun to escape function names
Federico Simoncelli
2012-03-26
1
-7
/
+7
*
Fix qapi code generation fix
Avi Kivity
2012-01-12
1
-8
/
+4
*
Fix qapi code generation wrt parallel build
Avi Kivity
2011-12-27
1
-3
/
+27
*
qapi: allow a 'gen' key to suppress code generation
Anthony Liguori
2011-12-15
1
-0
/
+1
*
qapi-commands.py: Don't call the output marshal on error
Luiz Capitulino
2011-10-27
1
-1
/
+3
*
qapi: fixup command generation for functions that return list types
Anthony Liguori
2011-10-04
1
-8
/
+15
*
qapi: add code generation support for middle mode
Anthony Liguori
2011-10-04
1
-14
/
+65
*
qapi: fix build issue due to missing newline in generated header
Michael Roth
2011-08-12
1
-1
/
+1
[next]