diff mbox

qmp-command.hx: add missing docs for migration capabilites

Message ID 1418107117-9892-1-git-send-email-zhang.zhanghailiang@huawei.com
State New
Headers show

Commit Message

Zhanghailiang Dec. 9, 2014, 6:38 a.m. UTC
Signed-off-by: zhanghailiang <zhang.zhanghailiang@huawei.com>
---
 qmp-commands.hx | 6 ++++++
 1 file changed, 6 insertions(+)

Comments

Eric Blake Dec. 9, 2014, 3:35 p.m. UTC | #1
On 12/08/2014 11:38 PM, zhanghailiang wrote:
> Signed-off-by: zhanghailiang <zhang.zhanghailiang@huawei.com>
> ---
>  qmp-commands.hx | 6 ++++++
>  1 file changed, 6 insertions(+)


>  - "xbzrle": XBZRLE support
> +- "rdma-pin-all": pin all pages when use of RDMA during migration

s/use of/using/

With the grammar fix,
Reviewed-by: Eric Blake <eblake@redhat.com>
Amit Shah Dec. 10, 2014, 2:29 a.m. UTC | #2
On (Tue) 09 Dec 2014 [08:35:05], Eric Blake wrote:
> On 12/08/2014 11:38 PM, zhanghailiang wrote:
> > Signed-off-by: zhanghailiang <zhang.zhanghailiang@huawei.com>
> > ---
> >  qmp-commands.hx | 6 ++++++
> >  1 file changed, 6 insertions(+)
> 
> 
> >  - "xbzrle": XBZRLE support
> > +- "rdma-pin-all": pin all pages when use of RDMA during migration
> 
> s/use of/using/
> 
> With the grammar fix,
> Reviewed-by: Eric Blake <eblake@redhat.com>

Fixed and applied.

Thanks,

		Amit
diff mbox

Patch

diff --git a/qmp-commands.hx b/qmp-commands.hx
index 718dd92..4f0b36e 100644
--- a/qmp-commands.hx
+++ b/qmp-commands.hx
@@ -3184,6 +3184,9 @@  migrate-set-capabilities
 Enable/Disable migration capabilities
 
 - "xbzrle": XBZRLE support
+- "rdma-pin-all": pin all pages when use of RDMA during migration
+- "auto-converge": throttle down guest to help convergence of migration
+- "zero-blocks": compress zero blocks during block migration
 
 Arguments:
 
@@ -3208,6 +3211,9 @@  Query current migration capabilities
 
 - "capabilities": migration capabilities state
          - "xbzrle" : XBZRLE state (json-bool)
+         - "rdma-pin-all" : RDMA Pin Page state (json-bool)
+         - "auto-converge" : Auto Converge state (json-bool)
+         - "zero-blocks" : Zero Blocks state (json-bool)
 
 Arguments: