Re: [Qemu-devel] [PATCH v2 02/49] qapi: support implicit structs in OptsVisitor

2015-09-04 Thread Eric Blake
On 08/21/2015 09:36 AM, Kővágó, Zoltán wrote: > They are required for flat unions (you still have to allocate the > structs). > > Signed-off-by: Kővágó, Zoltán > --- > qapi/opts-visitor.c | 15 +++ > 1 file changed, 15 insertions(+) > Reviewed-by: Eric Blake However, note that I

[Qemu-devel] [PATCH v2 02/49] qapi: support implicit structs in OptsVisitor

2015-08-21 Thread Kővágó, Zoltán
They are required for flat unions (you still have to allocate the structs). Signed-off-by: Kővágó, Zoltán --- qapi/opts-visitor.c | 15 +++ 1 file changed, 15 insertions(+) diff --git a/qapi/opts-visitor.c b/qapi/opts-visitor.c index 7ae33b3..aa68814 100644 --- a/qapi/opts-visitor.c