diff options
Diffstat (limited to 'include/hw')
-rw-r--r-- | include/hw/sparc/sun4m.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hw/sparc/sun4m.h b/include/hw/sparc/sun4m.h index c2d044843a..c557b0dd53 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" |