index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
qapi-types.py
Age
Commit message (
Expand
)
Author
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-12-17
qapi-types: Drop unnedeed ._fwdefn
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-types: Simplify gen_struct_field[s]
Eric Blake
2015-12-17
qapi-types: Consolidate gen_struct() and gen_union()
Eric Blake
2015-12-17
qapi: Track simple union tag in object.local_members
Eric Blake
2015-11-02
qapi: Simplify gen_struct_field()
Eric Blake
2015-11-02
qapi: Finish converting to new qapi union layout
Eric Blake
2015-11-02
qapi: Start converting to new qapi union layout
Eric Blake
2015-11-02
qapi: Unbox base members
Eric Blake
2015-11-02
qapi: Prefer typesafe upcasts to qapi base classes
Eric Blake
2015-11-02
qapi-types: Refactor base fields output
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-12
qapi: Consistent generated code: prefer visitor 'v'
Eric Blake
2015-09-21
qapi: Introduce a first class 'any' type
Markus Armbruster
2015-09-21
qapi: Clean up after recent conversions to QAPISchemaVisitor
Markus Armbruster
2015-09-21
qapi: De-duplicate enum code generation
Markus Armbruster
2015-09-21
qapi-types: Convert to QAPISchemaVisitor, fixing flat unions
Markus Armbruster
2015-09-21
qapi: New QAPISchema intermediate reperesentation
Markus Armbruster
2015-09-15
qapi: allow override of default enum prefix naming
Daniel P. Berrange
2015-09-04
qapi: Generated code cleanup
Markus Armbruster
2015-09-04
qapi: Document shortcoming with union 'data' branch
Eric Blake
2015-09-04
qapi: Generate a nicer struct for flat unions
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-06-19
qom: Make enum string tables const-correct
Daniel P. Berrange
2015-06-18
qapi-types: Bury code dead since commit 6b5abc7
Markus Armbruster
2015-06-18
qapi-types: Split generate_fwd_builtin() off generate_fwd_struct()
Markus Armbruster
2015-06-18
qapi-types: Drop unused members parameters
Markus Armbruster
2015-06-18
qapi-types: Don't filter out expressions with 'gen'
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: Use c_enum_const() in generate_alternate_qtypes()
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
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
2015-05-05
qapi: Tighten checking of unions
Eric Blake
2015-05-05
qapi: Forbid base without discriminator in unions
Eric Blake
2015-05-05
qapi: Simplify builtin type handling
Eric Blake
[next]