qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 07/42] input: qapi: add unmapped key


From: Eric Blake
Subject: Re: [Qemu-devel] [PATCH 07/42] input: qapi: add unmapped key
Date: Thu, 30 Jan 2014 17:28:07 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0

On 01/28/2014 02:57 AM, Gerd Hoffmann wrote:
> Simplifies building something -> QkeyCode mapping tables.
> Uninitialized entries can easily identified then.
> 
> Signed-off-by: Gerd Hoffmann <address@hidden>
> ---
>  qapi-schema.json | 5 ++++-
>  1 file changed, 4 insertions(+), 1 deletion(-)
> 
> diff --git a/qapi-schema.json b/qapi-schema.json
> index 646d64f..6af22f6 100644
> --- a/qapi-schema.json
> +++ b/qapi-schema.json
> @@ -3429,9 +3429,12 @@
>  # This is used by the send-key command.
>  #
>  # Since: 1.3.0
> +#
> +# 'unmapped' since 2.0

Typically written:

# @unmapped: no key assignment (since 2.0)
#
# Since: 1.3.0

But then again, I don't know that we have very good precedent for
extending enums and documenting just the new values, so I can live with
what you did.

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]