<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">On 11/03/2015 12:07 PM, Philip
      Abernethy wrote:<br>
    </div>
    <blockquote
cite="mid:CAKjY0Rjjx9crpcvFiADutd9fVHsAxL9H-BLe65BMhCy2FTZXcw@mail.gmail.com"
      type="cite">
      <meta http-equiv="Context-Type" content="text/html; charset=UTF-8">
      <div dir="ltr">Ok. So I built the latest QEMU from git to get
        support for hv_vendor_id. I added a qemu argument passthrough
        tag as suggested by Alex in another thread and got rid of the
        <kvm> tag, since it's superseded by said passthrough.
        Here's the updated xml: <a moz-do-not-send="true"
          href="http://sprunge.us/iihe">http://sprunge.us/iihe</a>
        <div>Should I set a special HyperV vendor? As I understand it
          the Nvidia driver sees it as a red flag, so I'd want that to
          be blank.</div>
        <div>Currently I still get a code 43.</div>
        <br>
      </div>
    </blockquote>
    <br>
    I'm probably off-base here, and I've never read what hv_vendor_id is
    for yet  (maybe it fixes the same issue).  But I got that error
    until I set my qemu line to say '-cpu host,-kvm'.  I think that's
    the same as<br>
    <br>
     <cpu mode='host-passthrough'><br>
        <topology sockets='1' cores='2' threads='1'/><br>
      <feature policy='disable' name='kvm'/><br>
      </cpu><br>
    <br>
    for the libvirt xml.  Try that and see if it helps?  Then you should
    see in the Device Manager that you have a bunch of Intel/AMD
    processors instead of QEMU/KVM-branded processors.<br>
    <br>
    -Eric Hattemer<br>
    <br>
  </body>
</html>