On 09/26/2012 09:56 AM, Paolo Bonzini wrote:
> Job pausing reuses the existing support for cancellable sleeps.  A pause
> happens at the next sleeping point and lasts until the coroutine is
> re-entered explicitly.  Cancellation was already doing a forced resume,
> so implement it explicitly in terms of resume.
> 
> Paused jobs cannot be canceled without first resuming them.  This ensures
> that I/O errors are never missed by management.
> 
> Signed-off-by: Paolo Bonzini <pbonz...@redhat.com>
> ---

> +++ b/qapi-schema.json
> @@ -1098,6 +1098,8 @@
>  #
>  # @len: the maximum progress value
>  #
> +# @paused: whether the job is paused (since 1.2)

1.3

-- 
Eric Blake   ebl...@redhat.com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to