• P
    qemu: blockjob: Call qemuDomainSupportsBlockJobs only on online VMs · f06d7daa
    Peter Krempa 提交于
    Since the qemu capabilities are not initialized for offline VMs the
    caller might get suboptimal error message:
    
    $ virsh blockjob VM PATH --bandwidth 1
    error: unsupported configuration: block jobs not supported with this QEMU binary
    
    Move the checks after we make sure that the VM is alive.
    f06d7daa
qemu_driver.c 652.2 KB