qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PULL 07/16] migration: Create x-multifd-page-count par


From: Eric Blake
Subject: Re: [Qemu-devel] [PULL 07/16] migration: Create x-multifd-page-count parameter
Date: Wed, 20 Sep 2017 08:59:49 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0

On 09/20/2017 05:46 AM, Juan Quintela wrote:
> Indicates how many pages we are going to send in each batch to a multifd
> thread.
> 
> Signed-off-by: Juan Quintela <address@hidden>
> Reviewed-by: Dr. David Alan Gilbert <address@hidden>
> Reviewed-by: Peter Xu <address@hidden>
> 

> +++ b/qapi/migration.json
> @@ -471,6 +471,9 @@
>  #                     number of sockets used for migration.  The
>  #                     default value is 2 (since 2.11)
>  #
> +# @x-multifd-page-count: Number of pages sent together to a thread
> +#                        The default value is 16 (since 2.11)

You're missing a '.' between sentences; it's more obvious when you no
longer have a newline between them when things are rendered to other
documentation formats.

Can be fixed as a followup.

> @@ -539,6 +542,9 @@
>  #                     number of sockets used for migration.  The
>  #                     default value is 2 (since 2.11)
>  #
> +# @x-multifd-page-count: Number of pages sent together to a thread
> +#                        The default value is 16 (since 2.11)
> +#

Multiple instances of it.

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