From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40218) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bhcL1-0002jb-HY for qemu-devel@nongnu.org; Wed, 07 Sep 2016 08:52:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bhcKz-0008Sy-Lv for qemu-devel@nongnu.org; Wed, 07 Sep 2016 08:52:22 -0400 Received: from mail-oi0-x242.google.com ([2607:f8b0:4003:c06::242]:35094) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bhcKz-0008Su-HK for qemu-devel@nongnu.org; Wed, 07 Sep 2016 08:52:21 -0400 Received: by mail-oi0-x242.google.com with SMTP id 2so1868142oif.2 for ; Wed, 07 Sep 2016 05:52:21 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <87wpio9k5e.fsf@emacs.mitica> References: <1473169187-22750-1-git-send-email-ashijeetacharya@gmail.com> <87wpio9k5e.fsf@emacs.mitica> From: Ashijeet Acharya Date: Wed, 7 Sep 2016 18:22:20 +0530 Message-ID: Content-Type: text/plain; charset=UTF-8 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: quintela@redhat.com Cc: lcapitulino@redhat.com, amit.shah@redhat.com, eblake@redhat.com, armbru@redhat.com, "dgilbert@redhat.com" , Paolo Bonzini , "Daniel P. Berrange" , QEMU Developers On Wed, Sep 7, 2016 at 2:11 PM, Juan Quintela wrote: > 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. Great! Thanks a lot. Ashijeet > > Later, Juan.