mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 18:44:58 -06:00
misc: introduce new mos6522 VIA device and enable it for ppc builds
The MOS6522 VIA forms the bridge part of several Mac devices, including the Mac via-cuda and via-pmu devices. Introduce a standard mos6522 device that can be shared amongst multiple implementations. This is effectively taking the 6522 parts out of cuda.c and turning them into a separate device whilst also applying some style tidy-ups and including a conversion to trace-events. Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
parent
ce19480e91
commit
51f233ec92
5 changed files with 668 additions and 0 deletions
|
@ -30,6 +30,7 @@ CONFIG_MAC=y
|
|||
CONFIG_ESCC=y
|
||||
CONFIG_MACIO=y
|
||||
CONFIG_SUNGEM=y
|
||||
CONFIG_MOS6522=y
|
||||
CONFIG_CUDA=y
|
||||
CONFIG_ADB=y
|
||||
CONFIG_MAC_NVRAM=y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue