From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54135) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZhDBU-0000Q4-Ht for qemu-devel@nongnu.org; Wed, 30 Sep 2015 04:56:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZhDBT-0001Ie-QM for qemu-devel@nongnu.org; Wed, 30 Sep 2015 04:56:20 -0400 Received: from mx1.redhat.com ([209.132.183.28]:55178) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZhDBT-0001IW-LW for qemu-devel@nongnu.org; Wed, 30 Sep 2015 04:56:19 -0400 From: Juan Quintela Date: Wed, 30 Sep 2015 10:56:06 +0200 Message-Id: <1443603366-4686-7-git-send-email-quintela@redhat.com> In-Reply-To: <1443603366-4686-1-git-send-email-quintela@redhat.com> References: <1443603366-4686-1-git-send-email-quintela@redhat.com> Subject: [Qemu-devel] [PULL 6/6] migration: Disambiguate MAX_THROTTLE List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: amit.shah@redhat.com, dgilbert@redhat.com, "Jason J. Herne" From: "Jason J. Herne" 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(-) 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