From: Mark Cave-Ayland Date: Fri, 27 Oct 2017 12:09:03 +0000 (+0100) Subject: sun4m: change TYPE_SUN4M_IOMMU macro from "iommu" to "sun4m-iommu" X-Git-Tag: v2.11.0-rc0~14^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=badd3d62c619d24a5af62198374f42b7c510ee41;p=thirdparty%2Fqemu.git sun4m: change TYPE_SUN4M_IOMMU macro from "iommu" to "sun4m-iommu" This is a legacy artifact from when the sun4m IOMMU implementation was the only IOMMU available within QEMU. Signed-off-by: Mark Cave-Ayland --- diff --git a/include/hw/sparc/sun4m.h b/include/hw/sparc/sun4m.h index c2d044843af..c557b0dd53e 100644 --- a/include/hw/sparc/sun4m.h +++ b/include/hw/sparc/sun4m.h @@ -9,7 +9,7 @@ /* Devices used by sparc32 system. */ /* iommu.c */ -#define TYPE_SUN4M_IOMMU "iommu" +#define TYPE_SUN4M_IOMMU "sun4m-iommu" #define SUN4M_IOMMU(obj) OBJECT_CHECK(IOMMUState, (obj), TYPE_SUN4M_IOMMU) #define TYPE_SUN4M_IOMMU_MEMORY_REGION "sun4m-iommu-memory-region"