Re: [Qemu-devel] [RFC PATCH 04/11] qapi-visit.py: Implement 'base' for unions

2013-07-11 Thread Eric Blake
On 07/09/2013 03:53 AM, Kevin Wolf wrote: > Signed-off-by: Kevin Wolf > --- > scripts/qapi-visit.py | 33 - > 1 file changed, 28 insertions(+), 5 deletions(-) > Reviewed-by: Eric Blake -- Eric Blake eblake redhat com+1-919-301-3266 Libvirt virtualization

[Qemu-devel] [RFC PATCH 04/11] qapi-visit.py: Implement 'base' for unions

2013-07-09 Thread Kevin Wolf
Signed-off-by: Kevin Wolf --- scripts/qapi-visit.py | 33 - 1 file changed, 28 insertions(+), 5 deletions(-) diff --git a/scripts/qapi-visit.py b/scripts/qapi-visit.py index a337d80..3b2e693 100644 --- a/scripts/qapi-visit.py +++ b/scripts/qapi-visit.py @@ -151,7