qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PULL 06/16] migration: add postcopy total blocktime in


From: Eric Blake
Subject: Re: [Qemu-devel] [PULL 06/16] migration: add postcopy total blocktime into query-migrate
Date: Wed, 25 Apr 2018 15:37:10 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0

On 04/25/2018 03:03 PM, Dr. David Alan Gilbert (git) wrote:
> From: Alexey Perevalov <address@hidden>
> 
> Postcopy total blocktime is available on destination side only.
> But query-migrate was possible only for source. This patch
> adds ability to call query-migrate on destination.
> To be able to see postcopy blocktime, need to request postcopy-blocktime
> capability.

This prerequisite command...


> +++ b/qapi/migration.json
> @@ -155,6 +155,13 @@
>  # @error-desc: the human readable error description string, when
>  #              @status is 'failed'. Clients should not attempt to parse the
>  #              error strings. (Since 2.7)
> +#
> +# @postcopy-blocktime: total time when all vCPU were blocked during postcopy
> +#           live migration (Since 2.13)
> +#
> +# @postcopy-vcpu-blocktime: list of the postcopy blocktime per vCPU (Since 
> 2.13)

... should be documented here (something along the lines of "This field
is only present if the postcopy-blocktime migration capability was enabled")

> +#
> +
>  #

Why the blank line addition?  More to include in your followup cleanup
patch.

-- 
Eric Blake, Principal Software Engineer
Red Hat, Inc.           +1-919-301-3266
Virtualization:  qemu.org | libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]