Sign in
qemu
/
qemu
/
baa310f1bbdfedfd3e0f3f1f162bb97748ca0a94
/
tests
/
qapi-schema
/
qapi-schema-test.json
2e2e0df2
tests: qapi: Test 'features' of commands
by Peter Krempa
· 5 years ago
0ced953
qapi: Permit omitting all flat union branches
by Markus Armbruster
· 5 years ago
f032553
qapi: Permit alternates with just one branch
by Markus Armbruster
· 5 years ago
675b214
qapi: Permit 'boxed' with empty type
by Markus Armbruster
· 5 years ago
b22e865
qapi: Drop support for boxed alternate arguments
by Markus Armbruster
· 5 years ago
8aa3a33
tests/qapi-schema: Test for good feature lists in structs
by Kevin Wolf
· 6 years ago
5e12eb9
tests/qapi-schema: Cover forward reference to sub-module
by Markus Armbruster
· 6 years ago
b359f4b
tests: Rename UserDefNativeListUnion to UserDefListUnion
by Markus Armbruster
· 6 years ago
709395f
qapi: Fix code generation for sub-modules in other directories
by Markus Armbruster
· 6 years ago
0f20628
tests/qapi-schema: Cover conditional arrays
by Markus Armbruster
· 6 years ago
3e270dc
qapi: add 'if' to alternate members
by Marc-André Lureau
· 6 years ago
a272428
qapi: add 'if' to union members
by Marc-André Lureau
· 6 years ago
ccadd6b
qapi: Add 'if' to implicit struct members
by Marc-André Lureau
· 6 years ago
87adbbf
qapi: add a dictionary form for TYPE
by Marc-André Lureau
· 6 years ago
6cc32b0
qapi: add 'if' to enum members
by Marc-André Lureau
· 6 years ago
f8c4fdd
tests/qapi: Cover commands with 'if' and union / alternate 'data'
by Marc-André Lureau
· 6 years ago
ae6bf76
tests: add a qmp success-response test
by Marc-André Lureau
· 7 years ago
4fd1cba
Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2018-07-03-v2' into staging
by Peter Maydell
· 7 years ago
967c885
qapi: add 'if' to top-level expressions
by Marc-André Lureau
· 7 years ago
c069821
qmp: Say "out-of-band" instead of "Out-Of-Band"
by Markus Armbruster
· 7 years ago
800877b
qapi: allow empty branches in flat unions
by Anton Nefedov
· 7 years ago
7b13f2c
tests: qapi-schema tests for allow-preconfig
by Igor Mammedov
· 7 years ago
1a1b11d
tests: add oob-test for qapi-schema
by Peter Xu
· 7 years ago
4d2d5c4
qapi: Introduce a first class 'null' type
by Markus Armbruster
· 8 years ago
7c877c8
tests: Remove test cases for alternates of 'number' and 'int'
by Marc-André Lureau
· 8 years ago
c064477
qapi: Reject alternates that can't work with keyval_parse()
by Markus Armbruster
· 8 years ago
8168ca8
tests/qapi-schema: Avoid 'str' in alternate test cases
by Markus Armbruster
· 8 years ago
1554a8f
qapi: Have each QAPI schema declare its returns white-list
by Markus Armbruster
· 8 years ago
87c16dc
qapi: Back out doc comments added just to please qapi.py
by Markus Armbruster
· 8 years ago
3313b61
qapi: add qapi2texi script
by Marc-André Lureau
· 8 years ago
c818408
qapi: Implement boxed types for commands/events
by Eric Blake
· 9 years ago
ac4338f
qapi: Allow anonymous base for flat union
by Eric Blake
· 9 years ago
972a110
qapi: Fix command with named empty argument type
by Eric Blake
· 9 years ago
14f00c6
qapi: Rename 'fields' to 'members' in generator
by Eric Blake
· 9 years ago
68d0783
qapi: Add tests of complex objects within alternate
by Eric Blake
· 9 years ago
9d3524b
qapi-visit: Honor prefix of discriminator enum
by Eric Blake
· 9 years ago
c43567c
qapi: Fix c_name() munging
by Eric Blake
· 9 years ago
748053c
qapi: Use generated TestStruct machinery in tests
by Eric Blake
· 9 years ago
1976708
tests/qapi-schema: Test for reserved names, empty struct
by Eric Blake
· 9 years ago
9f08c8e
qapi: Lazy creation of array types
by Eric Blake
· 9 years ago
70478ce
qapi: Drop redundant flat-union-reverse-define test
by Eric Blake
· 9 years ago
cae95ea
qapi: Drop redundant returns-int test
by Eric Blake
· 9 years ago
625b251
qapi: Move empty-enum to compile-time test
by Eric Blake
· 9 years ago
9c51b44
qapi: Test use of 'number' within alternates
by Eric Blake
· 9 years ago
d220fbc
qapi: Test for various name collisions
by Eric Blake
· 9 years ago
28770e0
qapi: Introduce a first class 'any' type
by Markus Armbruster
· 9 years ago
05f43a9
qapi-event: Convert to QAPISchemaVisitor, fixing data with base
by Markus Armbruster
· 9 years ago
441cbac
qapi-visit: Convert to QAPISchemaVisitor, fixing bugs
by Markus Armbruster
· 9 years ago
2b162cc
qapi-types: Convert to QAPISchemaVisitor, fixing flat unions
by Markus Armbruster
· 9 years ago
351d36e
qapi: allow override of default enum prefix naming
by Daniel P. Berrange
· 10 years ago
80e60a1
tests/qapi-schema: Restore test case for flat union base bug
by Markus Armbruster
· 10 years ago
9993877
tests/qapi-schema: Document events with base don't work
by Markus Armbruster
· 10 years ago
422e16a
tests/qapi-schema: Document alternate's enum lacks visit function
by Markus Armbruster
· 10 years ago
8c3f8e7
qapi-visit: Fix generated code when schema has forward refs
by Markus Armbruster
· 10 years ago
e3c4c3d
qapi: Support downstream events and commands
by Eric Blake
· 10 years ago
d1f07c8
qapi: Support downstream alternates
by Eric Blake
· 10 years ago
857af5f
qapi: Support downstream flat unions
by Eric Blake
· 10 years ago
bb33729
qapi: Support downstream simple unions
by Eric Blake
· 10 years ago
83a0270
qapi: Support downstream structs
by Eric Blake
· 10 years ago
fce384b
qapi: Support downstream enums
by Eric Blake
· 10 years ago
6446a59
qapi: Drop tests for inline nested structs
by Eric Blake
· 10 years ago
b6fcf32
qapi: Merge UserDefTwo and UserDefNested in tests
by Eric Blake
· 10 years ago
895a2a8
qapi: Use 'struct' instead of 'type' in schema
by Eric Blake
· 10 years ago
ab916fa
qapi: Use 'alternate' to replace anonymous union
by Eric Blake
· 10 years ago
ab04526
qapi: Rename anonymous union type in test
by Eric Blake
· 10 years ago
a8d4a2e
qapi: Forbid base without discriminator in unions
by Eric Blake
· 10 years ago
cb17f79
qapi: Fix generation of 'size' builtin type
by Eric Blake
· 10 years ago
cb55111
tests: add QMP input visitor test for unions with no discriminator
by Michael Roth
· 10 years ago
f6dadb0
test: add test cases for qapi event
by Wenchao Xia
· 11 years ago
5223070
qapi script: do not allow string discriminator
by Wenchao Xia
· 11 years ago
2fc0043
tests/qapi-schema: Cover flat union types
by Markus Armbruster
· 11 years ago
7ad993b
tests/qapi-schema: Cover union types with base
by Markus Armbruster
· 11 years ago
aabbd47
tests/qapi-schema: Cover complex types with base
by Markus Armbruster
· 11 years ago
2c38b60
tests/qapi-schema: Cover anonymous union types
by Markus Armbruster
· 11 years ago
c2216a8
tests/qapi-schema: Cover simple argument types
by Markus Armbruster
· 11 years ago
ab22ad9
tests/qapi-schema: Cover optional command arguments
by Markus Armbruster
· 11 years ago
3953e3a
OptsVisitor: introduce unit tests, with test cases for range flattening
by Laszlo Ersek
· 12 years ago
4f193e3
tests: Use qapi-schema-test.json as schema parser test
by Markus Armbruster
· 12 years ago
[Renamed from qapi-schema-test.json]
83c8466
qapi: add native list coverage for QMP output visitor tests
by Michael Roth
· 12 years ago
9e9eace
qapi: add struct-errors test case to test-qmp-output-visitor
by Paolo Bonzini
· 13 years ago
dc8fb6d
qapi: complete implementation of unions
by Paolo Bonzini
· 13 years ago
f294f82
Introduce test-qmp-output-visitor
by Luiz Capitulino
· 13 years ago
501e510
qapi: test schema used for unit tests
by Michael Roth
· 14 years ago