]> git.ipfire.org Git - thirdparty/libvirt.git/commit
correct the arguments of migrate_speed
authorWen Congyang <wency@cn.fujitsu.com>
Thu, 25 Nov 2010 08:38:32 +0000 (16:38 +0800)
committerEric Blake <eblake@redhat.com>
Mon, 29 Nov 2010 22:11:03 +0000 (15:11 -0700)
commit4f7162d1066c15e21123ab7665c390007745328a
treef5553758f56b0ef75d93e871760290a01524ac99
parent645c92297a258ed80cbbcf2d97f14c5c543e07e8
correct the arguments of migrate_speed

When we set migrate_speed by json, we receive the following
error message:
libvirtError: internal error unable to execute QEMU command
'migrate_set_speed': Invalid parameter type, expected: number

The reason is that: the arguments of migrate_set_speed
by json is json number, not json string.

Signed-off-by: Wen Congyang <wency@cn.fujitsu.com>
AUTHORS
src/qemu/qemu_monitor_json.c