f06d7da qemu: blockjob: Call qemuDomainSupportsBlockJobs only on online VMs

Authored and Committed by Peter Krempa 9 years ago
    qemu: blockjob: Call qemuDomainSupportsBlockJobs only on online VMs
    
    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.
    
        
file modified
+18 -18