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
/
scripts
/
qapi
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
qapi: Improve reporting of invalid name errors
Markus Armbruster
2019-09-28
1
-4
/
+16
*
qapi: Reorder check_FOO() parameters for consistency
Markus Armbruster
2019-09-28
1
-41
/
+39
*
qapi: Improve reporting of member name clashes
Markus Armbruster
2019-09-28
1
-13
/
+23
*
qapi: Change frontend error messages to start with lower case
Markus Armbruster
2019-09-28
1
-90
/
+102
*
qapi: Clean up member name case checking
Markus Armbruster
2019-09-28
1
-11
/
+14
*
qapi: Prefix frontend errors with an "in definition" line
Markus Armbruster
2019-09-28
1
-1
/
+14
*
qapi: New QAPISourceInfo, replacing dict
Markus Armbruster
2019-09-28
1
-28
/
+41
*
qapi: Rename .owner to .defined_in
Markus Armbruster
2019-09-28
1
-30
/
+31
*
qapi: Tighten QAPISchemaFOO.check() assertions
Markus Armbruster
2019-09-28
1
-2
/
+7
*
qapi: Assert .visit() and .check_clash() run only after .check()
Markus Armbruster
2019-09-24
1
-1
/
+10
*
qapi: Fix excessive QAPISchemaEntity.check() recursion
Markus Armbruster
2019-09-24
1
-22
/
+52
*
qapi: Fix to .check() empty structs just once
Markus Armbruster
2019-09-24
1
-1
/
+1
*
qapi: Delete useless check_exprs() code for simple union kind
Markus Armbruster
2019-09-24
1
-37
/
+2
*
qapi: Clean up around check_known_keys()
Markus Armbruster
2019-09-24
1
-4
/
+4
*
qapi: Simplify check_keys()
Markus Armbruster
2019-09-24
1
-11
/
+8
*
qapi: Normalize 'if' in check_exprs(), like other sugar
Markus Armbruster
2019-09-24
1
-11
/
+15
*
qapi: Fix missing 'if' checks in struct, union, alternate 'data'
Markus Armbruster
2019-09-24
1
-0
/
+3
*
qapi: Reject blank 'if' conditions in addition to empty ones
Markus Armbruster
2019-09-24
1
-2
/
+3
*
qapi: Fix broken discriminator error messages
Markus Armbruster
2019-09-24
1
-5
/
+4
*
qapi: Remove null from schema language
Markus Armbruster
2019-09-24
1
-4
/
+0
*
qapi: Improve reporting of lexical errors
Markus Armbruster
2019-09-24
1
-1
/
+5
*
qapi: Use quotes more consistently in frontend error messages
Markus Armbruster
2019-09-24
1
-18
/
+19
*
qapi: Tweak code to match docs/devel/qapi-code-gen.txt
Markus Armbruster
2019-09-24
1
-12
/
+12
*
qapi: Adjust frontend errors to say enum value, not member
Markus Armbruster
2019-09-24
2
-4
/
+9
*
qapi: Permit omitting all flat union branches
Markus Armbruster
2019-09-24
1
-8
/
+8
*
qapi: Permit alternates with just one branch
Markus Armbruster
2019-09-24
1
-4
/
+2
*
qapi: Permit 'boxed' with empty type
Markus Armbruster
2019-09-24
3
-19
/
+9
*
qapi: Drop support for escape sequences other than \\
Markus Armbruster
2019-09-24
1
-23
/
+3
*
qapi: Restrict strings to printable ASCII
Markus Armbruster
2019-09-24
1
-17
/
+11
*
qapi: Drop support for boxed alternate arguments
Markus Armbruster
2019-09-24
1
-11
/
+4
*
qapi: Drop check_type()'s redundant parameter @allow_optional
Markus Armbruster
2019-09-24
1
-9
/
+8
*
qapi: Simplify how QAPIDoc implements its state machine
Markus Armbruster
2019-06-12
1
-57
/
+68
*
qapi: Allow documentation for features
Kevin Wolf
2019-06-12
2
-4
/
+51
*
qapi: Disentangle QAPIDoc code
Kevin Wolf
2019-06-12
1
-25
/
+102
*
qapi: Add feature flags to struct types
Kevin Wolf
2019-06-12
5
-14
/
+67
*
Include qemu-common.h exactly where needed
Markus Armbruster
2019-06-12
2
-3
/
+0
*
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-06-12
1
-2
/
+0
*
qapi: Fix array first used in a different module
Markus Armbruster
2019-03-05
1
-4
/
+5
*
qapi: Fix code generation for sub-modules in other directories
Markus Armbruster
2019-03-05
1
-12
/
+21
*
qapi: Pass file name to QAPIGen constructor instead of methods
Markus Armbruster
2019-03-05
3
-36
/
+38
*
Revert "qapi-events: add 'if' condition to implicit event enum"
Markus Armbruster
2019-02-18
1
-1
/
+3
*
qapi: Generate QAPIEvent stuff into separate files
Markus Armbruster
2019-02-18
1
-11
/
+21
*
qapi: Prepare for system modules other than 'builtin'
Markus Armbruster
2019-02-18
3
-12
/
+27
*
qapi: Clean up modular built-in code generation a bit
Markus Armbruster
2019-02-18
5
-10
/
+22
*
qapi: Eliminate indirection through qmp_event_get_func_emit()
Markus Armbruster
2019-01-24
1
-10
/
+14
*
qapi: fix flat union on uncovered branches conditionals
Marc-André Lureau
2018-12-18
1
-1
/
+2
*
qapi: add condition to variants documentation
Marc-André Lureau
2018-12-14
1
-2
/
+2
*
qapi: add 'If:' condition to struct members documentation
Marc-André Lureau
2018-12-14
1
-2
/
+2
*
qapi: add 'If:' condition to enum values documentation
Marc-André Lureau
2018-12-14
1
-9
/
+16
*
qapi: Add #if conditions to generated code members
Marc-André Lureau
2018-12-14
4
-4
/
+24
[prev]
[next]