summaryrefslogtreecommitdiffstats
path: root/hw/rtc
diff options
context:
space:
mode:
authorPeter Maydell2022-02-04 17:55:05 +0100
committerPeter Maydell2022-02-21 14:30:20 +0100
commit6ee609b7522b712af76225792e55596d85d8fd1f (patch)
tree4e4d9b9fd65ab8159cd1ba553f0be04af8db9c29 /hw/rtc
parenttarget/arm: Unindent unnecessary else-clause (diff)
downloadqemu-6ee609b7522b712af76225792e55596d85d8fd1f.tar.gz
qemu-6ee609b7522b712af76225792e55596d85d8fd1f.tar.xz
qemu-6ee609b7522b712af76225792e55596d85d8fd1f.zip
target/arm: Fix '-cpu max' for HVF
Currently when using hvf we mishandle '-cpu max': we fall through to the TCG version of its initfn, which then sets a lot of feature bits that the real host CPU doesn't have. The hvf accelerator code then exposes these bogus ID register values to the guest because it doesn't check that the host really has the features. Make '-cpu host' be like '-cpu max' for hvf, as we do with kvm. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Andrew Jones <drjones@redhat.com> Reviewed-by: Alexander Graf <agraf@csgraf.de> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 20220204165506.2846058-6-peter.maydell@linaro.org
Diffstat (limited to 'hw/rtc')
0 files changed, 0 insertions, 0 deletions