Re: [RFC PATCH v3 1/2] iommu: Add capability IOMMU_CAP_VIOMMU
From: Leon Romanovsky <leon@kernel.org>
Date: 2021-01-15 06:31:59
Also in:
kvm, linux-iommu, linux-pci, lkml
From: Leon Romanovsky <leon@kernel.org>
Date: 2021-01-15 06:31:59
Also in:
kvm, linux-iommu, linux-pci, lkml
On Fri, Jan 15, 2021 at 07:49:47AM +0800, Lu Baolu wrote:
Hi Leon, On 1/14/21 9:26 PM, Leon Romanovsky wrote:quoted
On Thu, Jan 14, 2021 at 09:30:02AM +0800, Lu Baolu wrote:quoted
Some vendor IOMMU drivers are able to declare that it is running in a VM context. This is very valuable for the features that only want to be supported on bare metal. Add a capability bit so that it could be used.And how is it used? Who and how will set it?Use the existing iommu_capable(). I should add more descriptions about who and how to use it.
I want to see the code that sets this capability. Thanks