<div dir="ltr">You need more than kvm hidden. From Alex's blog post (emphasis mine): <a href="http://vfio.blogspot.com/2015/05/vfio-gpu-how-to-series-part-4-our-first.html">http://vfio.blogspot.com/2015/05/vfio-gpu-how-to-series-part-4-our-first.html</a><div><br></div><div><div>"The GeForce card is nearly as easy, but we first need to work around some of the roadblocks Nvidia has put in place to prevent you from using the hardware you've purchased in the way that you desire (and by my reading conforms to the EULA for their software, but IANAL).  For this step we again need to run virsh edit on the VM.  <b>Within the <features> section, remove everything between the <hyperv> tags, including the tags themselves.</b>  In their place add the following tags:</div><div><br></div><div>    <kvm></div><div>      <hidden state='on'/></div><div>    </kvm></div><div><br></div><div><b>Additionally, within the <clock> tag, find the timer named hypervclock, remove the line containing this tag completely</b>.  Save and exit the edit session."</div></div><div><br></div><div>I can't speak to Ubuntu (I'm running Arch on my host), but I have the same graphics cards as you (Intel integrated graphics for host, 750Ti for guest) and can confirm it works.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jan 6, 2016 at 10:31 PM, Simon Ye <span dir="ltr"><<a href="mailto:sye737@gmail.com" target="_blank">sye737@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">My current system is Ubuntu 15.10, virt-manager 1.3.1, kernel 4.2.0. IGP for host and 750 Ti for guest. I'm using the i440FX and UEFI tianocore OVMF. <div><br></div><div>The pci passthrough works for a linux guest (Arch) but Windows 10 has no signal detected. I do have the kvm hidden state flag set. </div><div><br></div><div>Is there any reason why pci passthrough would specifically fail on windows?<br><div><br></div><div><br></div></div></div>
<br>_______________________________________________<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/mailman/listinfo/vfio-users</a><br>
<br></blockquote></div><br></div>