index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
qapi-schema
Commit message (
Expand
)
Author
Age
Files
Lines
*
meson: move SPHINX_ARGS references within "if build_docs"
Paolo Bonzini
2020-10-17
1
-44
/
+44
*
qapi: Add a 'coroutine' flag for commands
Kevin Wolf
2020-10-09
7
-3
/
+12
*
scripts/qapi: Remove texinfo generation support
Peter Maydell
2020-09-29
2
-321
/
+1
*
tests/qapi-schema: Add test of the rST QAPI doc-comment output
Peter Maydell
2020-09-29
3
-0
/
+348
*
tests/qapi-schema: Convert doc-good.json to rST-style strong/emphasis
Peter Maydell
2020-09-29
3
-3
/
+3
*
scripts/qapi/parser.py: improve doc comment indent handling
Peter Maydell
2020-09-29
5
-2
/
+12
*
scripts/qapi: Move doc-comment whitespace stripping to doc.py
Peter Maydell
2020-09-29
1
-6
/
+6
*
tests/qapi/doc-good.json: Prepare for qapi-doc Sphinx extension
Peter Maydell
2020-09-29
3
-27
/
+22
*
meson: Use -b to ignore CR vs. CR-LF issues on Windows
Yonggang Luo
2020-09-16
1
-1
/
+1
*
qapi: Make section headings start a new doc comment block
Markus Armbruster
2020-09-07
1
-1
/
+2
*
qapi: Reject section markup in definition documentation
Markus Armbruster
2020-09-07
3
-26
/
+2
*
meson: convert check-qapi-schema
Paolo Bonzini
2020-08-21
1
-0
/
+225
*
schemas: Add vim modeline
Andrea Bolognani
2020-08-03
4
-0
/
+5
*
qapi: New special feature flag "deprecated"
Markus Armbruster
2020-03-17
5
-6
/
+11
*
qapi: Add feature flags to struct members
Markus Armbruster
2020-03-17
6
-5
/
+15
*
qapi: Consistently put @features parameter right after @ifcond
Markus Armbruster
2020-03-17
1
-5
/
+5
*
qapi: Add feature flags to remaining definitions
Markus Armbruster
2020-03-17
7
-15
/
+114
*
qapi: Drop conditionals for Python 2
Markus Armbruster
2020-03-05
1
-5
/
+1
*
drop "from __future__ import print_function"
Paolo Bonzini
2020-02-07
1
-1
/
+0
*
tests: Explicit usage of Python 3
Philippe Mathieu-Daudé
2020-02-07
1
-1
/
+1
*
qapi: Fix code generation for empty modules
Markus Armbruster
2020-01-14
3
-18
/
+13
*
qapi: Check feature documentation against the schema
Markus Armbruster
2019-10-29
6
-42
/
+3
*
qapi: Polish reporting of bogus member documentation
Markus Armbruster
2019-10-29
6
-6
/
+6
*
qapi: Fix doc comment checking for commands and events
Markus Armbruster
2019-10-29
6
-47
/
+2
*
qapi: Fix enum doc comment checking
Markus Armbruster
2019-10-29
3
-22
/
+1
*
qapi: Implement boxed event argument documentation
Markus Armbruster
2019-10-29
3
-3
/
+4
*
tests/qapi-schema: Fix feature documentation testing
Markus Armbruster
2019-10-29
4
-0
/
+16
*
tests/qapi-schema: Cover alternate documentation comments
Markus Armbruster
2019-10-29
3
-0
/
+37
*
tests/qapi-schema: Demonstrate command and event doc comment bugs
Markus Armbruster
2019-10-29
9
-0
/
+88
*
tests/qapi-schema: Demonstrate feature and enum doc comment bugs
Markus Armbruster
2019-10-29
9
-0
/
+86
*
tests/qapi-schema: Cover feature documentation comments
Markus Armbruster
2019-10-22
3
-2
/
+42
*
tests: qapi: Test 'features' of commands
Peter Krempa
2019-10-22
3
-4
/
+50
*
qapi: Add feature flags to commands
Peter Krempa
2019-10-22
1
-1
/
+2
*
tests/qapi-schema: Tidy up test output indentation
Markus Armbruster
2019-10-22
5
-33
/
+33
*
qapi: Split up scripts/qapi/common.py
Markus Armbruster
2019-10-22
1
-1
/
+5
*
qapi: Speed up frontend tests
Markus Armbruster
2019-10-22
363
-506
/
+410
*
qapi: Improve source file read error handling
Markus Armbruster
2019-09-28
1
-1
/
+1
*
qapi: Improve reporting of redefinition
Markus Armbruster
2019-09-28
3
-3
/
+9
*
qapi: Improve reporting of missing documentation comment
Markus Armbruster
2019-09-28
1
-1
/
+2
*
qapi: Improve reporting of invalid 'if' further
Markus Armbruster
2019-09-28
9
-9
/
+9
*
qapi: Avoid redundant definition references in error messages
Markus Armbruster
2019-09-28
52
-52
/
+52
*
qapi: Improve reporting of missing / unknown definition keys
Markus Armbruster
2019-09-28
6
-2
/
+6
*
qapi: Improve reporting of invalid flags
Markus Armbruster
2019-09-28
4
-4
/
+8
*
qapi: Improve reporting of invalid 'if' errors
Markus Armbruster
2019-09-28
4
-0
/
+4
*
qapi: Move context-free checking to the proper place
Markus Armbruster
2019-09-28
1
-1
/
+1
*
qapi: Move context-sensitive checking to the proper place
Markus Armbruster
2019-09-28
39
-39
/
+37
*
qapi: Move check for reserved names out of add_name()
Markus Armbruster
2019-09-28
2
-2
/
+2
*
qapi: Report invalid '*' prefix like any other invalid name
Markus Armbruster
2019-09-28
4
-4
/
+4
*
qapi: Improve reporting of invalid name errors
Markus Armbruster
2019-09-28
9
-0
/
+9
*
qapi: Improve reporting of member name clashes
Markus Armbruster
2019-09-28
9
-9
/
+9
[next]