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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
/
tests
/
qapi-schema
Age
Commit message (
Expand
)
Author
Files
Lines
2015-09-21
qapi: New QMP command query-qmp-schema for QMP introspection
Markus Armbruster
14
-0
/
+14
2015-09-21
qapi: Pseudo-type '**' is now unused, drop it
Markus Armbruster
8
-11
/
+0
2015-09-21
qapi: Introduce a first class 'any' type
Markus Armbruster
12
-6
/
+20
2015-09-21
qapi-event: Convert to QAPISchemaVisitor, fixing data with base
Markus Armbruster
1
-3
/
+0
2015-09-21
qapi-visit: Convert to QAPISchemaVisitor, fixing bugs
Markus Armbruster
1
-3
/
+0
2015-09-21
qapi-types: Convert to QAPISchemaVisitor, fixing flat unions
Markus Armbruster
1
-2
/
+2
2015-09-21
tests/qapi-schema: Convert test harness to QAPISchemaVisitor
Markus Armbruster
16
-118
/
+249
2015-09-21
qapi: New QAPISchema intermediate reperesentation
Markus Armbruster
1
-1
/
+1
2015-09-15
qapi: allow override of default enum prefix naming
Daniel P. Berrange
6
-0
/
+11
2015-09-04
qapi: Simplify error reporting for array types
Markus Armbruster
2
-2
/
+2
2015-09-04
qapi: Fix errors for non-string, non-dictionary members
Markus Armbruster
6
-6
/
+3
2015-09-04
tests/qapi-schema: Cover non-string, non-dictionary members
Markus Armbruster
12
-0
/
+15
2015-09-04
tests/qapi-schema: Cover two more syntax errors
Markus Armbruster
8
-0
/
+8
2015-09-04
qapi: Drop one of two "simple union must not have base" checks
Markus Armbruster
1
-1
/
+1
2015-09-04
qapi: Command returning anonymous type doesn't work, outlaw
Markus Armbruster
8
-8
/
+5
2015-09-04
qapi: Fix to reject union command and event arguments
Markus Armbruster
4
-6
/
+3
2015-09-04
qapi-tests: New tests for union, alternate command arguments
Markus Armbruster
8
-0
/
+14
2015-09-04
tests/qapi-schema: Rename tests from data- to args-
Markus Armbruster
31
-6
/
+6
2015-09-04
tests/qapi-schema: Restore test case for flat union base bug
Markus Armbruster
2
-6
/
+7
2015-09-04
tests/qapi-schema: Document events with base don't work
Markus Armbruster
1
-0
/
+3
2015-09-04
tests/qapi-schema: Document alternate's enum lacks visit function
Markus Armbruster
1
-0
/
+1
2015-09-04
qapi-visit: Fix generated code when schema has forward refs
Markus Armbruster
2
-18
/
+22
2015-06-18
qapi: Catch and reject flat union branch of array type
Markus Armbruster
1
-10
/
+1
2015-06-18
tests/qapi-schema: New flat union array branch test case
Markus Armbruster
4
-0
/
+23
2015-06-18
qapi: Fix file name in error messages for included files
Markus Armbruster
2
-3
/
+3
2015-05-14
qapi: Support downstream events and commands
Eric Blake
2
-1
/
+8
2015-05-14
qapi: Support downstream alternates
Eric Blake
2
-2
/
+6
2015-05-14
qapi: Support downstream flat unions
Eric Blake
2
-2
/
+10
2015-05-14
qapi: Support downstream simple unions
Eric Blake
2
-2
/
+5
2015-05-14
qapi: Support downstream structs
Eric Blake
2
-2
/
+10
2015-05-14
qapi: Support downstream enums
Eric Blake
2
-1
/
+6
2015-05-05
qapi: Check for member name conflicts with a base class
Eric Blake
12
-12
/
+23
2015-05-05
qapi: Support (subset of) \u escapes in strings
Eric Blake
24
-3
/
+29
2015-05-05
qapi: Drop support for inline nested types
Eric Blake
9
-11
/
+7
2015-05-05
qapi: Drop tests for inline nested structs
Eric Blake
2
-5
/
+15
2015-05-05
qapi: Merge UserDefTwo and UserDefNested in tests
Eric Blake
2
-12
/
+4
2015-05-05
qapi: Use 'struct' instead of 'type' in schema
Eric Blake
33
-66
/
+66
2015-05-05
qapi: Prefer 'struct' over 'type' in generator
Eric Blake
19
-52
/
+52
2015-05-05
qapi: More rigorous checking for type safety bypass
Eric Blake
8
-10
/
+6
2015-05-05
qapi: Whitelist commands that don't return dictionary
Eric Blake
10
-17
/
+9
2015-05-05
qapi: Require valid names
Eric Blake
18
-26
/
+14
2015-05-05
qapi: More rigourous checking of types
Eric Blake
51
-68
/
+39
2015-05-05
qapi: Add some type check tests
Eric Blake
60
-0
/
+112
2015-05-05
qapi: Unify type bypass and add tests
Eric Blake
12
-0
/
+18
2015-05-05
qapi: Allow true, false and null in schema json
Fam Zheng
2
-2
/
+1
2015-05-05
qapi: Better error messages for duplicated expressions
Eric Blake
28
-40
/
+21
2015-05-05
qapi: Add tests of redefined expressions
Eric Blake
24
-0
/
+43
2015-05-05
qapi: Better error messages for bad expressions
Eric Blake
23
-29
/
+19
2015-05-05
qapi: Add some expr tests
Eric Blake
44
-0
/
+67
2015-05-05
qapi: Use 'alternate' to replace anonymous union
Eric Blake
20
-41
/
+32
[next]