hw/intc/arm_gicv3_redist: Implement gicv3_redist_mov_vlpi()
commitc6f797d519aa1c4dd2736b3ffc1f7722f2d3c3c3
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 8 Apr 2022 14:15:43 +0000 (8 15:15 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 22 Apr 2022 13:44:53 +0000 (22 14:44 +0100)
tree7b6f2a1e7ca6b1c45391a2ef9f566787bd95c2cc
parentab6ef251795adb3f595ab62a56fdfb284a8dd208
hw/intc/arm_gicv3_redist: Implement gicv3_redist_mov_vlpi()

Implement the gicv3_redist_mov_vlpi() function (previously left as a
stub).  This function handles the work of a VMOVI command: it marks
the vLPI not-pending on the source and pending on the destination.

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