hw/intc/arm_gicv3_cpuif: Fix reset value for VMCR_EL2.VBPR1
commitf5dc1b7767144dd44bdda99669e2b5bb8709a62b
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 2 Jun 2017 10:51:46 +0000 (2 11:51 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 2 Jun 2017 10:51:46 +0000 (2 11:51 +0100)
tree64a04f3d881a2651244ddd4ba0049c27d6f87af0
parenta18e93125de1ce8caf1d6c00cc7f6f0c96f7854f
hw/intc/arm_gicv3_cpuif: Fix reset value for VMCR_EL2.VBPR1

We were setting the VBPR1 field of VMCR_EL2 to icv_min_vbpr()
on reset, but this is not correct. The field should reset to
the minimum value of ICV_BPR0_EL1 plus one.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-id: 1493226792-3237-2-git-send-email-peter.maydell@linaro.org
hw/intc/arm_gicv3_cpuif.c