On 5/8/26 11:20, Peter Maydell wrote:
The integratorcp board has some onboard registers which can be used
to raise IRQ and FIQ to the CPU; these outputs are supposed to be
ORed together with the main ones from the PIC. We've never
implemented this obscure bit of functionality, and instead call
hw_error() if the guest does try to raise an interrupt this way.
Replace the hw_error() call with the more modern way to note
unimplemented QEMU behaviour, a LOG_UNIMP log.
Resolves:https://gitlab.com/qemu-project/qemu/-/work_items/3406
Signed-off-by: Peter Maydell<[email protected]>
---
hw/arm/integratorcp.c | 16 +++++++++++-----
1 file changed, 11 insertions(+), 5 deletions(-)
Reviewed-by: Richard Henderson <[email protected]>
r~