• P
    qemu: processBlockJob: Don't unlock @vm twice · 6b6c4ab8
    Peter Krempa 提交于
    Commit 1a92c719 moved code to handle block job events to a different
    function that is executed in a separate thread. The caller of
    processBlockJob handles locking and unlocking of @vm, so the we should
    not do it in the function itself.
    6b6c4ab8
qemu_driver.c 644.6 KB