Re: [Qemu-devel] [PATCH v3 30/31] target/arm: Enable PAuth for user-only

2019-01-18 Thread Peter Maydell
On Tue, 8 Jan 2019 at 22:32, Richard Henderson wrote: > > Add 4 attributes that controls the EL1 enable bits, as we may not > always want to turn on pointer authentication with -cpu max. > However, by default they are enabled. > > Signed-off-by: Richard Henderson Reviewed-by: Peter Maydell th

[Qemu-devel] [PATCH v3 30/31] target/arm: Enable PAuth for user-only

2019-01-08 Thread Richard Henderson
Add 4 attributes that controls the EL1 enable bits, as we may not always want to turn on pointer authentication with -cpu max. However, by default they are enabled. Signed-off-by: Richard Henderson --- target/arm/cpu.c | 3 +++ target/arm/cpu64.c | 60 +