Statistics
| Branch: | Revision:

root / qapi-schema-test.json @ 5b50e790

History | View | Annotate | Download (1.7 kB)

# Date Author Comment
83c84667 05/23/2013 04:44 pm Michael Roth

qapi: add native list coverage for QMP output visitor tests

This exercises schema-generated visitors for native list types and does
some sanity checking on validity of serialized data.

Signed-off-by: Michael Roth <>
Reviewed-by: Laszlo Ersek <>...

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 <>