qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v14 13/15] qapi: Enforce (or whitelist) case con


From: Eric Blake
Subject: Re: [Qemu-devel] [PATCH v14 13/15] qapi: Enforce (or whitelist) case conventions on qapi members
Date: Wed, 2 Dec 2015 06:41:53 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0

On 12/02/2015 04:51 AM, Markus Armbruster wrote:
> This is the fixup I mentioned in the v13 thread.  The "Unreachable and
> not implemented" hunk should probably be its own patch.

In fact, that hunk...

> 
> diff --git a/scripts/qapi.py b/scripts/qapi.py
> index 6d38d7c..870e476 100644
> --- a/scripts/qapi.py
> +++ b/scripts/qapi.py

> @@ -1073,7 +1071,8 @@ class QAPISchemaMember(object):
>                  return '(parameter of %s)' % owner[:-4]
>              else:
>                  assert owner.endswith('-wrapper')
> -                return '(branch of %s)' % owner[:-8]
> +                # Unreachable and not implemented
> +                assert False
>          if owner.endswith('Kind'):
>              # See QAPISchema._make_implicit_enum_type()
>              return '(branch of %s)' % owner[:-4]

...should probably just be squashed directly into commit 8f3a05b on your
current qapi-next branch, since it hasn't landed upstream yet.

Your fixup looks sane, and eliminates the need for 12/15.  So I'm fine
if you'd like to make that change when updating qapi-next.
Reviewed-by: Eric Blake <address@hidden>

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]