<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Mon, Jan 25, 2016 at 8:42 PM, Will Marler <span dir="ltr"><<a href="mailto:will@wmarler.com" target="_blank">will@wmarler.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Oh man, I got really excited for a second, but something's still missing. GeForce Experience now sees "Intel(R) Core(TM) i5-4690 CPU @3.50GHz" but it still says it can't optimize: <a href="http://imgur.com/quS5Isk" target="_blank">http://imgur.com/quS5Isk</a></div><div class=""><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Jan 25, 2016 at 8:34 PM, Alex Williamson <span dir="ltr"><<a href="mailto:alex.l.williamson@gmail.com" target="_blank">alex.l.williamson@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><span>On Mon, Jan 25, 2016 at 8:30 PM, Will Marler <span dir="ltr"><<a href="mailto:will@wmarler.com" target="_blank">will@wmarler.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br><div dir="ltr">I'm not sure this is a big deal, but idk, I guess I like to cross t's & dot i's.<div><br></div><div>The nVidia GeForce Experience says it cannot optimize games on my guest, because the CPU is "Haswell". But afaict, this is a supported chip. I'm guessing there's something with the way the chip is being passed in that's affecting this, and I'm hoping it's simple; does anyone know?</div><div><br></div><div>GeForce Experience Screenshot: <a href="http://imgur.com/5yRYf9A" target="_blank">http://imgur.com/5yRYf9A</a></div><div>my XML file pastebin: <a href="http://pastebin.com/nB3DPkEr" target="_blank">http://pastebin.com/nB3DPkEr</a></div></div></blockquote><div><br></div></span><div>Replace host-model with host-passthrough <br></div></div></div></div>
</blockquote></div></div></div></div></blockquote><div><br></div><div>It probably doesn't like the lack of CPU topology, it looks like a dual socket, single core processor.  It might also require 4-core, I don't remember.  Try:<br><br>   <vcpu placement='static'>4</vcpu><br><br>  <cpu mode='host-passthrough'><br>    <topology sockets='1' cores='4' threads='1'/><br>  </cpu><br><br></div><div>If that works, try going back to 2.<br></div></div></div></div>