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-visit.py
Age
Commit message (
Expand
)
Author
2016-02-08
qapi: Drop unused error argument for list and implicit struct
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: Don't cast Enum* to int*
Eric Blake
2016-02-08
qapi-visit: Kill unused visit_end_union()
Eric Blake
2016-02-08
qapi: Track all failures between visit_start/stop
Eric Blake
2015-12-17
qapi: Fix alternates that accept 'number' but not 'int'
Eric Blake
2015-12-17
qapi: Simplify visiting of alternate types
Eric Blake
2015-12-17
qapi: Convert QType into QAPI built-in enum type
Eric Blake
2015-12-17
qapi: Track simple union tag in object.local_members
Eric Blake
2015-11-10
qapi: Test failure in middle of array parse
Eric Blake
2015-11-02
qapi-visit: Convert to new qapi union layout
Eric Blake
2015-11-02
qapi-visit: Remove redundant functions for flat union base
Eric Blake
2015-11-02
qapi: Unbox base members
Eric Blake
2015-11-02
qapi-visit: Split off visit_type_FOO_fields forward decl
Eric Blake
2015-11-02
qapi: More robust conditions for when labels are needed
Eric Blake
2015-10-15
qapi: Don't use info as witness of implicit object type
Eric Blake
2015-10-15
qapi: Use predicate callback to determine visit filtering
Eric Blake
2015-10-15
qapi: Fix regression with '-netdev help'
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 common indentation
Eric Blake
2015-10-12
qapi: Consistent generated code: prefer common labels
Eric Blake
2015-10-12
qapi: Consistent generated code: prefer visitor 'v'
Eric Blake
2015-09-21
qapi-visit: Rearrange code a bit
Markus Armbruster
2015-09-21
qapi: Clean up after recent conversions to QAPISchemaVisitor
Markus Armbruster
2015-09-21
qapi-visit: Convert to QAPISchemaVisitor, fixing bugs
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: Document that input visitor semantics are prone to leaks
Eric Blake
2015-09-04
qapi-visit: Fix two name arguments passed to visitors
Markus Armbruster
2015-09-04
qapi-visit: Replace list implicit_structs by set
Markus Armbruster
2015-09-04
qapi-visit: Fix generated code when schema has forward refs
Markus Armbruster
2015-09-04
qapi: Fix generated code when flat union has member 'kind'
Markus Armbruster
2015-09-04
qapi: Drop unused and useless parameters and variables
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: Support downstream alternates
Eric Blake
2015-05-14
qapi: Support downstream flat unions
Eric Blake
2015-05-14
qapi: Support downstream simple unions
Eric Blake
2015-05-14
qapi: Support downstream structs
Eric Blake
2015-05-14
qapi: Support downstream enums
Eric Blake
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 dead visitor code related to nested structs
Eric Blake
2015-05-05
qapi: Drop support for inline nested types
Eric Blake
2015-05-05
qapi: Prefer 'struct' over 'type' in generator
Eric Blake
2015-05-05
qapi: Use 'alternate' to replace anonymous union
Eric Blake
2015-05-05
qapi: Segregate anonymous unions into alternates in generator
Eric Blake
[next]