On 15/11/23 01:22, Richard Henderson wrote:
On 11/14/23 15:55, Gavin Shan wrote:
'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 <gs...@redhat.com>
---
target/alpha/cpu.c | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
The subject is wrong -- ev67 cpu class is still present.
Better as
target/alpha: Remove fallback to ev67 cpu class
with that,
Reviewed-by: Richard Henderson <richard.hender...@linaro.org>
Also:
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>