qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2 15/45] stream: add on-error argument


From: Eric Blake
Subject: Re: [Qemu-devel] [PATCH v2 15/45] stream: add on-error argument
Date: Wed, 26 Sep 2012 14:53:14 -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 patch adds support for error management to streaming.
> 
> Signed-off-by: Paolo Bonzini <address@hidden>
> ---
>  block/stream.c   | 28 +++++++++++++++++++++++++++-
>  block_int.h      |  3 ++-
>  blockdev.c       | 11 ++++++++---
>  hmp.c            |  3 ++-
>  qapi-schema.json |  9 +++++++--
>  qmp-commands.hx  |  2 +-
>  6 file modificati, 47 inserzioni(+), 9 rimozioni(-)
> 

> +++ b/qapi-schema.json
> @@ -1831,13 +1831,18 @@
>  #
>  # @speed:  #optional the maximum speed, in bytes per second
>  #
> +# @on-error: #optional the action to take on an error (default report).
> +#            'stop' and 'enospc' can only be used if the block device
> +#            supports io-status (see BlockInfo).  Since 1.2.

1.3

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