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
/
qapi-schema-test.out
Commit message (
Expand
)
Author
Age
Files
Lines
*
qapi-schema: test: add a unit test for parsing array alternates
Paolo Bonzini
2022-04-21
1
-0
/
+4
*
qapi: New special feature flag "unstable"
Markus Armbruster
2021-10-29
1
-0
/
+5
*
qapi: Add feature flags to enum members
Markus Armbruster
2021-10-27
1
-0
/
+1
*
tests/qapi-schema: Drop simple union __org.qemu_x-Union1
Markus Armbruster
2021-09-27
1
-13
/
+5
*
tests/qapi-schema: Rewrite simple union TestIfUnion to be flat
Markus Armbruster
2021-09-27
1
-10
/
+6
*
tests/qapi-schema: Simple union UserDefListUnion is now unused, drop
Markus Armbruster
2021-09-27
1
-64
/
+0
*
tests/qapi-schema: Wean off UserDefListUnion
Markus Armbruster
2021-09-27
1
-1
/
+1
*
tests/qapi-schema: Prepare for simple union UserDefListUnion removal
Markus Armbruster
2021-09-27
1
-0
/
+16
*
tests/qapi-schema: Hide OrderedDict in test output
Markus Armbruster
2021-09-03
1
-15
/
+15
*
tests/qapi-schema: Demonstrate broken C code for 'if'
Markus Armbruster
2021-09-03
1
-0
/
+3
*
tests/qapi-schema: Correct two 'if' conditionals
Markus Armbruster
2021-09-03
1
-4
/
+4
*
qapi: make 'if' condition strings simple identifiers
Marc-André Lureau
2021-08-26
1
-30
/
+30
*
qapi: add 'not' condition operation
Marc-André Lureau
2021-08-26
1
-2
/
+2
*
qapi: add 'any' condition
Marc-André Lureau
2021-08-26
1
-0
/
+5
*
qapi: replace if condition list with dict {'all': [...]}
Marc-André Lureau
2021-08-26
1
-29
/
+29
*
qapi: Enforce union and alternate branch naming rules
Markus Armbruster
2021-03-23
1
-2
/
+2
*
qapi: Enforce struct member naming rules
Markus Armbruster
2021-03-23
1
-2
/
+2
*
qapi: Enforce command naming rules
Markus Armbruster
2021-03-23
1
-13
/
+13
*
qapi: Enforce event naming rules
Markus Armbruster
2021-03-23
1
-4
/
+4
*
qapi: Implement deprecated-output=hide for QMP event data
Markus Armbruster
2021-03-19
1
-0
/
+2
*
qapi: Implement deprecated-output=hide for QMP command results
Markus Armbruster
2021-03-19
1
-9
/
+9
*
qapi: use './builtin' as the built-in module name
John Snow
2021-02-08
1
-1
/
+1
*
qapi: Add a 'coroutine' flag for commands
Kevin Wolf
2020-10-09
1
-0
/
+2
*
qapi: New special feature flag "deprecated"
Markus Armbruster
2020-03-17
1
-3
/
+3
*
qapi: Add feature flags to struct members
Markus Armbruster
2020-03-17
1
-0
/
+1
*
qapi: Add feature flags to remaining definitions
Markus Armbruster
2020-03-17
1
-4
/
+23
*
qapi: Fix code generation for empty modules
Markus Armbruster
2020-01-14
1
-14
/
+10
*
tests: qapi: Test 'features' of commands
Peter Krempa
2019-10-22
1
-0
/
+23
*
tests/qapi-schema: Tidy up test output indentation
Markus Armbruster
2019-10-22
1
-26
/
+26
*
qapi: Permit omitting all flat union branches
Markus Armbruster
2019-09-24
1
-0
/
+9
*
qapi: Permit alternates with just one branch
Markus Armbruster
2019-09-24
1
-2
/
+4
*
qapi: Permit 'boxed' with empty type
Markus Armbruster
2019-09-24
1
-0
/
+4
*
qapi: Drop support for boxed alternate arguments
Markus Armbruster
2019-09-24
1
-1
/
+1
*
tests/qapi-schema: Test for good feature lists in structs
Kevin Wolf
2019-06-12
1
-0
/
+43
*
qapi: Fix array first used in a different module
Markus Armbruster
2019-03-05
1
-0
/
+5
*
tests/qapi-schema: Cover forward reference to sub-module
Markus Armbruster
2019-03-05
1
-0
/
+5
*
tests: Rename UserDefNativeListUnion to UserDefListUnion
Markus Armbruster
2019-03-05
1
-4
/
+4
*
qapi: Fix code generation for sub-modules in other directories
Markus Armbruster
2019-03-05
1
-0
/
+9
*
tests/qapi-schema: Cover conditional arrays
Markus Armbruster
2019-03-05
1
-1
/
+3
*
tests/qapi-schema: Make test-qapi.py print arrays
Markus Armbruster
2019-03-05
1
-0
/
+6
*
qapi: Clean up modular built-in code generation a bit
Markus Armbruster
2019-02-18
1
-0
/
+1
*
qapi: add 'if' to alternate members
Marc-André Lureau
2018-12-13
1
-0
/
+1
*
qapi: add 'if' to union members
Marc-André Lureau
2018-12-13
1
-0
/
+4
*
qapi: Add 'if' to implicit struct members
Marc-André Lureau
2018-12-13
1
-0
/
+5
*
qapi: add 'if' to enum members
Marc-André Lureau
2018-12-13
1
-0
/
+2
*
tests: print enum type members more like object type members
Marc-André Lureau
2018-12-13
1
-9
/
+41
*
tests/qapi: Cover commands with 'if' and union / alternate 'data'
Marc-André Lureau
2018-12-13
1
-0
/
+12
*
tests: add a qmp success-response test
Marc-André Lureau
2018-08-31
1
-0
/
+2
*
qapi: add 'ifcond' to visitor methods
Marc-André Lureau
2018-07-03
1
-0
/
+9
*
qapi: add 'if' to top-level expressions
Marc-André Lureau
2018-07-03
1
-0
/
+26
[next]