diff options
author | Richard Henderson <richard.henderson@linaro.org> | 2022-08-01 16:21:18 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2022-08-01 16:21:18 +0100 |
commit | b9e8d68a3982a470b1d42abda90fcd46c01b52bc (patch) | |
tree | 7576cc21412d42753c25ea43e70016402898a885 /target/avr | |
parent | 0dd14e9555225a2b1f56ccdab5eb99d1684869b9 (diff) | |
download | qemu-b9e8d68a3982a470b1d42abda90fcd46c01b52bc.zip qemu-b9e8d68a3982a470b1d42abda90fcd46c01b52bc.tar.gz qemu-b9e8d68a3982a470b1d42abda90fcd46c01b52bc.tar.bz2 |
target/arm: Set KVM_ARM_VCPU_SVE while probing the host
Because we weren't setting this flag, our probe of ID_AA64ZFR0
was always returning zero. This also obviates the adjustment
of ID_AA64PFR0, which had sanitized the SVE field.
The effects of the bug are not visible, because the only thing that
ID_AA64ZFR0 is used for within qemu at present is tcg translation.
The other tests for SVE within KVM are via ID_AA64PFR0.SVE.
Reported-by: Zenghui Yu <yuzenghui@huawei.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20220726045828.53697-3-richard.henderson@linaro.org
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'target/avr')
0 files changed, 0 insertions, 0 deletions