IOMMU: complete/correct comment explaining "iommu=" sub-options
authorJan Beulich <jbeulich@suse.com>
Tue, 22 Sep 2015 10:48:43 +0000 (12:48 +0200)
committerJan Beulich <jbeulich@suse.com>
Tue, 22 Sep 2015 10:48:43 +0000 (12:48 +0200)
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Andrew Cooper <andrew.cooper@citrix.com>
xen/drivers/passthrough/iommu.c

index d513773347d92db0c40c12552d8d9959bc0794d0..aee9d827c07befb175ae0f3e6e35a32a3832f937 100644 (file)
@@ -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;