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

Implement the function gicv3_redist_inv_vlpi(), which was previously
left as a stub.  This is the function that does the work of the INV
command for a virtual interrupt.

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