qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [RFC PATCH 26/36] block: live snapshot documentation tw


From: Eric Blake
Subject: Re: [Qemu-devel] [RFC PATCH 26/36] block: live snapshot documentation tweaks
Date: Fri, 15 Jun 2012 15:14:58 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120430 Thunderbird/12.0.1

On 06/15/2012 09:05 AM, Paolo Bonzini wrote:
> Signed-off-by: Paolo Bonzini <address@hidden>
> ---
>  qapi-schema.json |    4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/qapi-schema.json b/qapi-schema.json
> index 2ee988b..250edf2 100644
> --- a/qapi-schema.json
> +++ b/qapi-schema.json
> @@ -1289,6 +1289,7 @@
>  #
>  # Returns: nothing on success
>  #          If @device is not a valid block device, DeviceNotFound
> +#          If the block device has no medium inserted, DeviceHasNoMedium
>  #          If @device is busy, DeviceInUse will be returned
>  #          If @snapshot-file can't be created, OpenFileFailed
>  #          If @snapshot-file can't be opened, OpenFileFailed

Can we combine these?

If @snapshot-file can't be opened or created, OpenFileFailed

> @@ -1321,6 +1322,9 @@
>  #
>  # Returns: nothing on success
>  #          If @device is not a valid block device, DeviceNotFound
> +#          If the block device has no medium inserted, DeviceHasNoMedium
> +#          If @device is busy, DeviceInUse will be returned
> +#          If @snapshot-file can't be created, OpenFileFailed
>  #          If @snapshot-file can't be opened, OpenFileFailed

and again.

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