Re: [Qemu-devel] [PATCH 1/9] target/arm: Add M profile secure MMU index values to get_a32_user_mem_index()

2017-10-10 Thread Richard Henderson
On 10/09/2017 06:48 AM, Peter Maydell wrote: > Add the M profile secure MMU index values to the switch in > get_a32_user_mem_index() so that LDRT/STRT work correctly > rather than asserting at translate time. > > Signed-off-by: Peter Maydell > --- >

[Qemu-devel] [PATCH 1/9] target/arm: Add M profile secure MMU index values to get_a32_user_mem_index()

2017-10-09 Thread Peter Maydell
Add the M profile secure MMU index values to the switch in get_a32_user_mem_index() so that LDRT/STRT work correctly rather than asserting at translate time. Signed-off-by: Peter Maydell --- target/arm/translate.c | 4 1 file changed, 4 insertions(+) diff --git