qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2 11/45] iostatus: move BlockdevOnError declara


From: Eric Blake
Subject: Re: [Qemu-devel] [PATCH v2 11/45] iostatus: move BlockdevOnError declaration to QAPI
Date: Wed, 26 Sep 2012 11:54:15 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120911 Thunderbird/15.0.1

On 09/26/2012 09:56 AM, Paolo Bonzini wrote:
> This will let block-stream reuse the enum.  Places that used the enums
> are renamed accordingly.
> 
> Signed-off-by: Paolo Bonzini <address@hidden>
> ---

> +#
> +# @stop: for guest operations, stop the virtual machine;
> +#        for jobs, pause the job
> +#
> +# @enospc: same as @stop on ENOSPC, same as @report otherwise.
> +#
> +# Since: 1.3
> +##
> +{ 'enum': 'BlockdevOnError',
> +  'data': ['report', 'ignore', 'enospc', 'stop'] }

Bike-shedding - should the order of the docs match the order of the
'data' array (that is, should 'enospc' be last in both places)?

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