From dc3256272cf70b2152279b013a8abb16e0f6fe96 Mon Sep 17 00:00:00 2001 From: "Jason J. Herne" Date: Tue, 8 Sep 2015 13:12:37 -0400 Subject: migration: Disambiguate MAX_THROTTLE 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 Reviewed-by: Dr. David Alan Gilbert Reviewed-by: Eric Blake Signed-off-by: Juan Quintela Reviewed-by: Juan Quintela --- migration/migration.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'migration') diff --git a/migration/migration.c b/migration/migration.c index c7472ed..b7de9b7 100644 --- a/migration/migration.c +++ b/migration/migration.c @@ -31,7 +31,7 @@ #include "qapi-event.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. */ -- cgit v1.1