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
/
parser.py
Age
Commit message (
Expand
)
Author
2021-03-05
qapi: Fix parse errors for removal of null from schema language
Markus Armbruster
2020-10-10
qapi: enforce import order/styling with isort
John Snow
2020-10-10
qapi: Prefer explicit relative imports
John Snow
2020-09-29
scripts/qapi/parser.py: improve doc comment indent handling
Peter Maydell
2020-09-29
scripts/qapi: Move doc-comment whitespace stripping to doc.py
Peter Maydell
2020-09-07
qapi: Make section headings start a new doc comment block
Markus Armbruster
2020-09-07
qapi: Reject section markup in definition documentation
Markus Armbruster
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
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-22
qapi: Split up scripts/qapi/common.py
Markus Armbruster