<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    I've been trying to get the OmniOS installer working under kvm with
    qemu, and I'm always presented with the same kernel panic at the
    same place after the Oracle copyright notice, after which the
    installer restarts itself:<br>
    <br>
    <b><small>SunOS Release 5.11 Version omnios-b281e50 64-bit<br>
        Copyright (c) 1983, 2010, Oracle and/or its affiliates. All
        rights reserved.<br>
        panic[cpu0]/thread=fffffffffbc2fac0</small></b><br>
    <br>
    I've tried both the LTS and current stable installers, and they give
    the same results. I've tried disabling ACPI and HPET, varying the
    amount of RAM and VCPUs, etc..., to no avail.<br>
    Here's the exact line I'm using to invoke qemu:<br>
    <br>
    <b><small>qemu-system-x86_64 -enable-kvm -vga std -m 2048 -cdrom
        OmniOS_Text_r151010u.iso -boot order=d omnios.img</small></b><br>
    <br>
    Output of 'qemu -version':<br>
    <br>
    <b><small>QEMU emulator version 2.1.0, Copyright (c) 2003-2008
        Fabrice Bellard<br>
        <br>
      </small></b><small><big>And if it helps, the KVM host is Gentoo,
        with a hardened 3.15.8 kernel. The use-flags I used when
        building qemu can be found here: <a
          class="moz-txt-link-freetext"
          href="http://pastebin.com/hDTUgU4r">http://pastebin.com/hDTUgU4r</a><br>
        <br>
        Omitting "-enable-kvm" lets the virtual machine run as expected,
        albeit at a crawl.<br>
        <br>
        I suspect that there may be a bug at work here, and I'd greatly
        appreciate any suggestions on how to proceed.</big> <big>Thanks
        for your time.</big></small>
  </body>
</html>