mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-25 02:52:06 -06:00
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
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
/* Devices used by sparc32 system. */
|
/* Devices used by sparc32 system. */
|
||||||
|
|
||||||
/* iommu.c */
|
/* 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 SUN4M_IOMMU(obj) OBJECT_CHECK(IOMMUState, (obj), TYPE_SUN4M_IOMMU)
|
||||||
|
|
||||||
#define TYPE_SUN4M_IOMMU_MEMORY_REGION "sun4m-iommu-memory-region"
|
#define TYPE_SUN4M_IOMMU_MEMORY_REGION "sun4m-iommu-memory-region"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue