Re: [Qemu-devel] [PATCH] target/arm: Forbid unprivileged mode for M Baseline

2018-07-05 Thread Julia Suvorova via Qemu-devel
On 05.07.2018 13:33, Peter Maydell wrote: On 4 July 2018 at 21:36, Julia Suvorova wrote: MSR handling is the only place where CONTROL.nPRIV is modified. Signed-off-by: Julia Suvorova --- target/arm/helper.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/target/ar

Re: [Qemu-devel] [PATCH] target/arm: Forbid unprivileged mode for M Baseline

2018-07-05 Thread Peter Maydell
On 4 July 2018 at 21:36, Julia Suvorova wrote: > MSR handling is the only place where CONTROL.nPRIV is modified. > > Signed-off-by: Julia Suvorova > --- > target/arm/helper.c | 6 -- > 1 file changed, 4 insertions(+), 2 deletions(-) > > diff --git a/target/arm/helper.c b/target/arm/helper.c

[Qemu-devel] [PATCH] target/arm: Forbid unprivileged mode for M Baseline

2018-07-04 Thread Julia Suvorova via Qemu-devel
MSR handling is the only place where CONTROL.nPRIV is modified. Signed-off-by: Julia Suvorova --- target/arm/helper.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/target/arm/helper.c b/target/arm/helper.c index 5ee229eb35..83cca554ad 100644 --- a/target/arm/helper.c