Re: [Qemu-devel] [PATCH V6 04/29] test: add test cases for qapi event

2014-06-13 Thread Eric Blake
On 06/05/2014 06:21 AM, Wenchao Xia wrote: These cases will verify whether the expected qdict is built. Signed-off-by: Wenchao Xia wenchaoq...@gmail.com --- tests/Makefile | 16 ++- tests/qapi-schema/qapi-schema-test.json | 12 ++

[Qemu-devel] [PATCH V6 04/29] test: add test cases for qapi event

2014-06-05 Thread Wenchao Xia
These cases will verify whether the expected qdict is built. Signed-off-by: Wenchao Xia wenchaoq...@gmail.com --- tests/Makefile | 16 ++- tests/qapi-schema/qapi-schema-test.json | 12 ++ tests/qapi-schema/qapi-schema-test.out | 10 +- tests/test-qmp-event.c