]> www.infradead.org Git - users/dwmw2/qemu.git/commit
next-cube: add empty slots for unknown accesses to next.scr memory region
authorMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Sun, 22 Dec 2024 12:59:53 +0000 (12:59 +0000)
committerThomas Huth <huth@tuxfamily.org>
Sun, 29 Dec 2024 06:13:47 +0000 (07:13 +0100)
commitc178be67fdece8e0184b4014233c918899198fcb
tree7e1b9ac455e0e81c53bbcbaaeff2a1e3b1174a87
parent292ab2faa7bce3a66c855bf80dd134e4156fa9d7
next-cube: add empty slots for unknown accesses to next.scr memory region

The next.scr memory is now effectively unused, however there are 3 separate region
accesses still logged that occur when booting a NeXTStep disk image. Use the
empty_slot device to capture and ignore memory accesses to these 3 memory regions.

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Reviewed-by: Thomas Huth <huth@tuxfamily.org>
Message-ID: <20241222130012.1013374-15-mark.cave-ayland@ilande.co.uk>
Signed-off-by: Thomas Huth <huth@tuxfamily.org>
hw/m68k/Kconfig
hw/m68k/next-cube.c