OSDN Git Service

hw/intc/arm_gicv3_its: Fix handling of process_its_cmd() return value
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 11 Jan 2022 17:10:38 +0000 (17:10 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 20 Jan 2022 16:04:57 +0000 (16:04 +0000)
commit7d62b2dcdb04fa625abb6600dbffd4464c3e4a85
tree1337bb2e2f1fab9dca5d6960190f2fa544f5595a
parent905720f18d77e9ca8737d3ff047cad9079cbde6d
hw/intc/arm_gicv3_its: Fix handling of process_its_cmd() return value

process_its_cmd() returns a bool, like all the other process_ functions.
However we were putting its return value into 'res', not 'result',
which meant we would ignore it when deciding whether to continue
or stall the command queue. Fix the typo.

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>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-id: 20220111171048.3545974-4-peter.maydell@linaro.org
hw/intc/arm_gicv3_its.c