mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 16:53:55 -06:00
sun4m: move IOMMU declarations from sun4m.h to sun4m_iommu.h
Also updating the relevant .c files as required. Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Acked-by: Artyom Tarasenko <atar4qemu@gmail.com>
This commit is contained in:
parent
ba51ef2557
commit
1527f4886c
5 changed files with 54 additions and 21 deletions
|
@ -29,6 +29,7 @@
|
|||
#include "qemu/error-report.h"
|
||||
#include "qemu/timer.h"
|
||||
#include "hw/sparc/sun4m.h"
|
||||
#include "hw/sparc/sun4m_iommu.h"
|
||||
#include "hw/timer/m48t59.h"
|
||||
#include "hw/sparc/sparc32_dma.h"
|
||||
#include "hw/block/fdc.h"
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
|
||||
#include "qemu/osdep.h"
|
||||
#include "hw/sparc/sun4m.h"
|
||||
#include "hw/sparc/sun4m_iommu.h"
|
||||
#include "hw/sysbus.h"
|
||||
#include "exec/address-spaces.h"
|
||||
#include "trace.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue