Re: [Qemu-devel] [PATCH v2 07/10] target/arm: Tidy scr_write

2018-12-06 Thread Peter Maydell
On Mon, 3 Dec 2018 at 20:38, Richard Henderson wrote: > > Because EL3 has a fixed execution mode, we can properly decide > which of the bits are RES{0,1}. > > Signed-off-by: Richard Henderson > --- > target/arm/cpu.h| 2 -- > target/arm/helper.c | 14 +- > 2 files changed, 9 ins

[Qemu-devel] [PATCH v2 07/10] target/arm: Tidy scr_write

2018-12-03 Thread Richard Henderson
Because EL3 has a fixed execution mode, we can properly decide which of the bits are RES{0,1}. Signed-off-by: Richard Henderson --- target/arm/cpu.h| 2 -- target/arm/helper.c | 14 +- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/target/arm/cpu.h b/target/arm/c