index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
qapi-commands.py
Age
Commit message (
Expand
)
Author
2016-07-06
qapi: Add new visit_complete() function
Eric Blake
2016-07-06
qmp-input-visitor: Favor new visit_free() function
Eric Blake
2016-07-06
qapi: Add new visit_free() function
Eric Blake
2016-07-06
qapi: Add parameter to visit_end_*
Eric Blake
2016-05-12
qapi: Split visit_end_struct() into pieces
Eric Blake
2016-05-12
qapi-commands: Wrap argument visit in visit_start_struct
Eric Blake
2016-05-12
qapi: Consolidate QMP input visitor creation
Eric Blake
2016-03-18
qapi-commands: Inline single-use helpers of gen_marshal()
Eric Blake
2016-03-18
qapi-commands: Utilize implicit struct visits
Eric Blake
2016-03-18
qapi: Fix command with named empty argument type
Eric Blake
2016-03-18
qapi: Assert in places where variants are not handled
Eric Blake
2016-03-05
qapi: Rename 'fields' to 'members' in generator
Eric Blake
2016-02-16
qapi: Clean up includes in generated files
Eric Blake
2016-02-08
qapi: Swap visit_* arguments for consistent 'name' placement
Eric Blake
2015-11-02
qapi: More robust conditions for when labels are needed
Eric Blake
2015-10-12
qapi: Simplify gen_visit_fields() error handling
Eric Blake
2015-10-12
qapi: Share gen_visit_fields()
Eric Blake
2015-10-12
qapi: Share gen_err_check()
Eric Blake
2015-10-12
qapi: Consistent generated code: minimize push_indent() usage
Eric Blake
2015-10-12
qapi: Consistent generated code: prefer visitor 'v'
Eric Blake
2015-10-12
qapi: Consistent generated code: prefer error 'err'
Eric Blake
2015-09-21
qapi-commands: De-duplicate output marshaling functions
Markus Armbruster
2015-09-21
qapi: De-duplicate parameter list generation
Markus Armbruster
2015-09-21
qapi: Rename qmp_marshal_input_FOO() to qmp_marshal_FOO()
Markus Armbruster
2015-09-21
qapi-commands: Rearrange code
Markus Armbruster
2015-09-21
qapi: Clean up after recent conversions to QAPISchemaVisitor
Markus Armbruster
2015-09-21
qapi: Replace dirty is_c_ptr() by method c_null()
Markus Armbruster
2015-09-21
qapi-commands: Convert to QAPISchemaVisitor
Markus Armbruster
2015-09-21
qapi: New QAPISchema intermediate reperesentation
Markus Armbruster
2015-09-04
qapi: Generated code cleanup
Markus Armbruster
2015-09-04
qapi-commands: Drop useless initialization
Markus Armbruster
2015-09-04
qapi-commands: Don't feed output of mcgen() to mcgen() again
Markus Armbruster
2015-09-04
qapi-commands: Inline gen_marshal_output_call()
Markus Armbruster
2015-09-04
qapi-commands: Fix gen_err_check(e) for e and e != 'local_err'
Markus Armbruster
2015-09-04
qapi: Drop unused and useless parameters and variables
Markus Armbruster
2015-09-04
qapi: Clean up cgen() and mcgen()
Markus Armbruster
2015-06-22
Include qapi/qmp/qerror.h exactly where needed
Markus Armbruster
2015-06-22
qmp: Wean off qerror_report()
Markus Armbruster
2015-05-14
qapi: Inline gen_command_decl_prologue(), gen_command_def_prologue()
Markus Armbruster
2015-05-14
qapi: Factor open_output(), close_output() out of generators
Markus Armbruster
2015-05-14
qapi: Factor parse_command_line() out of the generators
Markus Armbruster
2015-05-14
qapi: qapi-commands.py option --type is unused, drop it
Markus Armbruster
2015-05-14
qapi: Support downstream events and commands
Eric Blake
2015-05-14
qapi: Rename identical c_fun()/c_var() into c_name()
Eric Blake
2015-05-05
qapi: Drop support for inline nested types
Eric Blake
2015-05-05
qapi: Unify type bypass and add tests
Eric Blake
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
[next]