diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2017-06-02 11:51:47 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2017-06-02 11:51:47 +0100 |
commit | 8193d4617cfdaec6e95c2087d9a13197dc261ef0 (patch) | |
tree | c580c584fc3a0b735d8491daa52ef9df57722c85 /hw/isa | |
parent | f5dc1b7767144dd44bdda99669e2b5bb8709a62b (diff) | |
download | qemu-8193d4617cfdaec6e95c2087d9a13197dc261ef0.zip qemu-8193d4617cfdaec6e95c2087d9a13197dc261ef0.tar.gz qemu-8193d4617cfdaec6e95c2087d9a13197dc261ef0.tar.bz2 |
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 'hw/isa')
0 files changed, 0 insertions, 0 deletions