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
/
test-qapi.py
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-06
qapi: Rename visitor parameter @variants to @alternatives
Markus Armbruster
1
-2
/
+3
2024-05-06
qapi: Rename visitor parameter @variants to @branches
Markus Armbruster
1
-2
/
+2
2024-02-26
qapi: Rename QAPIDoc.Section.name to .tag
Markus Armbruster
1
-1
/
+1
2023-11-13
tests/qapi-schema: Tidy up pylint warnings and advice
Markus Armbruster
1
-5
/
+4
2023-04-25
qapi: support updating expected test output via make
Daniel P. Berrangé
1
-0
/
+1
2021-10-27
qapi: Add feature flags to enum members
Markus Armbruster
1
-0
/
+1
2021-09-27
tests/qapi-schema: Make test-qapi.py -u work when files are absent
Markus Armbruster
1
-3
/
+13
2021-09-27
tests/qapi-schema: Use Python OSError instead of outmoded IOError
Markus Armbruster
1
-2
/
+2
2021-09-03
tests/qapi-schema: Hide OrderedDict in test output
Markus Armbruster
1
-1
/
+10
2021-08-26
qapi: add QAPISchemaIfCond.is_present()
Marc-André Lureau
1
-1
/
+1
2021-08-26
qapi: wrap Sequence[str] in an object
Marc-André Lureau
1
-2
/
+2
2021-05-20
qapi/parser: Don't try to handle file errors
John Snow
1
-3
/
+0
2020-10-09
qapi: Add a 'coroutine' flag for commands
Kevin Wolf
1
-3
/
+4
2020-03-17
qapi: Add feature flags to struct members
Markus Armbruster
1
-3
/
+4
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
1
-3
/
+6
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
2019-10-29
tests/qapi-schema: Fix feature documentation testing
Markus Armbruster
1
-0
/
+2
2019-10-22
tests: qapi: Test 'features' of commands
Peter Krempa
1
-4
/
+9
2019-10-22
qapi: Add feature flags to commands
Peter Krempa
1
-1
/
+2
2019-10-22
tests/qapi-schema: Tidy up test output indentation
Markus Armbruster
1
-2
/
+2
2019-10-22
qapi: Split up scripts/qapi/common.py
Markus Armbruster
1
-1
/
+5
2019-10-22
qapi: Speed up frontend tests
Markus Armbruster
1
-17
/
+106
2019-06-12
tests/qapi-schema: Test for good feature lists in structs
Kevin Wolf
1
-0
/
+4
2019-06-12
qapi: Add feature flags to struct types
Kevin Wolf
1
-1
/
+2
2019-03-05
tests/qapi-schema: Make test-qapi.py print arrays
Markus Armbruster
1
-0
/
+6
2018-12-13
qapi: add 'if' to union members
Marc-André Lureau
1
-0
/
+1
2018-12-13
qapi: Add 'if' to implicit struct members
Marc-André Lureau
1
-0
/
+1
2018-12-13
qapi: add 'if' to enum members
Marc-André Lureau
1
-0
/
+1
2018-12-13
tests: print enum type members more like object type members
Marc-André Lureau
1
-1
/
+3
2018-12-13
qapi: change enum visitor and gen_enum* to take QAPISchemaMember
Marc-André Lureau
1
-2
/
+2
2018-08-15
qapi: Fix some pycodestyle-3 complaints
Markus Armbruster
1
-6
/
+7
2018-07-03
qapi: add 'ifcond' to visitor methods
Marc-André Lureau
1
-5
/
+15
2018-05-30
tests: qapi-schema tests for allow-preconfig
Igor Mammedov
1
-2
/
+2
2018-05-30
qapi: introduce new cmd option "allow-preconfig"
Igor Mammedov
1
-2
/
+2
2018-03-27
tests: let qapi-schema tests detect oob
Peter Xu
1
-2
/
+2
2018-03-19
qapi: introduce new cmd option "allow-oob"
Peter Xu
1
-1
/
+1
2018-03-02
qapi: Record 'include' directives in intermediate representation
Markus Armbruster
1
-0
/
+7
2018-03-02
qapi: Lift error reporting from QAPISchema.__init__() to callers
Markus Armbruster
1
-2
/
+8
2018-03-02
qapi-gen: New common driver for code and doc generators
Markus Armbruster
1
-3
/
+1
2018-02-05
qapi: use items()/values() intead of iteritems()/itervalues()
Daniel P. Berrange
1
-1
/
+1
2018-02-05
qapi: convert to use python print function instead of statement
Daniel P. Berrange
1
-20
/
+21
2017-12-20
qapi: Simplify representation of QAPIDoc section text
Markus Armbruster
1
-3
/
+3
2017-03-21
tests/qapi-schema: Make test-qapi.py print docs again
Markus Armbruster
1
-0
/
+11
2017-03-16
qapi: Back out doc comments added just to please qapi.py
Markus Armbruster
1
-14
/
+0
2017-01-16
qapi: add qapi2texi script
Marc-André Lureau
1
-0
/
+14
2016-07-19
qapi: Plumb in 'boxed' to qapi generator lower levels
Eric Blake
1
-3
/
+5
2016-07-19
qapi: Hide tag_name data member of variants
Eric Blake
1
-2
/
+1
[next]