hw/pci-host/bonito: Map all the Bonito64 I/O range
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sun, 10 May 2020 17:26:36 +0000 (19:26 +0200)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Tue, 26 May 2020 10:09:18 +0000 (12:09 +0200)
commit25cca0a9b789244f89b24ed628b0dd6b0a169acc
tree136b73322c97fe63bd2c6f21c6745aae97a0707d
parent86313bdc85a3ebc4817ffb29edd1c108c50afbe6
hw/pci-host/bonito: Map all the Bonito64 I/O range

To ease following guest accesses to the Bonito64 chipset,
map its I/O range as UnimplementedDevice.
We can now see the accesses to unimplemented peripheral
using the '-d unimp' command line option.

Reviewed-by: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
Message-id: <20200510210128.18343-9-f4bug@amsat.org>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
hw/pci-host/Kconfig
hw/pci-host/bonito.c