Re: [PATCH v2 50/76] target/microblaze: Replace MSR_EE_FLAG with MSR_EE

2020-08-31 Thread Philippe Mathieu-Daudé
Le ven. 28 août 2020 16:42, Richard Henderson a écrit : > There's no reason to define MSR_EE_FLAG; we can just use the > original MSR_EE define. Document the other flags copied into > tb_flags with iflag to reserve those bits. > > Signed-off-by: Richard Henderson > Reviewed-by: Philippe Mathie

[PATCH v2 50/76] target/microblaze: Replace MSR_EE_FLAG with MSR_EE

2020-08-28 Thread Richard Henderson
There's no reason to define MSR_EE_FLAG; we can just use the original MSR_EE define. Document the other flags copied into tb_flags with iflag to reserve those bits. Signed-off-by: Richard Henderson --- target/microblaze/cpu.h | 4 +++- target/microblaze/translate.c | 4 ++-- 2 files chang