]> Git Repo - qemu.git/commit
mos6522: switch over to use qdev gpios for IRQs
authorMark Cave-Ayland <[email protected]>
Sat, 5 Mar 2022 15:09:49 +0000 (15:09 +0000)
committerMark Cave-Ayland <[email protected]>
Wed, 9 Mar 2022 09:28:28 +0000 (09:28 +0000)
commitebe5bca2ef10eb4f239a2e6e6a6f8ec748af1952
tree9b30c83bb419c0e739ccddc86f53d139b5d43098
parente787221ebfd4ff43b97fbbd1e9f8e0c4df7ff0c7
mos6522: switch over to use qdev gpios for IRQs

For historical reasons each mos6522 instance implements its own setting and
update of the IFR flag bits using methods exposed by MOS6522DeviceClass. As
of today this is no longer required, and it is now possible to implement
the mos6522 IRQs as standard qdev gpios.

Switch over to use qdev gpios for the mos6522 device and update all instances
accordingly.

Signed-off-by: Mark Cave-Ayland <[email protected]>
Reviewed-by: Peter Maydell <[email protected]>
Reviewed-by: Laurent Vivier <[email protected]>
Message-Id: <20220305150957[email protected]>
Signed-off-by: Mark Cave-Ayland <[email protected]>
hw/misc/mac_via.c
hw/misc/macio/cuda.c
hw/misc/macio/pmu.c
hw/misc/mos6522.c
include/hw/misc/mac_via.h
include/hw/misc/mos6522.h
This page took 0.023143 seconds and 4 git commands to generate.