Revision 3ddc7650 lib/hypervisor/hv_kvm.py

b/lib/hypervisor/hv_kvm.py
1746 1746
    result = utils.RunCmd([kvm_path] + optlist)
1747 1747
    if result.failed and not can_fail:
1748 1748
      raise errors.HypervisorError("Unable to get KVM %s output" %
1749
                                    " ".join(cls._KVMOPTS_CMDS[option]))
1749
                                    " ".join(optlist))
1750 1750
    return result.output
1751 1751

  
1752 1752
  @classmethod

Also available in: Unified diff