Re: [Qemu-devel] [PATCH 6/6] target/arm: Allow execution from small regions

2018-07-10 Thread Richard Henderson
On 07/10/2018 09:00 AM, Peter Maydell wrote: > Now that we have full support for small regions, including execution, > we can remove the workarounds where we marked all small regions as > non-executable for the M-profile MPU and SAU. > > Signed-off-by: Peter Maydell > --- > target/arm/helper.c |

[Qemu-devel] [PATCH 6/6] target/arm: Allow execution from small regions

2018-07-10 Thread Peter Maydell
Now that we have full support for small regions, including execution, we can remove the workarounds where we marked all small regions as non-executable for the M-profile MPU and SAU. Signed-off-by: Peter Maydell --- target/arm/helper.c | 23 --- 1 file changed, 23 deletions(-