]> git.proxmox.com Git - mirror_qemu.git/commit
target/alpha: Remove fallback to ev67 cpu class
authorGavin Shan <gshan@redhat.com>
Tue, 14 Nov 2023 23:55:58 +0000 (09:55 +1000)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 5 Jan 2024 15:20:14 +0000 (16:20 +0100)
commit9c115f68e2d27a7aea71e4956689a091fad1ba64
tree5dd1db356acfbfcb8fc48516067d6a5b16dbdbe7
parentbf964322d643f03650806c33a951fc7d74649190
target/alpha: Remove fallback to ev67 cpu class

'ev67' CPU class will be returned to match everything, which makes
no sense as mentioned in the comments. Remove the logic to fall
back to 'ev67' CPU class to match everything.

Signed-off-by: Gavin Shan <gshan@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20231114235628.534334-2-gshan@redhat.com>
[PMD: Reword subject, replace 'any' -> 'ev67' on linux-user]
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
linux-user/alpha/target_elf.h
target/alpha/cpu.c