]> git.proxmox.com Git - mirror_qemu.git/commit
hw/intc: cannot clear GICv3 ITS CTLR[Enabled] bit
authorShashi Mallela <shashi.mallela@linaro.org>
Wed, 24 Nov 2021 18:22:46 +0000 (13:22 -0500)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 26 Nov 2021 16:54:09 +0000 (16:54 +0000)
commit2f459cd1a80d24189598fd3416e270d1feb7dc87
tree57419897b15f7051c5f1695b04d4a167dff851db
parentbede01170e9cb8f9ac9c6a0665ee9f3989a57e6a
hw/intc: cannot clear GICv3 ITS CTLR[Enabled] bit

When Enabled bit is cleared in GITS_CTLR,ITS feature continues
to be enabled.This patch fixes the issue.

Signed-off-by: Shashi Mallela <shashi.mallela@linaro.org>
Tested-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 20211124182246.67691-1-shashi.mallela@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/intc/arm_gicv3_its.c