[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-discuss] IOMMU in kernel command line, still getting "No IOMMU
From: |
Fam Zheng |
Subject: |
Re: [Qemu-discuss] IOMMU in kernel command line, still getting "No IOMMU found. Unable to assign device "(null)"I |
Date: |
Thu, 12 Jan 2017 10:43:16 +0800 |
User-agent: |
Mutt/1.7.1 (2016-10-04) |
On Wed, 01/11 20:04, Kevin Wilson wrote:
> Hello,
> I have IOMMU in the kernel command line on a server which supports Virt-d:
>
> cat /proc/cmdline | grep -i iommu
> BOOT_IMAGE=...intel_iommu=on iommu=pt
>
> Now when I try to start a KVM VM with qemu-system-x86_64 without any
> PCI device assignment it starts ok, and I can work with this VM just
> fine.
>
> But when I try to add PCI device assignment to a VF (of a nic) in the
> qemu command line and launch an image, it failed with this message:
>
> qemu-system-x86_64: -device pci-assign,host=05:00.0: No IOMMU found.
> Unable to assign device "(null)"
Have you tried "-device vfio-pci"?
Fam