<div dir="ltr"><div class="gmail_default" style="font-family:comic sans ms,sans-serif"><span style="font-family:monospace"><span style="color:rgb(0,0,0);background-color:rgb(255,255,255)">Sure Alex, thanks for taking a look.  Let me know if there's anything else you want to see.  It is a shell script and I get the same errors if I run as user or root.</span></span></div><div class="gmail_default" style="font-family:comic sans ms,sans-serif"><span style="font-family:monospace"><span style="color:rgb(0,0,0);background-color:rgb(255,255,255)"><br></span></span></div><div class="gmail_default" style="font-family:comic sans ms,sans-serif"><span style="font-family:monospace"><span style="color:rgb(0,0,0);background-color:rgb(255,255,255)">#!/bin/bash
</span><br>qemu-system-x86_64 \
<br>-enable-kvm \
<br>-machine q35 \
<br>-cpu host \
<br>-nographic \
<br>-vga none \
<br>-device intel-iommu \
<br>-device vfio-pci,host=00:02.0,multifunction=on \
<br>-device vfio-pci,host=00:0e.0 \
<br>-drive if=pflash,format=raw,readonly,file=/usr/share/ovmf/x64/OVMF_CODE.fd \
<br>-drive if=pflash,format=raw,file=/home/admin/myvars.fd \
<br>-device vfio-pci,host=00:02.0 \
<br>-net nic \
<br>/home/admin/kodi_drive.img<br></span></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Aug 12, 2020 at 2:55 PM Alex Williamson <<a href="mailto:alex.williamson@redhat.com">alex.williamson@redhat.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Wed, 12 Aug 2020 14:56:08 -0700<br>
kram threetwoone <<a href="mailto:kram321@gmail.com" target="_blank">kram321@gmail.com</a>> wrote:<br>
<br>
> I have not gotten the VM to boot, there is always the multiple address<br>
> spaces error.  I don't think this is an ACS patch situation; the GPU sits<br>
> in it's own vfio group with no other devices.<br>
<br>
I can't think how a group with a single device would get the multiple<br>
address spaces error, but I also can't think how we'd get the multiple<br>
address spaces error at all unless the VM is configure with a vIOMMU,<br>
ex. including an intel-iommu device.  Can you share the VM config?<br>
Thanks,<br>
<br>
Alex<br>
<br>
</blockquote></div>