Searched hist:"00 e6832f419529645f45f93ccccb3778d51e9d0a" (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tests/unit/ |
H A D | test-qobject-output-visitor.c | diff 00e6832f419529645f45f93ccccb3778d51e9d0a Fri Sep 17 09:31:24 CDT 2021 Markus Armbruster <armbru@redhat.com> test-qobject-output-visitor: Wean off UserDefListUnion
The test_visitor_out_list_union_FOO() use simple union UserDefListUnion to cover lists of builtin types. Rewrite as test_visitor_out_list_struct(), using struct ArrayStruct and a lot less code.
Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Message-Id: <20210917143134.412106-14-armbru@redhat.com>
|