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
2020-03-06
qemu-storage-daemon: Add --monitor option
Kevin Wolf
2020-03-05
qapi: Brush off some (py)lint
Markus Armbruster
2020-03-05
qapi: Use super() now we have Python 3
Markus Armbruster
2020-03-05
qapi: Drop conditionals for Python 2
Markus Armbruster
2020-03-05
qapi: Inheriting from object is pointless with Python 3, drop
Markus Armbruster
2020-02-07
drop "from __future__ import print_function"
Paolo Bonzini
2020-01-20
qapi: Fix code generation with Python 3.5
Markus Armbruster
2020-01-14
qapi: Simplify QAPISchemaModularCVisitor
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: Generate command registration stuff into separate files
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: Polish reporting of bogus member documentation
Markus Armbruster
2019-10-29
qapi: Lift features into QAPISchemaEntity
Markus Armbruster
2019-10-29
qapi: Fold normalize_enum() into check_enum()
Markus Armbruster
2019-10-29
qapi: Fold normalize_features() into check_features()
Markus Armbruster
2019-10-29
qapi: Fold normalize_if() into check_if()
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-29
qapi: De-duplicate entity documentation generation code
Markus Armbruster
2019-10-29
qapi: Implement boxed event argument documentation
Markus Armbruster
2019-10-22
qapi: Add feature flags to commands
Peter Krempa
2019-10-22
qapi: Clear scripts/qapi/doc.py executable bits again
Markus Armbruster
2019-10-22
qapi: Split up scripts/qapi/common.py
Markus Armbruster
2019-10-22
qapi: Move gen_enum(), gen_enum_lookup() back to qapi/types.py
Markus Armbruster
2019-10-22
qapi: Eliminate accidental global frontend state
Markus Armbruster
2019-10-22
qapi: Store pragma state in QAPISourceInfo, not global state
Markus Armbruster
2019-10-22
qapi: Don't suppress doc generation without pragma doc-required
Markus Armbruster
2019-09-28
qapi: Improve source file read error handling
Markus Armbruster
2019-09-28
qapi: Improve reporting of redefinition
Markus Armbruster
2019-09-28
qapi: Improve reporting of missing documentation comment
Markus Armbruster
2019-09-28
qapi: Eliminate check_keys(), rename check_known_keys()
Markus Armbruster
2019-09-28
qapi: Improve reporting of invalid 'if' further
Markus Armbruster
2019-09-28
qapi: Avoid redundant definition references in error messages
Markus Armbruster
2019-09-28
qapi: Improve reporting of missing / unknown definition keys
Markus Armbruster
2019-09-28
qapi: Improve reporting of invalid flags
Markus Armbruster
2019-09-28
qapi: Improve reporting of invalid 'if' errors
Markus Armbruster
2019-09-28
qapi: Move context-free checking to the proper place
Markus Armbruster
2019-09-28
qapi: Move context-sensitive checking to the proper place
Markus Armbruster
2019-09-28
qapi: Inline check_name() into check_union()
Markus Armbruster
2019-09-28
qapi: Plumb info to the QAPISchemaMember
Markus Armbruster
2019-09-28
qapi: Make check_type()'s array case a bit more obvious
Markus Armbruster
2019-09-28
qapi: Move check for reserved names out of add_name()
Markus Armbruster
2019-09-28
qapi: Report invalid '*' prefix like any other invalid name
Markus Armbruster
2019-09-28
qapi: Use check_name_str() where it suffices
Markus Armbruster
[next]