<div dir="auto">I noticed you don't have the vendor_id args in the hyperv area<div dir="auto"><br></div><div dir="auto"><a href="https://wiki.archlinux.org/index.php/PCI_passthrough_via_OVMF#.22Error_43_:_Driver_failed_to_load.22_on_Nvidia_GPUs_passed_to_Windows_VMs">https://wiki.archlinux.org/index.php/PCI_passthrough_via_OVMF#.22Error_43_:_Driver_failed_to_load.22_on_Nvidia_GPUs_passed_to_Windows_VMs</a><br></div><div dir="auto"><br></div><div dir="auto">Give that a read, that's usually what you need as well as kvm=hidden </div></div><div class="gmail_extra"><br><div class="gmail_quote">On Jan 22, 2017 2:54 PM, "Luke Yelavich" <<a href="mailto:themuso@themuso.com">themuso@themuso.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Mon, Jan 23, 2017 at 04:24:54AM AEDT, fenix23 . wrote:<br>
> Hi,<br>
><br>
> I have working vm with passedthrough GTX 980 Ti. I run it with command<br>
> below.<br>
<br>
Looking at your XML, I think you need to change your cpu stanza as follows:<br>
<br>
You need to change:<br>
<br>
  <cpu mode='custom' match='exact'><br>
    <model fallback='allow'>Haswell-<wbr>noTSX</model><br>
  </cpu><br>
<br>
to:<br>
<br>
<cpu mode='host-passthrough'/><br>
<br>
That way the exact model of your CPU is passed through to the guest VM. There may be more, but thats one thing I did notice at a glance which could be the cause.<br>
<br>
Luke<br>
<br>
______________________________<wbr>_________________<br>
vfio-users mailing list<br>
<a href="mailto:vfio-users@redhat.com">vfio-users@redhat.com</a><br>
<a href="https://www.redhat.com/mailman/listinfo/vfio-users" rel="noreferrer" target="_blank">https://www.redhat.com/<wbr>mailman/listinfo/vfio-users</a><br>
</blockquote></div></div>