Re: [Qemu-devel] [PATCH 2/4] qapi: Allow enums in anonymous unions

2014-08-20 Thread Eric Blake
On 08/20/2014 11:59 AM, Max Reitz wrote: > Signed-off-by: Max Reitz > --- > scripts/qapi-types.py | 2 ++ > scripts/qapi-visit.py | 3 ++- > 2 files changed, 4 insertions(+), 1 deletion(-) Reviewed-by: Eric Blake (On a tangentially related note, I'd still like to get to the point where we can

[Qemu-devel] [PATCH 2/4] qapi: Allow enums in anonymous unions

2014-08-20 Thread Max Reitz
Signed-off-by: Max Reitz --- scripts/qapi-types.py | 2 ++ scripts/qapi-visit.py | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/qapi-types.py b/scripts/qapi-types.py index b463232..d2f815b 100644 --- a/scripts/qapi-types.py +++ b/scripts/qapi-types.py @@ -177,6 +17