• W
    correct the arguments of migrate_speed · 4f7162d1
    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.
    Signed-off-by: NWen Congyang <wency@cn.fujitsu.com>
    4f7162d1
qemu_monitor_json.c 68.9 KB