diff options
| author | Peter Maydell | 2017-06-02 12:51:47 +0200 |
|---|---|---|
| committer | Peter Maydell | 2017-06-02 12:51:47 +0200 |
| commit | 8193d4617cfdaec6e95c2087d9a13197dc261ef0 (patch) | |
| tree | c580c584fc3a0b735d8491daa52ef9df57722c85 /include/exec | |
| parent | hw/intc/arm_gicv3_cpuif: Fix reset value for VMCR_EL2.VBPR1 (diff) | |
| download | qemu-8193d4617cfdaec6e95c2087d9a13197dc261ef0.tar.gz qemu-8193d4617cfdaec6e95c2087d9a13197dc261ef0.tar.xz qemu-8193d4617cfdaec6e95c2087d9a13197dc261ef0.zip | |
hw/intc/arm_gicv3_cpuif: Don't let BPR be set below its minimum
icc_bpr_write() was not enforcing that writing a value below the
minimum for the BPR should behave as if the BPR was set to the
minimum value. This doesn't make a difference for the secure
BPRs (since we define the minimum for the QEMU implementation
as zero) but did mean we were allowing the NS BPR1 to be set to
0 when 1 should be the lowest value.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-id: 1493226792-3237-3-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'include/exec')
0 files changed, 0 insertions, 0 deletions
