]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/intc/arm_gicv3_redist: Implement gicv3_redist_vinvall()
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 8 Apr 2022 14:15:44 +0000 (15:15 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 22 Apr 2022 13:44:53 +0000 (14:44 +0100)
commite031346d98f7b45d33e68d9650e44d4f86e81627
treeff040ce7bf6c532d8752dc8356f005fab40a6ee0
parentc6f797d519aa1c4dd2736b3ffc1f7722f2d3c3c3
hw/intc/arm_gicv3_redist: Implement gicv3_redist_vinvall()

Implement the gicv3_redist_vinvall() function (previously left as a
stub).  This function handles the work of a VINVALL command: it must
invalidate any cached information associated with a specific vCPU.

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