qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v3 5/5] migration: Disambiguate MAX_THROTTLE


From: Dr. David Alan Gilbert
Subject: Re: [Qemu-devel] [PATCH v3 5/5] migration: Disambiguate MAX_THROTTLE
Date: Fri, 26 Jun 2015 19:36:48 +0100
User-agent: Mutt/1.5.23 (2014-03-12)

* Jason J. Herne (address@hidden) wrote:
> Migration has a define for MAX_THROTTLE. Update comment to clarify that this 
> is
> used for throttling transfer speed. Hopefully this will prevent it from being
> confused with a guest cpu throttling entity.
> 
> Signed-off-by: Jason J. Herne <address@hidden>

Reviewed-by: Dr. David Alan Gilbert <address@hidden>

Dave
> ---
>  migration/migration.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/migration/migration.c b/migration/migration.c
> index b29450a..b9faeb0 100644
> --- a/migration/migration.c
> +++ b/migration/migration.c
> @@ -27,7 +27,7 @@
>  #include "trace.h"
>  #include "qom/cpu.h"
>  
> -#define MAX_THROTTLE  (32 << 20)      /* Migration speed throttling */
> +#define MAX_THROTTLE  (32 << 20)      /* Migration transfer speed throttling 
> */
>  
>  /* Amount of time to allocate to each "chunk" of bandwidth-throttled
>   * data. */
> -- 
> 1.9.1
> 
--
Dr. David Alan Gilbert / address@hidden / Manchester, UK



reply via email to

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