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
*
tests/qapi-schema: Error case tests for features in structs
Kevin Wolf
2019-06-12
24
-0
/
+31
*
tests/qapi-schema: Test for good feature lists in structs
Kevin Wolf
2019-06-12
3
-0
/
+86
*
qapi: Add feature flags to struct types
Kevin Wolf
2019-06-12
3
-3
/
+4
*
qapi: Fix array first used in a different module
Markus Armbruster
2019-03-05
2
-0
/
+7
*
tests/qapi-schema: Cover forward reference to sub-module
Markus Armbruster
2019-03-05
2
-1
/
+7
*
tests: Rename UserDefNativeListUnion to UserDefListUnion
Markus Armbruster
2019-03-05
2
-7
/
+7
*
qapi: Fix code generation for sub-modules in other directories
Markus Armbruster
2019-03-05
10
-25
/
+23
*
tests/qapi-schema: Cover conditional arrays
Markus Armbruster
2019-03-05
2
-2
/
+4
*
tests/qapi-schema: Make test-qapi.py print arrays
Markus Armbruster
2019-03-05
2
-0
/
+12
*
qapi: Clean up modular built-in code generation a bit
Markus Armbruster
2019-02-18
11
-0
/
+11
*
qapi: add condition to variants documentation
Marc-André Lureau
2018-12-14
3
-4
/
+7
*
qapi: add 'If:' condition to struct members documentation
Marc-André Lureau
2018-12-14
3
-1
/
+4
*
qapi: add 'If:' condition to enum values documentation
Marc-André Lureau
2018-12-14
3
-2
/
+5
*
qapi: add 'if' to alternate members
Marc-André Lureau
2018-12-13
2
-1
/
+4
*
qapi: add 'if' to union members
Marc-André Lureau
2018-12-13
3
-1
/
+8
*
qapi: Add 'if' to implicit struct members
Marc-André Lureau
2018-12-13
7
-3
/
+34
*
qapi: add a dictionary form for TYPE
Marc-André Lureau
2018-12-13
28
-8
/
+47
*
qapi: add 'if' to enum members
Marc-André Lureau
2018-12-13
8
-3
/
+12
*
qapi: add a dictionary form with 'name' key for enum members
Marc-André Lureau
2018-12-13
10
-3
/
+8
*
qapi: improve reporting of unknown or missing keys
Marc-André Lureau
2018-12-13
4
-2
/
+5
*
tests: print enum type members more like object type members
Marc-André Lureau
2018-12-13
12
-27
/
+149
*
qapi: change enum visitor and gen_enum* to take QAPISchemaMember
Marc-André Lureau
2018-12-13
1
-2
/
+2
*
tests/qapi: Cover commands with 'if' and union / alternate 'data'
Marc-André Lureau
2018-12-13
2
-0
/
+18
*
tests: add a qmp success-response test
Marc-André Lureau
2018-08-31
2
-0
/
+4
*
qapi: Fix some pycodestyle-3 complaints
Markus Armbruster
2018-08-15
1
-6
/
+7
*
Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2018-07-03-v2'...
Peter Maydell
2018-07-05
1
-1
/
+1
|
\
|
*
qmp: Say "out-of-band" instead of "Out-Of-Band"
Markus Armbruster
2018-07-03
1
-1
/
+1
*
|
qapi: add 'If:' section to generated documentation
Marc-André Lureau
2018-07-03
3
-1
/
+4
*
|
qapi: add 'ifcond' to visitor methods
Marc-André Lureau
2018-07-03
2
-5
/
+24
*
|
qapi: add 'if' to top-level expressions
Marc-André Lureau
2018-07-03
18
-0
/
+72
|
/
*
qapi: allow empty branches in flat unions
Anton Nefedov
2018-06-22
6
-14
/
+6
*
tests: qapi-schema tests for allow-preconfig
Igor Mammedov
2018-05-30
10
-20
/
+24
*
qapi: introduce new cmd option "allow-preconfig"
Igor Mammedov
2018-05-30
1
-2
/
+2
*
tests: add oob-test for qapi-schema
Peter Xu
2018-03-27
6
-0
/
+9
*
tests: let qapi-schema tests detect oob
Peter Xu
2018-03-27
5
-16
/
+16
*
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
11
-0
/
+32
*
qapi: Generate in source order
Markus Armbruster
2018-03-02
11
-187
/
+187
*
qapi: Lift error reporting from QAPISchema.__init__() to callers
Markus Armbruster
2018-03-02
1
-2
/
+8
*
qapi: Improve include file name reporting in error messages
Markus Armbruster
2018-03-02
1
-1
/
+1
*
qapi-gen: New common driver for code and doc generators
Markus Armbruster
2018-03-02
1
-3
/
+1
*
qapi: Streamline boilerplate comment generation
Markus Armbruster
2018-03-02
1
-1
/
+2
*
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
*
qapi2texi: Simplify representation of section text
Markus Armbruster
2017-12-20
1
-10
/
+0
*
qapi: Simplify representation of QAPIDoc section text
Markus Armbruster
2017-12-20
2
-3
/
+4
*
qapi: Unify representation of doc section without name
Markus Armbruster
2017-12-20
2
-2
/
+2
*
tests/qapi-schema/doc-bad-section: New, factored out of doc-good
Markus Armbruster
2017-12-20
7
-3
/
+27
*
qapi: Fix error handling code on alternate conflict
Eduardo Habkost
2017-09-01
8
-0
/
+12
*
qapi: Introduce a first class 'null' type
Markus Armbruster
2017-07-24
2
-1
/
+3
[next]