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
/
schema.py
Age
Commit message (
Expand
)
Author
2020-01-20
qapi: Fix code generation with Python 3.5
Markus Armbruster
2020-01-14
qapi: Fix code generation for empty modules
Markus Armbruster
2020-01-14
qapi: Proper intermediate representation for modules
Markus Armbruster
2020-01-14
qapi: Tweak "command returns a nice type" check for clarity
Markus Armbruster
2019-10-29
qapi: Check feature documentation against the schema
Markus Armbruster
2019-10-29
qapi: Lift features into QAPISchemaEntity
Markus Armbruster
2019-10-29
qapi: Eliminate .check_doc() overrides
Markus Armbruster
2019-10-29
qapi: Simplify ._make_implicit_object_type()
Markus Armbruster
2019-10-29
qapi: Fix doc comment checking for commands and events
Markus Armbruster
2019-10-29
qapi: Clean up doc comment checking for implicit union base
Markus Armbruster
2019-10-29
qapi: Fix enum doc comment checking
Markus Armbruster
2019-10-29
qapi: Split .connect_doc(), .check_doc() off .check()
Markus Armbruster
2019-10-22
qapi: Add feature flags to commands
Peter Krempa
2019-10-22
qapi: Split up scripts/qapi/common.py
Markus Armbruster