qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PULL 6/6] migration: Disambiguate MAX_THROTTLE


From: Juan Quintela
Subject: [Qemu-devel] [PULL 6/6] migration: Disambiguate MAX_THROTTLE
Date: Wed, 30 Sep 2015 10:56:06 +0200

From: "Jason J. Herne" <address@hidden>

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>
Reviewed-by: Eric Blake <address@hidden>
Signed-off-by: Juan Quintela <address@hidden>
Reviewed-by: Juan Quintela <address@hidden>
---
 migration/migration.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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. */
-- 
2.4.3




reply via email to

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