<div dir="ltr">2015-11-03 23:03 GMT-03:00 Alex Williamson <span dir="ltr"><<a href="mailto:alex.l.williamson@gmail.com" target="_blank">alex.l.williamson@gmail.com</a>></span>:<br><div class="gmail_extra"><div class="gmail_quote"><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 class="">On Tue, Nov 3, 2015 at 6:58 PM, Leonardo Caldas <span dir="ltr"><<a href="mailto:leonardo.caldas@xleox.org" target="_blank">leonardo.caldas@xleox.org</a>></span> wrote:<br></span><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"><span class=""><div><div>2015-11-03 19:14 GMT-03:00 Alex Williamson <span dir="ltr"><<a href="mailto:alex.l.williamson@gmail.com" target="_blank">alex.l.williamson@gmail.com</a>></span>:</div></div></span><span class=""><div class="gmail_extra">Well, I used your files... also tried to generate my own using your suggestions (and passing them as parameters to "romfile"), but it keeps without video signal...<br></div><div class="gmail_extra">Is there any logs I could possibly analyze in order to see whether the romfile parameter is working?<br></div></span></div></blockquote><div><br></div><div>You could post your QEMU command line.  You can configure QEMU with the option  --enable-trace-backend=stderr, build, install and then run with the option '-trace events=<file>', where <file> looks something like this:</div><div><br></div><div><div># cat /tmp/trace-events.txt </div><div>vfio*</div></div><div><br></div><div>You'll probably want to run it within script or tee to a file to get the output.</div></div></div></div>
</blockquote></div><br><br>sudo qemu-system-x86_64 \<br>  -enable-kvm \<br>  -m 8192 \<br>  -cpu host,kvm=off \<br>  -smp sockets=1,cores=4,threads=8 \<br>  -device vfio-pci,host=01:00.0,multifunction=on,romfile=/tmp/N680O2GD.F5.rom.uefi \<br>  -device vfio-pci,host=01:00.1 \<br>  -drive if=pflash,format=raw,readonly,file=/usr/share/edk2.git/ovmf-x64/OVMF_CODE-pure-efi.fd \<br>  -drive if=pflash,format=raw,file=/tmp/my_vars.fd \<br>  -vga none<br clear="all"><br></div><div class="gmail_extra">I've tried several variations, but this is the exact command line I'm trying now. By the way, I followed this link: <a href="https://wiki.archlinux.org/index.php/PCI_passthrough_via_OVMF">https://wiki.archlinux.org/index.php/PCI_passthrough_via_OVMF</a><br></div><div class="gmail_extra"><br>-- <br><div class="gmail_signature">Atenciosamente,<br><br>Leonardo Caldas<br><a href="http://blog.xleox.org" target="_blank">http://blog.xleox.org</a><br><a href="mailto:leonardo.caldas@xleox.org" target="_blank">leonardo.caldas@xleox.org</a></div>
</div></div>