index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
qapi-schema
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-15
qapi: Fix crash on missing enum member name
Markus Armbruster
3
-0
/
+4
2021-06-02
docs: fix references to docs/devel/build-system.rst
Stefano Garzarella
1
-1
/
+1
2021-05-20
qapi/parser: Fix token membership tests when token can be None
John Snow
7
-0
/
+6
2021-05-20
qapi/parser: enforce all top-level expressions must be dict in _parse()
John Snow
2
-2
/
+2
2021-05-20
qapi: Add test for nonexistent schema file
John Snow
3
-1
/
+7
2021-05-20
qapi/parser: Don't try to handle file errors
John Snow
1
-3
/
+0
2021-04-30
qapi/expr.py: Check type of union and alternate 'data' member
John Snow
7
-0
/
+16
2021-03-23
qapi: Enforce union and alternate branch naming rules
Markus Armbruster
6
-9
/
+13
2021-03-23
qapi: Enforce enum member naming rules
Markus Armbruster
2
-1
/
+2
2021-03-23
qapi: Enforce struct member naming rules
Markus Armbruster
4
-5
/
+10
2021-03-23
tests/qapi-schema: Switch member name clash test to struct
Markus Armbruster
5
-4
/
+4
2021-03-23
qapi: Enforce command naming rules
Markus Armbruster
2
-22
/
+25
2021-03-23
qapi: Prepare for rejecting underscore in command and member names
Markus Armbruster
3
-3
/
+3
2021-03-23
qapi: Rename pragma *-whitelist to *-exceptions
Markus Armbruster
7
-8
/
+7
2021-03-23
tests/qapi-schema: Rename returns-whitelist to returns-bad-type
Markus Armbruster
5
-3
/
+3
2021-03-23
tests/qapi-schema: Rename pragma-*-crap to pragma-value-not-*
Markus Armbruster
13
-9
/
+9
2021-03-23
tests/qapi-schema: Rename redefined-builtin to redefined-predefined
Markus Armbruster
5
-3
/
+3
2021-03-23
qapi: Enforce type naming rules
Markus Armbruster
21
-23
/
+28
2021-03-23
qapi: Enforce event naming rules
Markus Armbruster
9
-30
/
+16
2021-03-23
qapi: Fix to reject optional members with reserved names
Markus Armbruster
3
-15
/
+2
2021-03-23
tests/qapi-schema: Tweak to demonstrate buggy member name check
Markus Armbruster
3
-3
/
+16
2021-03-23
tests/qapi-schema: Drop TODO comment on simple unions
Markus Armbruster
2
-2
/
+1
2021-03-23
tests/qapi-schema: Belatedly update comment on alternate clash
Markus Armbruster
2
-5
/
+2
2021-03-23
tests/qapi-schema: Rework comments on longhand member definitions
Markus Armbruster
8
-8
/
+12
2021-03-23
tests/qapi-schema: Drop redundant flat-union-inline test
Markus Armbruster
4
-14
/
+0
2021-03-19
qapi: Implement deprecated-output=hide for QMP event data
Markus Armbruster
2
-0
/
+5
2021-03-19
qapi: Implement deprecated-output=hide for QMP command results
Markus Armbruster
2
-17
/
+18
2021-03-05
qapi: Fix parse errors for removal of null from schema language
Markus Armbruster
2
-2
/
+2
2021-02-08
qapi: use './builtin' as the built-in module name
John Snow
8
-8
/
+8
2020-10-17
meson: move SPHINX_ARGS references within "if build_docs"
Paolo Bonzini
1
-44
/
+44
2020-10-09
qapi: Add a 'coroutine' flag for commands
Kevin Wolf
7
-3
/
+12
2020-09-29
scripts/qapi: Remove texinfo generation support
Peter Maydell
2
-321
/
+1
2020-09-29
tests/qapi-schema: Add test of the rST QAPI doc-comment output
Peter Maydell
3
-0
/
+348
2020-09-29
tests/qapi-schema: Convert doc-good.json to rST-style strong/emphasis
Peter Maydell
3
-3
/
+3
2020-09-29
scripts/qapi/parser.py: improve doc comment indent handling
Peter Maydell
5
-2
/
+12
2020-09-29
scripts/qapi: Move doc-comment whitespace stripping to doc.py
Peter Maydell
1
-6
/
+6
2020-09-29
tests/qapi/doc-good.json: Prepare for qapi-doc Sphinx extension
Peter Maydell
3
-27
/
+22
2020-09-16
meson: Use -b to ignore CR vs. CR-LF issues on Windows
Yonggang Luo
1
-1
/
+1
2020-09-07
qapi: Make section headings start a new doc comment block
Markus Armbruster
1
-1
/
+2
2020-09-07
qapi: Reject section markup in definition documentation
Markus Armbruster
3
-26
/
+2
2020-08-21
meson: convert check-qapi-schema
Paolo Bonzini
1
-0
/
+225
2020-08-03
schemas: Add vim modeline
Andrea Bolognani
4
-0
/
+5
2020-03-17
qapi: New special feature flag "deprecated"
Markus Armbruster
5
-6
/
+11
2020-03-17
qapi: Add feature flags to struct members
Markus Armbruster
6
-5
/
+15
2020-03-17
qapi: Consistently put @features parameter right after @ifcond
Markus Armbruster
1
-5
/
+5
2020-03-17
qapi: Add feature flags to remaining definitions
Markus Armbruster
7
-15
/
+114
2020-03-05
qapi: Drop conditionals for Python 2
Markus Armbruster
1
-5
/
+1
2020-02-07
drop "from __future__ import print_function"
Paolo Bonzini
1
-1
/
+0
2020-02-07
tests: Explicit usage of Python 3
Philippe Mathieu-Daudé
1
-1
/
+1
2020-01-14
qapi: Fix code generation for empty modules
Markus Armbruster
3
-18
/
+13
[next]