qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2 07/45] qmp: add block-job-pause and block-job


From: Eric Blake
Subject: Re: [Qemu-devel] [PATCH v2 07/45] qmp: add block-job-pause and block-job-resume
Date: Wed, 26 Sep 2012 11:45:22 -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:
> Add QMP commands matching the functionality.
> 
> Paused jobs cannot be canceled without first resuming them.  This
> ensures that I/O errors are never missed by management.  However, an
> optional force argument can be specified to allow that.
> 
> Signed-off-by: Paolo Bonzini <address@hidden>
> ---
>         v1->v2: document that the commands do not nest; a single resume
>         command will always resume.
> 

> +++ b/qapi-schema.json
> @@ -1855,12 +1855,55 @@
>  #
>  # @device: the device name
>  #
> +# @force: #optional whether to allow cancellation of a paused job (default 
> false)
> +#

Do we need (since 1.3) designation on this argument?

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