From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49845) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VZYl1-0003fy-K4 for qemu-devel@nongnu.org; Fri, 25 Oct 2013 00:12:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VZYkq-0003UC-LN for qemu-devel@nongnu.org; Fri, 25 Oct 2013 00:12:19 -0400 Received: from e28smtp07.in.ibm.com ([122.248.162.7]:35228) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VZYkq-0003U0-0n for qemu-devel@nongnu.org; Fri, 25 Oct 2013 00:12:08 -0400 Received: from /spool/local by e28smtp07.in.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 25 Oct 2013 09:42:05 +0530 Received: from d28relay01.in.ibm.com (d28relay01.in.ibm.com [9.184.220.58]) by d28dlp03.in.ibm.com (Postfix) with ESMTP id 079F81258053 for ; Fri, 25 Oct 2013 09:42:38 +0530 (IST) Received: from d28av04.in.ibm.com (d28av04.in.ibm.com [9.184.220.66]) by d28relay01.in.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r9P4EvY624903750 for ; Fri, 25 Oct 2013 09:44:57 +0530 Received: from d28av04.in.ibm.com (localhost [127.0.0.1]) by d28av04.in.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id r9P4C1Ne015315 for ; Fri, 25 Oct 2013 09:42:02 +0530 Message-ID: <5269EF8F.1070703@linux.vnet.ibm.com> Date: Fri, 25 Oct 2013 12:11:59 +0800 From: Lei Li 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> <5269274A.9060109@redhat.com> In-Reply-To: <5269274A.9060109@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed 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: Paolo Bonzini Cc: aarcange@redhat.com, aliguori@us.ibm.com, quintela@redhat.com, mdroth@linux.vnet.ibm.com, mrhines@linux.vnet.ibm.com, qemu-devel@nongnu.org, lagarcia@br.ibm.com, rcj@linux.vnet.ibm.com On 10/24/2013 09:57 PM, Paolo Bonzini wrote: > 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. Sure, I will send it with your comments later. > > Paolo > -- Lei