summary refs log tree commit diff stats
path: root/hw/intc/omap_intc.c
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2022-04-08 15:15:19 +0100
committerPeter Maydell <peter.maydell@linaro.org>2022-04-22 09:24:43 +0100
commit93f4fdcd4d98c0de8e056e08016bce7d71a91100 (patch)
tree2e1dbce5463b6ccab566b2296f3a29c78a4f38f3 /hw/intc/omap_intc.c
parent0cdf7a5dc8d4e49b19d91219dc3e3cc65d6d8c60 (diff)
downloadfocaccia-qemu-93f4fdcd4d98c0de8e056e08016bce7d71a91100.tar.gz
focaccia-qemu-93f4fdcd4d98c0de8e056e08016bce7d71a91100.zip
hw/intc/arm_gicv3_its: Distinguish success and error cases of CMD_CONTINUE
In the ItsCmdResult enum, we currently distinguish only CMD_STALL
(failure, stall processing of the command queue) and CMD_CONTINUE
(keep processing the queue), and we use the latter both for "there
was a parameter error, go on to the next command" and "the command
succeeded, go on to the next command".  Sometimes we would like to
distinguish those two cases, so add CMD_CONTINUE_OK to the enum to
represent the success situation, and use it in the relevant places.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20220408141550.1271295-11-peter.maydell@linaro.org
Diffstat (limited to 'hw/intc/omap_intc.c')
0 files changed, 0 insertions, 0 deletions