qemu-block
[Top][All Lists]
Advanced

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

Re: [Qemu-block] [Qemu-devel] [PATCH 13/15] qapi-schema: Rename GlusterS


From: Eric Blake
Subject: Re: [Qemu-block] [Qemu-devel] [PATCH 13/15] qapi-schema: Rename GlusterServer to SocketAddressFlat
Date: Fri, 3 Mar 2017 10:31:08 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0

On 03/02/2017 03:44 PM, Markus Armbruster wrote:
> As its documentation says, it's not specific to Gluster.  Rename it,
> as I'm going to use it for something else.
> 
> Signed-off-by: Markus Armbruster <address@hidden>
> ---
>  block/gluster.c      | 38 +++++++++++++++++++-------------------
>  qapi-schema.json     | 38 ++++++++++++++++++++++++++++++++++++++
>  qapi/block-core.json | 46 +---------------------------------------------
>  3 files changed, 58 insertions(+), 64 deletions(-)

Mostly mechanical once you deal with the cross-file motion.  Changing
the type name has no impact on the wire representation, so it's safe.

Reviewed-by: Eric Blake <address@hidden>

> +++ b/qapi-schema.json
> @@ -4101,6 +4101,44 @@
>      'fd': 'String' } }
>  
>  ##
> +# @SocketAddressFlatType:
> +#
> +# Available SocketAddressFlat types
> +#
> +# @tcp:   Internet address
> +#
> +# @unix:  Unix domain socket
> +#
> +# Since: 2.9

I probably would have listed 'since: 2.7', since the type is unchanged
from its pre-move location...

> +#
> +# Since: 2.9
> +##
> +{ 'union': 'SocketAddressFlat',

and again


> +++ b/qapi/block-core.json
> @@ -2533,50 +2533,6 @@
>              '*read-pattern': 'QuorumReadPattern' } }
>  
>  ##
> -# @GlusterTransport:
> -#
> -# An enumeration of Gluster transport types
> -#
> -# @tcp:   TCP   - Transmission Control Protocol
> -#
> -# @unix:  UNIX  - Unix domain socket
> -#
> -# Since: 2.7

...here.

-- 
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]