qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 20/27] qapi-schema: add ErrorClass enum


From: Eric Blake
Subject: Re: [Qemu-devel] [PATCH 20/27] qapi-schema: add ErrorClass enum
Date: Sat, 28 Jul 2012 08:42:35 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120717 Thunderbird/14.0

On 07/27/2012 03:32 PM, Luiz Capitulino wrote:
> Signed-off-by: Luiz Capitulino <address@hidden>
> ---
>  qapi-schema.json | 26 ++++++++++++++++++++++++++
>  1 file changed, 26 insertions(+)
> 
> diff --git a/qapi-schema.json b/qapi-schema.json
> index 7500754..b1325c4 100644
> --- a/qapi-schema.json
> +++ b/qapi-schema.json
> @@ -3,6 +3,32 @@
>  # QAPI Schema
>  
>  ##
> +# @ErrorClass
> +#
> +# QEMU error classes
> +#
> +# @GenericError: this is used for errors that don't require a specific error
> +#                class. This should be the default case for most errors
> +#
> +# @CommandNotFound: the request command has not been found

s/request/requested/

-- 
Eric Blake   address@hidden    +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]