Statistics
| Branch: | Revision:

root / qapi-schema-test.json @ 834574ea

History | View | Annotate | Download (1.3 kB)

# Date Author Comment
9e9eace8 03/27/2012 03:11 pm Paolo Bonzini

qapi: add struct-errors test case to test-qmp-output-visitor

This test case verifies that invalid native enums are caught, and causes
qapi to tear down the QObject tree under construction, exercising the
previous patch.

Signed-off-by: Paolo Bonzini <>...

dc8fb6df 03/12/2012 04:14 pm Paolo Bonzini

qapi: complete implementation of unions

Signed-off-by: Paolo Bonzini <>
Acked-by: Luiz Capitulino <>
Signed-off-by: Kevin Wolf <>

f294f82a 12/06/2011 03:40 pm Luiz Capitulino

Introduce test-qmp-output-visitor

Contains unit-tests for the QMP output visitor implementation.

Signed-off-by: Luiz Capitulino <>

501e5104 07/21/2011 10:48 pm Michael Roth

qapi: test schema used for unit tests

This is how QMP commands/parameters/types would be defined. We use a
subset of that functionality here to implement functions/types for unit
testing.

Signed-off-by: Michael Roth <>
Signed-off-by: Luiz Capitulino <>