hw/sparc/sun4m: Use UnimplementedDevice for I/O devices
commit077f0f3dade3dcb38f43cc728fa26c4f6affcdd0
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Mon, 1 Oct 2018 20:27:22 +0000 (1 22:27 +0200)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Tue, 9 Jun 2020 04:59:34 +0000 (9 06:59 +0200)
treee35a0eddbcf34e3cffc02fe12156b58b682ff490
parent49ee11555262a256afec592dfed7c5902d5eefd2
hw/sparc/sun4m: Use UnimplementedDevice for I/O devices

These devices are not slots on a bus, but real I/O devices
that we do not implement. As the ISDN ROM would be a ROMD
device, also model it as UnimplementedDevice.

Reviewed-by: Artyom Tarasenko <atar4qemu@gmail.com>
Message-Id: <20200510152840.13558-2-f4bug@amsat.org>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
hw/sparc/Kconfig
hw/sparc/sun4m.c