hw/intc/arm_gicv3_its: Split error checks
commitd7d359c4ac1cafd1051c5f6f7ff8349aba579718
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 1 Feb 2022 19:32:07 +0000 (1 19:32 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 8 Feb 2022 10:56:29 +0000 (8 10:56 +0000)
treed186dc86d4313218df16be91cf9b49fdeb2d4eec
parent333024140730c9294dafb4158e396faeb4b3f6fe
hw/intc/arm_gicv3_its: Split error checks

In most of the ITS command processing, we check different error
possibilities one at a time and log them appropriately. In
process_mapti() and process_mapd() we have code which checks
multiple error cases at once, which means the logging is less
specific than it could be. Split those cases up.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20220201193207.2771604-14-peter.maydell@linaro.org
hw/intc/arm_gicv3_its.c