Re: [Qemu-devel] [PATCH 09/18] qapi.py: Maintain a list of union types

2013-07-26 Thread Eric Blake
On 07/23/2013 07:03 AM, Kevin Wolf wrote: > Signed-off-by: Kevin Wolf > --- > scripts/qapi.py | 13 + > 1 file changed, 13 insertions(+) Reviewed-by: Eric Blake -- Eric Blake eblake redhat com+1-919-301-3266 Libvirt virtualization library http://libvirt.org signature.asc

[Qemu-devel] [PATCH 09/18] qapi.py: Maintain a list of union types

2013-07-23 Thread Kevin Wolf
Signed-off-by: Kevin Wolf --- scripts/qapi.py | 13 + 1 file changed, 13 insertions(+) diff --git a/scripts/qapi.py b/scripts/qapi.py index baf1321..3a54c7f 100644 --- a/scripts/qapi.py +++ b/scripts/qapi.py @@ -105,6 +105,7 @@ def parse_schema(fp): if expr_eval.has_key('enu