qmp-commands.hx: Fix the missing options for migration parameters commands
commit9c994a976fdee5d52b451b3317675f1b162b51c5
authorzhanghailiang <zhang.zhanghailiang@huawei.com>
Fri, 15 Jan 2016 03:37:45 +0000 (15 11:37 +0800)
committerAmit Shah <amit.shah@redhat.com>
Fri, 5 Feb 2016 13:39:50 +0000 (5 19:09 +0530)
tree3cdc722a09a108710b51315f84c3286b6b5d14f3
parenta08f6890347b5483a6764d5d18baceb41f3f7e89
qmp-commands.hx: Fix the missing options for migration parameters commands

We didn't document x-cpu-throttle-initial/x-cpu-throttle-increment for
commands migrate-set-parameters and query-migrate-parameters.

Here we add the descriptions for these two options and fix the wrong example
for query-migrate-parameters qmp commands.
Besides, this will also fix the bug that we can't set x-cpu-throttle-initial
and x-cpu-throttle-increment through migrate-set-parameters qmp command.

Signed-off-by: zhanghailiang <zhang.zhanghailiang@huawei.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Reviewed-by: Amit Shah <amit.shah@redhat.com>
Message-Id: <1452829066-9764-6-git-send-email-zhang.zhanghailiang@huawei.com>
[Amit: fix typo in 'auto-converge']
Signed-off-by: Amit Shah <amit.shah@redhat.com>
qmp-commands.hx