summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason J. Herne <jjherne@linux.vnet.ibm.com>2015-09-08 13:12:37 -0400
committerJuan Quintela <quintela@redhat.com>2015-09-30 09:42:04 +0200
commitdc3256272cf70b2152279b013a8abb16e0f6fe96 (patch)
treeb341a0fab575e9ebfe308129a57ed8e34af3fe39
parent4782893e099cde24c0b10a48d0412eea575ddcb3 (diff)
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 <jjherne@linux.vnet.ibm.com> Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Signed-off-by: Juan Quintela <quintela@redhat.com> Reviewed-by: Juan Quintela <quintela@redhat.com>
-rw-r--r--migration/migration.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/migration/migration.c b/migration/migration.c
index c7472ed208..b7de9b7b3f 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. */