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
Age
Commit message (
Expand
)
Author
2021-03-23
qapi: Enforce union and alternate branch naming rules
Markus Armbruster
2021-03-23
qapi: Enforce enum member naming rules
Markus Armbruster
2021-03-23
qapi: Enforce struct member naming rules
Markus Armbruster
2021-03-23
qapi: Enforce command naming rules
Markus Armbruster
2021-03-23
qapi: Enforce feature naming rules
Markus Armbruster
2021-03-23
qapi: Prepare for rejecting underscore in command and member names
Markus Armbruster
2021-03-23
qapi: Rename pragma *-whitelist to *-exceptions
Markus Armbruster
2021-03-23
qapi: Factor out QAPISchemaParser._check_pragma_list_of_str()
Markus Armbruster
2021-03-23
qapi: Enforce type naming rules
Markus Armbruster
2021-03-23
qapi: Enforce event naming rules
Markus Armbruster
2021-03-23
qapi: Consistently permit any case in downstream prefixes
Markus Armbruster
2021-03-23
qapi: Move uppercase rejection to check_name_lower()
Markus Armbruster
2021-03-23
qapi: Rework name checking in preparation of stricter checking
Markus Armbruster
2021-03-23
qapi: Lift enum-specific code out of check_name_str()
Markus Armbruster
2021-03-23
qapi: Permit flat union members for any tag value
Markus Armbruster
2021-03-23
qapi: Fix to reject optional members with reserved names
Markus Armbruster
2021-03-19
qapi: Implement deprecated-input=reject for QMP command arguments
Markus Armbruster
2021-03-19
qapi: Implement deprecated-input=reject for QMP commands
Markus Armbruster
2021-03-19
qapi: Implement deprecated-output=hide for QMP event data
Markus Armbruster
2021-03-19
qapi: Implement deprecated-output=hide for QMP events
Markus Armbruster
2021-03-19
qapi: Implement deprecated-output=hide for QMP command results
Markus Armbruster
2021-03-05
qapi: Fix parse errors for removal of null from schema language
Markus Armbruster
2021-02-18
qapi/introspect.py: set _gen_tree's default ifcond argument to ()
John Snow
2021-02-18
qapi/introspect.py: Type _gen_tree variants as Sequence[str]
John Snow
2021-02-18
qapi/introspect.py: Update copyright and authors list
John Snow
2021-02-18
qapi/introspect.py: Add docstrings to _gen_tree and _tree_to_qlit
John Snow
2021-02-18
qapi/introspect.py: add type hint annotations
John Snow
2021-02-18
qapi/introspect.py: remove _gen_variants helper
John Snow
2021-02-18
qapi/introspect.py: improve readability of _tree_to_qlit
John Snow
2021-02-18
qapi/introspect.py: improve _tree_to_qlit error message
John Snow
2021-02-18
qapi/introspect.py: create a typed 'Annotated' data strutcure
John Snow
2021-02-18
qapi/introspect.py: Introduce preliminary tree typing
John Snow
2021-02-18
qapi/introspect.py: Always define all 'extra' dict keys
John Snow
2021-02-18
qapi/introspect.py: replace 'extra' dict with 'comment' argument
John Snow
2021-02-18
qapi/introspect.py: Unify return type of _make_tree()
John Snow
2021-02-18
qapi/introspect.py: guard against ifcond/comment misuse
John Snow
2021-02-18
qapi/introspect.py: add _gen_features helper
John Snow
2021-02-18
qapi/introspect.py: use _make_tree for features nodes
John Snow
2021-02-18
qapi/introspect.py: assert schema is not None
John Snow
2021-02-18
qapi: Replace List[str] with Sequence[str] for ifcond
John Snow
2021-02-08
qapi: enable strict-optional checks
John Snow
2021-02-08
qapi: type 'info' as Optional[QAPISourceInfo]
John Snow
2021-02-08
qapi/gen: Drop support for QAPIGen without a file name
Markus Armbruster
2021-02-08
qapi/commands: Simplify command registry generation
Markus Armbruster
2021-02-08
qapi/gen: Support switching to another module temporarily
Markus Armbruster
2021-02-08
qapi/gen: write _genc/_genh access shims
John Snow
2021-02-08
qapi: centralize the built-in module name definition
John Snow
2021-02-08
qapi/gen: Combine ._add_[user|system]_module
Markus Armbruster
2021-02-08
qapi: use './builtin' as the built-in module name
John Snow
2021-02-08
qapi: use explicitly internal module names
John Snow
[next]