hw/intc/arm_gicv3_redist: Factor out "update bit in pending table" code
commitb76eb5f4dbf9f43b1dcb543111ad983e22670efd
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 8 Apr 2022 14:15:39 +0000 (8 15:15 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 22 Apr 2022 13:44:53 +0000 (22 14:44 +0100)
tree2c786bd71d87aaa5bdb59605cf1747fa90ace598
parent6631480c9a9c3864d235b811dfc1ceb95a663662
hw/intc/arm_gicv3_redist: Factor out "update bit in pending table" code

Factor out the code which sets a single bit in an LPI pending table.
We're going to need this for handling vLPI tables, not just the
physical LPI table.

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