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 <mark.cave-ayland@ilande.co.uk>
This commit is contained in:
parent
3cc71c7992
commit
badd3d62c6
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user