<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <font face="Helvetica, Arial, sans-serif">Hello,<br>
      <br>
      I face this problem and I am willing to provide a patch in order
      to have a more informative message.<br>
      This, of course with our help. I am not quite certain.<br>
      <br>
      First of all: What is the problem?<br>
      <br>
      On a fresh Install (ArchLinux for me), if ever forget to install
      Qemu and launch "virt-install" with "--type kvm", I get the
      message:<br>
      <br>
      "Host does not support any virtualization options"<br>
      <br>
      <br>
      According to me, this message should be improved: if Qemu is not
      found, this should be "Did not find Qemu, please install it".<br>
      <br>
      As I searched, the message is generated by this piece of code: <br>
      <br>
<a class="moz-txt-link-freetext" href="https://github.com/virt-manager/virt-manager/blob/c92aade081687b19f5a60cddfe331b2fb6d09f98/virtinst/capabilities.py#L390">https://github.com/virt-manager/virt-manager/blob/c92aade081687b19f5a60cddfe331b2fb6d09f98/virtinst/capabilities.py#L390</a><br>
      <br>
      As I write now, I cant find the pice of code actually calling the
      "quemu" binary. I think I should add a try/catch block there and
      Raise the right Exception.<br>
      Would someone help me a bit?<br>
      <br>
      Thank you.<br>
    </font>
  </body>
</html>