>>> On 14.08.18 at 15:43, <[email protected]> wrote: > To iommu_hwdom_strict and iommu_hwdom_passthrough which is more > descriptive of their usage. Also change their type from bool_t to > bool. > > No functional change. > > Signed-off-by: Roger Pau Monné <[email protected]>
Reviewed-by: Jan Beulich <[email protected]> with one remark: > @@ -175,7 +176,7 @@ void __hwdom_init iommu_hwdom_init(struct domain *d) > return; > > register_keyhandler('o', &iommu_dump_p2m_table, "dump iommu p2m table", > 0); > - d->need_iommu = !!iommu_dom0_strict; > + d->need_iommu = !!iommu_hwdom_strict; No need for the !! anymore. Easy enough to adjust while committing. Jan _______________________________________________ Xen-devel mailing list [email protected] https://lists.xenproject.org/mailman/listinfo/xen-devel
