qapi: More tests of alternate output
authorEric Blake <eblake@redhat.com>
Fri, 6 Nov 2015 06:35:32 +0000 (23:35 -0700)
committerMarkus Armbruster <armbru@redhat.com>
Tue, 10 Nov 2015 07:09:14 +0000 (08:09 +0100)
commit12fafd7cedad51854c468ea0496a6542b3222b29
tree28b424135911da448b8d782b9326ee6c14e788ea
parenta12a5a1a0132527afe87c079e4aae4aad372bd94
qapi: More tests of alternate output

The testsuite was only covering that we could output the 'int'
branch of an alternate (no additional allocation/cleanup required).
Add a test of the 'str' branch, to make sure that things still
work even when a branch involves allocation.

Update to modern style of g_new0() over g_malloc0() while
touching it.

Signed-off-by: Eric Blake <eblake@redhat.com>
Message-Id: <1446791754-23823-9-git-send-email-eblake@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
tests/test-qmp-output-visitor.c