[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen master] IOMMU: complete/correct comment explaining "iommu=" sub-options
commit 5790ef286377fae5682367ffe361bc35662a2ed2 Author: Jan Beulich <jbeulich@xxxxxxxx> AuthorDate: Tue Sep 22 12:48:43 2015 +0200 Commit: Jan Beulich <jbeulich@xxxxxxxx> CommitDate: Tue Sep 22 12:48:43 2015 +0200 IOMMU: complete/correct comment explaining "iommu=" sub-options Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx> Reviewed-by: Andrew Cooper <andrew.cooper@xxxxxxxxxx> --- xen/drivers/passthrough/iommu.c | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/xen/drivers/passthrough/iommu.c b/xen/drivers/passthrough/iommu.c index d5137733..aee9d82 100644 --- a/xen/drivers/passthrough/iommu.c +++ b/xen/drivers/passthrough/iommu.c @@ -31,13 +31,19 @@ static void iommu_dump_p2m_table(unsigned char key); * * off|no|false|disable Disable IOMMU (default) * force|required Don't boot unless IOMMU is enabled + * no-intremap Disable interrupt remapping + * verbose Be more verbose + * debug Enable debugging messages and checks * workaround_bios_bug Workaround some bios issue to still enable - VT-d, don't guarantee security + * VT-d, don't guarantee security * dom0-passthrough No DMA translation at all for Dom0 * dom0-strict No 1:1 memory mapping for Dom0 + * no-sharept Don't share VT-d and EPT page tables * no-snoop Disable VT-d Snoop Control * no-qinval Disable VT-d Queued Invalidation - * no-intremap Disable VT-d Interrupt Remapping + * no-igfx Disable VT-d for IGD devices (insecure) + * no-amd-iommu-perdev-intremap Don't use per-device interrupt remapping + * tables (insecure) */ custom_param("iommu", parse_iommu_param); bool_t __initdata iommu_enable = 1; -- generated by git-patchbot for /home/xen/git/xen.git#master _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |