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-event.py
Age
Commit message (
Expand
)
Author
2017-09-04
qapi: Generate FOO_str() macro for QAPI enum FOO
Markus Armbruster
2017-07-12
scripts: use build_ prefix for string not piped through cgen()
Marc-André Lureau
2017-03-16
qapi: Prefer single-quoted strings more consistently
Markus Armbruster
2016-10-25
qapi: rename QmpOutputVisitor to QObjectOutputVisitor
Daniel P. Berrange
2016-10-25
qapi: rename *qmp-*-visitor* to *qobject-*-visitor*
Daniel P. Berrange
2016-07-19
qapi: Implement boxed types for commands/events
Eric Blake
2016-07-19
qapi: Plumb in 'boxed' to qapi generator lower levels
Eric Blake
2016-07-19
qapi-event: Simplify visit of non-implicit data
Eric Blake
2016-07-19
qapi: Add type.is_empty() helper
Eric Blake
2016-07-06
qapi: Add new visit_complete() 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-03-18
qapi-event: Utilize implicit struct visits
Eric Blake
2016-03-18
qapi-event: Drop qmp_output_get_qobject() null check
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: Drop unused 'kind' for struct/enum visit
Eric Blake
2016-02-08
qapi: Swap visit_* arguments for consistent 'name' placement
Eric Blake
2016-02-08
qapi: Improve generated event use of qapi visitor
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: prefer common labels
Eric Blake
2015-10-12
qapi: Consistent generated code: prefer error 'err'
Eric Blake
2015-09-21
qapi: De-duplicate parameter list generation
Markus Armbruster
2015-09-21
qapi: Clean up after recent conversions to QAPISchemaVisitor
Markus Armbruster
2015-09-21
qapi-event: Convert to QAPISchemaVisitor, fixing data with base
Markus Armbruster
2015-09-21
qapi-event: Eliminate global variable event_enum_value
Markus Armbruster
2015-09-21
qapi: De-duplicate enum code generation
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: Drop unused and useless parameters and variables
Markus Armbruster
2015-09-04
qapi-event: Clean up how name of enum QAPIEvent is made
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-event.py option -b does nothing, drop it
Markus Armbruster
2015-05-14
qapi: Rename generate_enum_full_value() to c_enum_const()
Markus Armbruster
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
2014-06-27
qapi script: clean up in scripts
Wenchao Xia
2014-06-23
qapi script: add event support
Wenchao Xia