]> xenbits.xensource.com Git - qemu-xen.git/commitdiff
sun4m: change TYPE_SUN4M_IOMMU macro from "iommu" to "sun4m-iommu"
authorMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Fri, 27 Oct 2017 12:09:03 +0000 (13:09 +0100)
committerMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Tue, 31 Oct 2017 17:25:37 +0000 (17:25 +0000)
This is a legacy artifact from when the sun4m IOMMU implementation was
the only IOMMU available within QEMU.

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
include/hw/sparc/sun4m.h

index c2d044843af8e3815e2c20d03f59b38ae99f14e8..c557b0dd53e1438ea3e2e9b4f35eb82478f8aab4 100644 (file)
@@ -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"