From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57308) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fTHqj-0008Vy-D6 for qemu-devel@nongnu.org; Wed, 13 Jun 2018 22:18:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fTHqg-0001gP-9Q for qemu-devel@nongnu.org; Wed, 13 Jun 2018 22:18:57 -0400 Received: from mx3-rdu2.redhat.com ([66.187.233.73]:42370 helo=mx1.redhat.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fTHqg-0001gB-40 for qemu-devel@nongnu.org; Wed, 13 Jun 2018 22:18:54 -0400 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.rdu2.redhat.com [10.11.54.4]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 905FA4023132 for ; Thu, 14 Jun 2018 02:18:53 +0000 (UTC) Date: Thu, 14 Jun 2018 10:18:49 +0800 From: Peter Xu Message-ID: <20180614021849.GP15344@xz-mi> References: <20180613102642.23995-1-dgilbert@redhat.com> <20180613102642.23995-2-dgilbert@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20180613102642.23995-2-dgilbert@redhat.com> Subject: Re: [Qemu-devel] [PATCH 1/3] migration/postcopy: Add max-postcopy-bandwidth parameter List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Dr. David Alan Gilbert (git)" Cc: qemu-devel@nongnu.org, quintela@redhat.com, jdenemar@redhat.com On Wed, Jun 13, 2018 at 11:26:40AM +0100, Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > Limit the background transfer bandwidth during the postcopy > phase to the value set on this new parameter. The default, 0, > corresponds to the existing behaviour which is unlimited bandwidth. > > Signed-off-by: Dr. David Alan Gilbert Reviewed-by: Peter Xu -- Peter Xu