qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [RFC PATCH 2/4] qapi: Convert loadvm


From: Eric Blake
Subject: Re: [Qemu-devel] [RFC PATCH 2/4] qapi: Convert loadvm
Date: Thu, 12 Jul 2012 11:56:28 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120615 Thunderbird/13.0.1

On 07/12/2012 10:55 AM, Pavel Hrdina wrote:
> Signed-off-by: Pavel Hrdina <address@hidden>
> ---

> +++ b/qapi-schema.json
> @@ -1889,4 +1889,26 @@
>  #
>  # Since: 1.2
>  ##
> -{ 'command': 'savevm', 'data': {'*name': 'str'} }
> \ No newline at end of file
> +{ 'command': 'savevm', 'data': {'*name': 'str'} }
> +
> +##
> +# @loadvm:

Similar to my question in 1/4, should this be named 'load-vm'?

> +#
> +# Set the whole virtual machine to the snapshot identified by the tag
> +# 'tag' or the unique snapshot ID 'id'.
> +#
> +# @name: tag or id of existing snapshot
> +#
> +# Returns: Nothing on success
> +#          If no block device can accept snapshots, SnapshotNotAccepted
> +#          If no snapshot is found, SnapshotNotFound
> +#          If snapshot is only disk snapshot, SnapshotInvalid
> +#          If there is a writable device not supporting snapshots,
> +#            SnapshotNotSupported
> +#          If snapshot activate failed, SnapshotActivateFailed
> +#          If open a block device for vm state fail, SnapshotOpenFailed
> +#          If an error occures while loading vm state, SnapshotLoadFailed

s/occures/occurs/

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