hw/m68k: QOMify the mcf5206 system integration module

The mcf5206 system integration module should be a proper device.
Let's finally QOMify it.

Signed-off-by: Thomas Huth <huth@tuxfamily.org>
Message-Id: <20200819065201.4045-1-huth@tuxfamily.org>
This commit is contained in:
Thomas Huth 2020-08-19 08:52:01 +02:00 committed by Thomas Huth
parent 853b4baf30
commit 0bc6746e85
3 changed files with 49 additions and 14 deletions

View file

@ -18,7 +18,6 @@ qemu_irq *mcf_intc_init(struct MemoryRegion *sysmem,
M68kCPU *cpu);
/* mcf5206.c */
qemu_irq *mcf5206_init(struct MemoryRegion *sysmem,
uint32_t base, M68kCPU *cpu);
#define TYPE_MCF5206_MBAR "mcf5206-mbar"
#endif