]> Git Repo - qemu.git/commit
hw/intc/arm_gicv3: Fix write of ICH_VMCR_EL2.{VBPR0, VBPR1}
authorPeter Maydell <[email protected]>
Thu, 23 May 2019 13:47:43 +0000 (14:47 +0100)
committerPeter Maydell <[email protected]>
Thu, 23 May 2019 13:47:43 +0000 (14:47 +0100)
commit8b7fbd6c36b868ad16cb7065dbba93ac342479af
tree70e3c4bd334d321dd9a900e16ded2d12dca528ac
parent12ec8bd51e81a025a444585359f019f49b57a702
hw/intc/arm_gicv3: Fix write of ICH_VMCR_EL2.{VBPR0, VBPR1}

In ich_vmcr_write() we enforce "writes of BPR fields to less than
their minimum sets them to the minimum" by doing a "read vbpr and
write it back" operation.  A typo here meant that we weren't handling
writes to these fields correctly, because we were reading from VBPR0
but writing to VBPR1.

Signed-off-by: Peter Maydell <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Message-id: 20190520162809[email protected]
hw/intc/arm_gicv3_cpuif.c
This page took 0.025332 seconds and 4 git commands to generate.