Re: [Qemu-devel] [PATCH 07/17] qapi: Drop useless 'data' member of unions

2016-02-22 Thread Daniel P. Berrange
On Fri, Feb 19, 2016 at 05:19:37PM -0700, Eric Blake wrote: > Now that we no longer have any clients of the 'void *data' > member injected into unions, we can drop it. Update the > testsuite to drop the negative test union-clash-data, and > replace it with a positive test in qapi-schema-test that

[Qemu-devel] [PATCH 07/17] qapi: Drop useless 'data' member of unions

2016-02-19 Thread Eric Blake
Now that we no longer have any clients of the 'void *data' member injected into unions, we can drop it. Update the testsuite to drop the negative test union-clash-data, and replace it with a positive test in qapi-schema-test that proves that we no longer have a name collision. Signed-off-by: