hw/intc/arm_gicv3_its: Fix return codes in process_mapti()
commit0241f7316073f5e66b560195c36e719e369947d0
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 11 Jan 2022 17:10:43 +0000 (11 17:10 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 20 Jan 2022 16:04:58 +0000 (20 16:04 +0000)
tree0346ef319a0f6184a4afc342aa7f3253dd15057c
parentbe0ed8fb7fd4df3f6e09bb33c619e62a80410380
hw/intc/arm_gicv3_its: Fix return codes in process_mapti()

Fix process_mapti() to consistently return CMD_STALL for memory
errors and CMD_CONTINUE for parameter errors, as we claim in the
comments that we do.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20220111171048.3545974-9-peter.maydell@linaro.org
hw/intc/arm_gicv3_its.c