On 20.08.19 15:22, Julien Grall wrote:
Hi, Julien
- iommu_setup();
+ rc = iommu_setup();
+ if ( !iommu_enabled && rc != -ENODEV )
+ panic("Couldn't configure correctly all the IOMMUs.");
Please add "\n" You can add: Tested-by: Oleksandr Tyshchenko <[email protected]> -- Regards, Oleksandr Tyshchenko _______________________________________________ Xen-devel mailing list [email protected] https://lists.xenproject.org/mailman/listinfo/xen-devel
