Commit badd3d62 authored by Mark Cave-Ayland's avatar Mark Cave-Ayland
Browse files

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: default avatarMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
parent 3cc71c79
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"