]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/hppa: Fix IIAOQ, IIASQ for pa2.0
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 2 Apr 2024 00:52:39 +0000 (14:52 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 9 Apr 2024 17:43:31 +0000 (07:43 -1000)
commit26d937237f363297e5f70efcb001b15b1cb0fc2b
tree3677546dffbaab9a2f02745d54577b83bad77ad9
parent2ee80bce4f7cf2ef78f996ea608755d4e97c94de
target/hppa: Fix IIAOQ, IIASQ for pa2.0

The contents of IIAOQ depend on PSW_W.
Follow the text in "Interruption Instruction Address Queues",
pages 2-13 through 2-15.

Tested-by: Sven Schnelle <svens@stackframe.org>
Tested-by: Helge Deller <deller@gmx.de>
Reported-by: Sven Schnelle <svens@stackframe.org>
Fixes: b10700d826c ("target/hppa: Update IIAOQ, IIASQ for pa2.0")
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/hppa/int_helper.c
target/hppa/sys_helper.c