Re: [libvirt] [PATCH] correct the arguments of migrate_speed

2010-11-29 Thread Eric Blake
On 11/25/2010 01:38 AM, Wen Congyang wrote: 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

[libvirt] [PATCH] correct the arguments of migrate_speed

2010-11-25 Thread Wen Congyang
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.