index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
qapi-schema
/
qapi-schema-test.json
Age
Commit message (
Expand
)
Author
2015-12-17
qapi: Fix c_name() munging
Eric Blake
2015-11-09
qapi: Use generated TestStruct machinery in tests
Eric Blake
2015-11-02
tests/qapi-schema: Test for reserved names, empty struct
Eric Blake
2015-10-15
qapi: Lazy creation of array types
Eric Blake
2015-10-15
qapi: Drop redundant flat-union-reverse-define test
Eric Blake
2015-10-15
qapi: Drop redundant returns-int test
Eric Blake
2015-10-15
qapi: Move empty-enum to compile-time test
Eric Blake
2015-10-12
qapi: Test use of 'number' within alternates
Eric Blake
2015-10-12
qapi: Test for various name collisions
Eric Blake
2015-09-21
qapi: Introduce a first class 'any' type
Markus Armbruster
2015-09-21
qapi-event: Convert to QAPISchemaVisitor, fixing data with base
Markus Armbruster
2015-09-21
qapi-visit: Convert to QAPISchemaVisitor, fixing bugs
Markus Armbruster
2015-09-21
qapi-types: Convert to QAPISchemaVisitor, fixing flat unions
Markus Armbruster
2015-09-15
qapi: allow override of default enum prefix naming
Daniel P. Berrange
2015-09-04
tests/qapi-schema: Restore test case for flat union base bug
Markus Armbruster
2015-09-04
tests/qapi-schema: Document events with base don't work
Markus Armbruster
2015-09-04
tests/qapi-schema: Document alternate's enum lacks visit function
Markus Armbruster
2015-09-04
qapi-visit: Fix generated code when schema has forward refs
Markus Armbruster
2015-05-14
qapi: Support downstream events and commands
Eric Blake
2015-05-14
qapi: Support downstream alternates
Eric Blake
2015-05-14
qapi: Support downstream flat unions
Eric Blake
2015-05-14
qapi: Support downstream simple unions
Eric Blake
2015-05-14
qapi: Support downstream structs
Eric Blake
2015-05-14
qapi: Support downstream enums
Eric Blake
2015-05-05
qapi: Drop tests for inline nested structs
Eric Blake
2015-05-05
qapi: Merge UserDefTwo and UserDefNested in tests
Eric Blake
2015-05-05
qapi: Use 'struct' instead of 'type' in schema
Eric Blake
2015-05-05
qapi: Use 'alternate' to replace anonymous union
Eric Blake
2015-05-05
qapi: Rename anonymous union type in test
Eric Blake
2015-05-05
qapi: Forbid base without discriminator in unions
Eric Blake
2015-05-05
qapi: Fix generation of 'size' builtin type
Eric Blake
2014-09-26
tests: add QMP input visitor test for unions with no discriminator
Michael Roth
2014-06-23
test: add test cases for qapi event
Wenchao Xia
2014-03-11
qapi script: do not allow string discriminator
Wenchao Xia
2014-03-03
tests/qapi-schema: Cover flat union types
Markus Armbruster
2014-03-03
tests/qapi-schema: Cover union types with base
Markus Armbruster
2014-03-03
tests/qapi-schema: Cover complex types with base
Markus Armbruster
2014-03-03
tests/qapi-schema: Cover anonymous union types
Markus Armbruster
2014-03-03
tests/qapi-schema: Cover simple argument types
Markus Armbruster
2014-03-03
tests/qapi-schema: Cover optional command arguments
Markus Armbruster
2013-08-20
OptsVisitor: introduce unit tests, with test cases for range flattening
Laszlo Ersek
2013-07-29
tests: Use qapi-schema-test.json as schema parser test
Markus Armbruster