Re: [PATCH 1/3] linux-user/arm: Implement __kernel_memory_barrier

2022-03-22 Thread Laurent Vivier
Le 14/03/2022 à 05:43, Richard Henderson a écrit : This fallback syscall was stubbed out. It would only matter for emulating pre-armv6. Signed-off-by: Richard Henderson --- linux-user/arm/cpu_loop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-user/arm/cpu_loop.c

Re: [PATCH 1/3] linux-user/arm: Implement __kernel_memory_barrier

2022-03-15 Thread Peter Maydell
On Mon, 14 Mar 2022 at 04:44, Richard Henderson wrote: > > This fallback syscall was stubbed out. > It would only matter for emulating pre-armv6. > > Signed-off-by: Richard Henderson Reviewed-by: Peter Maydell thanks -- PMM

[PATCH 1/3] linux-user/arm: Implement __kernel_memory_barrier

2022-03-13 Thread Richard Henderson
This fallback syscall was stubbed out. It would only matter for emulating pre-armv6. Signed-off-by: Richard Henderson --- linux-user/arm/cpu_loop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-user/arm/cpu_loop.c b/linux-user/arm/cpu_loop.c index 032e1ffddf..a0e43b26