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.py
Age
Commit message (
Expand
)
Author
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: De-duplicate enum code generation
Markus Armbruster
2015-09-21
qapi-commands: Convert to QAPISchemaVisitor
Markus Armbruster
2015-09-21
qapi-types: Convert to QAPISchemaVisitor, fixing flat unions
Markus Armbruster
2015-09-21
qapi: New QAPISchemaVisitor
Markus Armbruster
2015-09-21
qapi: QAPISchema code generation helper methods
Markus Armbruster
2015-09-21
qapi: New QAPISchema intermediate reperesentation
Markus Armbruster
2015-09-21
qapi: Rename class QAPISchema to QAPISchemaParser
Markus Armbruster
2015-09-15
qapi: allow override of default enum prefix naming
Daniel P. Berrange
2015-09-14
qapi: Fix cgen() for Python older than 2.7
Markus Armbruster
2015-09-04
qapi: Generators crash when --output-dir isn't given, fix
Markus Armbruster
2015-09-04
qapi: Simplify error reporting for array types
Markus Armbruster
2015-09-04
qapi: Fix errors for non-string, non-dictionary members
Markus Armbruster
2015-09-04
qapi: Drop one of two "simple union must not have base" checks
Markus Armbruster
2015-09-04
qapi: Command returning anonymous type doesn't work, outlaw
Markus Armbruster
2015-09-04
qapi: Fix to reject union command and event arguments
Markus Armbruster
2015-09-04
qapi: Document flaws in checking of names
Markus Armbruster
2015-09-04
qapi: Drop unused and useless parameters and variables
Markus Armbruster
2015-09-04
qapi: Reject -p arguments that break qapi-event.py
Markus Armbruster
2015-09-04
qapi: Simplify guardname()
Markus Armbruster
2015-09-04
qapi: Clean up cgen() and mcgen()
Markus Armbruster
2015-06-18
qapi: Catch and reject flat union branch of array type
Markus Armbruster
2015-06-18
qapi: Better separate the different kinds of helpers
Markus Armbruster
2015-06-18
qapi: Move exprs checking from parse_schema() to check_exprs()
Markus Armbruster
2015-06-18
qapi: Fix to reject stray 't', 'f' and 'n'
Markus Armbruster
2015-06-18
qapi: Simplify inclusion cycle detection
Markus Armbruster
2015-06-18
qapi: Fix file name in error messages for included files
Markus Armbruster
2015-06-18
qapi: Improve a couple of confusing variable names
Markus Armbruster
2015-06-18
qapi: Eliminate superfluous QAPISchema attribute input_dir
Markus Armbruster
2015-05-14
qapi: Drop pointless flush() before close()
Markus Armbruster
2015-05-14
qapi: Factor open_output(), close_output() out of generators
Markus Armbruster
2015-05-14
qapi: Turn generators' mandatory option -i into an argument
Markus Armbruster
2015-05-14
qapi: Fix generators to report command line errors decently
Markus Armbruster
2015-05-14
qapi: Factor parse_command_line() out of the generators
Markus Armbruster
2015-05-14
qapi: Make c_type() consistently convert qapi names
Eric Blake
2015-05-14
qapi: Tidy c_type() logic
Eric Blake
2015-05-14
qapi: Move camel_to_upper(), c_enum_const() to closely related code
Markus Armbruster
2015-05-14
qapi: Use c_enum_const() in generate_alternate_qtypes()
Markus Armbruster
2015-05-14
qapi: Simplify c_enum_const()
Markus Armbruster
2015-05-14
qapi: Rename generate_enum_full_value() to c_enum_const()
Markus Armbruster
2015-05-14
qapi: Rename _generate_enum_string() to camel_to_upper()
Markus Armbruster
2015-05-14
qapi: Rename identical c_fun()/c_var() into c_name()
Eric Blake
2015-05-14
qapi: Fix C identifiers generated for names containing '.'
Markus Armbruster
2015-05-05
qapi: Check for member name conflicts with a base class
Eric Blake
2015-05-05
qapi: Support (subset of) \u escapes in strings
Eric Blake
2015-05-05
qapi: Drop support for inline nested types
Eric Blake
2015-05-05
qapi: Forbid 'type' in schema
Eric Blake
2015-05-05
qapi: Prefer 'struct' over 'type' in generator
Eric Blake
2015-05-05
qapi: More rigorous checking for type safety bypass
Eric Blake
[next]