• A
    BlockPull: Set initial bandwidth limit if specified · d4b9e062
    Adam Litke 提交于
    The libvirt BlockPull API supports the use of an initial bandwidth limit but the
    qemu block_stream API does not.  To get the desired behavior we use the two APIs
    strung together: first BlockPull, then BlockJobSetSpeed.  We can do this at the
    driver level to avoid duplicated code in each monitor path.
    Signed-off-by: NAdam Litke <agl@us.ibm.com>
    d4b9e062
qemu_monitor_json.c 88.0 KB