]> git.proxmox.com Git - mirror_qemu.git/commit
sun4u: split IOMMU device out from apb.c to sun4u_iommu.c
authorMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Mon, 8 Jan 2018 18:16:34 +0000 (18:16 +0000)
committerMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Tue, 9 Jan 2018 21:48:20 +0000 (21:48 +0000)
commit0ea833c24999093be6369f9145333bd10acfad76
tree3af8cdb3c02707e48a3020c63e30ea256970ae1e
parentaea5b071012d3507885724362913d0b71dd6c303
sun4u: split IOMMU device out from apb.c to sun4u_iommu.c

By separating the sun4u IOMMU device into new sun4u_iommu.c and sun4m_iommu.h
files we noticeably simplify apb.c whilst bringing sun4u in line with all the
other IOMMU-supporting architectures.

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Acked-by: Artyom Tarasenko <atar4qemu@gmail.com>
hw/pci-host/apb.c
hw/sparc64/Makefile.objs
hw/sparc64/sun4u.c
hw/sparc64/sun4u_iommu.c [new file with mode: 0644]
include/hw/pci-host/apb.h
include/hw/sparc/sun4u_iommu.h [new file with mode: 0644]