Re: [PATCH 1/5] target/alpha: Use cpu_env in preference to ALPHA_CPU

2024-04-29 Thread Philippe Mathieu-Daudé
On 25/4/24 01:44, Richard Henderson wrote: ALPHA_CPU has a dynamic object type assert, which is unnecessary considering that these are all class hooks. Signed-off-by: Richard Henderson --- target/alpha/cpu.c| 15 ++- target/alpha/helper.c | 8 2 files changed, 10 i

[PATCH 1/5] target/alpha: Use cpu_env in preference to ALPHA_CPU

2024-04-24 Thread Richard Henderson
ALPHA_CPU has a dynamic object type assert, which is unnecessary considering that these are all class hooks. Signed-off-by: Richard Henderson --- target/alpha/cpu.c| 15 ++- target/alpha/helper.c | 8 2 files changed, 10 insertions(+), 13 deletions(-) diff --git a/targ