passthrough/amd: Drop "IOMMU not found" message
authorAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 5 Aug 2019 16:40:36 +0000 (17:40 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 7 Aug 2019 09:43:01 +0000 (10:43 +0100)
commitef04aa69f06d38b8852d6cca02d13aaf3deaa74c
treef540c0e6007b6cbd0f8b96977083c51287014290
parent45ce5b8749a220ad7c4ce5d5eba7c201a9418078
passthrough/amd: Drop "IOMMU not found" message

Since c/s 9fa94e10585 "x86/ACPI: also parse AMD IOMMU tables early", this
function is unconditionally called in all cases where a DMAR ACPI table
doesn't exist.

As a consequnce, "AMD-Vi: IOMMU not found!" is printed in all cases where an
IOMMU isn't present, even on non-AMD systems.  Drop the message - it isn't
terribly interesting anyway, and is now misleading is a number of common
cases.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Brian Woods <brian.woods@amd.com>
xen/drivers/passthrough/amd/pci_amd_iommu.c