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