From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48382) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VZLQ3-0003Cj-33 for qemu-devel@nongnu.org; Thu, 24 Oct 2013 09:57:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VZLPu-0007b7-LA for qemu-devel@nongnu.org; Thu, 24 Oct 2013 09:57:47 -0400 Received: from mail-wi0-x235.google.com ([2a00:1450:400c:c05::235]:33239) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VZLPu-0007b1-E7 for qemu-devel@nongnu.org; Thu, 24 Oct 2013 09:57:38 -0400 Received: by mail-wi0-f181.google.com with SMTP id l12so2588553wiv.8 for ; Thu, 24 Oct 2013 06:57:37 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <5269274A.9060109@redhat.com> Date: Thu, 24 Oct 2013 14:57:30 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1382412341-1173-1-git-send-email-lilei@linux.vnet.ibm.com> <1382412341-1173-5-git-send-email-lilei@linux.vnet.ibm.com> In-Reply-To: <1382412341-1173-5-git-send-email-lilei@linux.vnet.ibm.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 04/17] qmp-command.hx: add missing docs for migration capabilites List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Lei Li Cc: aarcange@redhat.com, aliguori@us.ibm.com, quintela@redhat.com, qemu-devel@nongnu.org, mrhines@linux.vnet.ibm.com, mdroth@linux.vnet.ibm.com, lagarcia@br.ibm.com, rcj@linux.vnet.ibm.com Il 22/10/2013 04:25, Lei Li ha scritto: > Signed-off-by: Lei Li > --- > qmp-commands.hx | 8 ++++++++ > 1 files changed, 8 insertions(+), 0 deletions(-) > > diff --git a/qmp-commands.hx b/qmp-commands.hx > index fba15cd..650a3a8 100644 > --- a/qmp-commands.hx > +++ b/qmp-commands.hx > @@ -2898,6 +2898,10 @@ migrate-set-capabilities > Enable/Disable migration capabilities > > - "xbzrle": XBZRLE support > +- "x-rdma-pin-all": RDMA support Pin all pages during RDMA support. > +- "zero-blocks": zero-blocks support Compress zero blocks during block migration. > +- "auto-converge": Auto converge support Block VCPU to help convergence of migration > +- "unix-page-flipping": Page flipping support Page flipping for live QEMU upgrade > Arguments: > > @@ -2922,6 +2926,10 @@ Query current migration capabilities > > - "capabilities": migration capabilities state > - "xbzrle" : XBZRLE state (json-bool) > + - "x-rdma-pin-all": RDMA state (json-bool) > + - "zero-blocks": zero-blocks state (json-bool) > + - "auto-converge": Auto converge state (json-bool) > + - "unix-page-flipping": Page flipping state (json-bool) > > Arguments: > > Please separate page flipping in a separate patch and send it for 1.7. Once you do that, patches 2/3/4 can be merged. Paolo