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