Re: [PATCH 3/4] target/arm: Implement UAO semantics

2019-12-06 Thread Peter Maydell
On Tue, 3 Dec 2019 at 23:42, Richard Henderson wrote: > > We need only override the current condition under which > TBFLAG_A64.UNPRIV is set. > > Signed-off-by: Richard Henderson > --- > target/arm/helper.c | 41 + > 1 file changed, 21 insertions(+), 20 de

[PATCH 3/4] target/arm: Implement UAO semantics

2019-12-03 Thread Richard Henderson
We need only override the current condition under which TBFLAG_A64.UNPRIV is set. Signed-off-by: Richard Henderson --- target/arm/helper.c | 41 + 1 file changed, 21 insertions(+), 20 deletions(-) diff --git a/target/arm/helper.c b/target/arm/helper.c ind