From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34119) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bhYQR-0007ck-AP for qemu-devel@nongnu.org; Wed, 07 Sep 2016 04:41:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bhYQN-0007un-6q for qemu-devel@nongnu.org; Wed, 07 Sep 2016 04:41:43 -0400 Received: from mx1.redhat.com ([209.132.183.28]:54660) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bhYQN-0007ub-1u for qemu-devel@nongnu.org; Wed, 07 Sep 2016 04:41:39 -0400 From: Juan Quintela In-Reply-To: <1473169187-22750-1-git-send-email-ashijeetacharya@gmail.com> (Ashijeet Acharya's message of "Tue, 6 Sep 2016 19:09:47 +0530") References: <1473169187-22750-1-git-send-email-ashijeetacharya@gmail.com> Reply-To: quintela@redhat.com Date: Wed, 07 Sep 2016 10:41:33 +0200 Message-ID: <87wpio9k5e.fsf@emacs.mitica> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH v3] Move max-bandwidth and downtime-limit into migrate_set_parameter for both hmp and qmp List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Ashijeet Acharya Cc: lcapitulino@redhat.com, amit.shah@redhat.com, eblake@redhat.com, armbru@redhat.com, dgilbert@redhat.com, pbonzini@redhat.com, berrange@redhat.com, qemu-devel@nongnu.org Ashijeet Acharya wrote: > Mark old-commands for speed and downtime as deprecated. > Move max-bandwidth and downtime-limit into migrate-set-parameters for > setting maximum migration speed and expected downtime limit parameters > respectively. > Change downtime units to milliseconds (only for new-command) and update > the query part in both hmp and qmp qemu control interfaces. > > Signed-off-by: Ashijeet Acharya Thanks, applied for 2.8. Later, Juan.