Re: [Qemu-devel] [PATCH v3 08/39] target/alpha: Use env_cpu, env_archcpu

2019-05-09 Thread Alistair Francis
On Tue, May 7, 2019 at 5:07 PM Richard Henderson wrote: > > With exactly one exception, most uses of alpha_env_get_cpu > were failures to use the more proper, ENV_GET_CPU macro, > now replaced by env_cpu. > > Reviewed-by: Peter Maydell > Signed-off-by: Richard Henderson Reviewed-by: Alistair Fr

[Qemu-devel] [PATCH v3 08/39] target/alpha: Use env_cpu, env_archcpu

2019-05-07 Thread Richard Henderson
With exactly one exception, most uses of alpha_env_get_cpu were failures to use the more proper, ENV_GET_CPU macro, now replaced by env_cpu. Reviewed-by: Peter Maydell Signed-off-by: Richard Henderson --- target/alpha/cpu.h | 5 - linux-user/alpha/cpu_loop.c | 2 +- target/alpha/he