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