On Tue, 3 Mar 2020 at 16:49, Kent Dorfman <kent.dorfman...@gmail.com> wrote: > > What qemu-system-x86_64 startup options will let me pass the PCI NIC > directly to the VM?
-device vfio-pci,host=pciid .. but before that you should configure your host properly for iommu and vfio. libvirt can automate this routine tasks, try it instead of using qemu directly. -- Sergey.