<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-text-plain" wrap="true" graphical-quote="true"
      style="font-family: -moz-fixed; font-size: 12px;" lang="x-western">
      <pre wrap="">I've rebooted the machine, the lspci output was the same without
launching anything prior to it.

If by OVMF boot splash screen you mean the "TianoCore" screen before the
OS is starting, then yes i'm able to see it.

I've put the ROM file in the /usr/share/qemu directory and run
restorecon on it (and changed the path in virsh) as you've suggested and
booted up the VM, still doesn't work. I've changed slot from 0x02 to
0x08, had to reinstall the drivers, because system just freaked out and
it still doesn't work afterwards.

The AUX power cord is connected to the GPU. I've been using this card
before as a main GPU for this machine and then decided to give
passthrough a go.

Driver version is 372.90.

Sorry for the doubled e-mail Alex, forgot to CC to the mailing list.

On 10/04/2016 08:28 PM, Alex Williamson wrote:
</pre>
      <blockquote type="cite" style="color: #000000;">
        <pre wrap="">On Tue, 4 Oct 2016 19:43:58 +0200
Dawid Osuchowski <a class="moz-txt-link-rfc2396E" href="mailto:tulphoon@openmailbox.org"><tulphoon@openmailbox.org></a> wrote:

</pre>
        <blockquote type="cite" style="color: #000000;">
          <pre wrap="">Hello! I'm trying to do a PCI passthrough of my GPU to Windows 10 guest
machine using libvirt and vfio-pci. I've followed Alex Williamson's
guide from vfio-blog
<a class="moz-txt-link-freetext" href="http://vfio.blogspot.com/2015/05/vfio-gpu-how-to-series-part-3-host.html">http://vfio.blogspot.com/2015/05/vfio-gpu-how-to-series-part-3-host.html</a>
and it still doesn't work as i'm getting Code 43 on my MSI nVidia GTX
660 graphics card. Dumping all necessary info below (if you need me to
supply more, i'll be happy to do it):
</pre>
        </blockquote>
        <pre wrap="">Looks like a pretty thorough following of the guide.

Is the below lspci the state immediately after booting the host?  Just
to verify that steps to make sure the device is initially claimed by
vfio-pci are actually working.

</pre>
        <blockquote type="cite" style="color: #000000;">
          <pre wrap="">lspci-nnv output:

01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GK106
[GeForce GTX 660] [10de:11c0] (rev a1) (prog-if 00 [VGA controller])
    Subsystem: Micro-Star International Co., Ltd. [MSI] Device [1462:2877]
    Flags: fast devsel, IRQ 16
    Memory at f6000000 (32-bit, non-prefetchable) [size=16M]
    Memory at e0000000 (64-bit, prefetchable) [size=128M]
    Memory at e8000000 (64-bit, prefetchable) [size=32M]
    I/O ports at e000 [size=128]
    Expansion ROM at f7000000 [disabled] [size=512K]
    Capabilities: <access denied>
    Kernel driver in use: vfio-pci
    Kernel modules: nouveau

</pre>
        </blockquote>
        <pre wrap="">...
</pre>
        <blockquote type="cite" style="color: #000000;">
          <pre wrap="">  <features>
    <acpi/>
    <apic/>
    <hyperv>
      <relaxed state='on'/>
      <vapic state='on'/>
      <spinlocks state='on' retries='8191'/>
      <vendor_id state='on' value='KeenlyKVM'/>
    </hyperv>
    <kvm>
      <hidden state='on'/>
    </kvm>
  </features>
  <cpu mode='host-passthrough'>
    <topology sockets='1' cores='2' threads='2'/>
  </cpu>
  <clock offset='localtime'>
    <timer name='rtc' tickpolicy='catchup'/>
    <timer name='pit' tickpolicy='delay'/>
    <timer name='hpet' present='no'/>
  </clock>
</pre>
        </blockquote>
        <pre wrap="">All looks ok to me.

</pre>
        <blockquote type="cite" style="color: #000000;">
          <pre wrap="">    <hostdev mode='subsystem' type='pci' managed='yes'>
      <source>
        <address domain='0x0000' bus='0x01' slot='0x00' function='0x0'/>
      </source>
      <rom bar='on' file='/opt/strip.rom'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x02'
function='0x0'/>  
    </hostdev>
    <hostdev mode='subsystem' type='pci' managed='yes'>
      <source>
        <address domain='0x0000' bus='0x01' slot='0x00' function='0x1'/>
      </source>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x07'
function='0x0'/>  
    </hostdev>
</pre>
        </blockquote>
        <pre wrap="">Is libvirt able to access this ROM file?  Do you actually see the OVMF
boot splash screen?  You could place the rom in /usr/share/qemu and run
restorecon on it to make sure it's somewhere accessible.

Another maybe subtle thing here is that I wonder if guest PCI bus
address 00:02.0 should be avoided since that's often where IGD lives.
Maybe change slot='0x02' to 0x08, just for a quick and easy test.

You're sure the aux power is connected to the card, right?

I wish NVIDIA still hosted the drivers before the hypervisor detection
"bug" so you could try those, but they were probably pre-win10 anyway.
What driver are you trying to use in the guest?  Thanks,

Alex
</pre>
      </blockquote>
      <pre wrap="">
</pre>
    </div>
  </body>
</html>