Re: [PATCH for-6.2 15/43] target/sparc: Implement do_unaligned_access for user-only

2021-07-29 Thread Richard Henderson
On 7/28/21 11:40 PM, Philippe Mathieu-Daudé wrote: On 7/29/21 2:46 AM, Richard Henderson wrote: Cc: Mark Cave-Ayland Signed-off-by: Richard Henderson --- linux-user/sparc/cpu_loop.c | 11 +++ target/sparc/cpu.c | 2 +- target/sparc/ldst_helper.c | 2 -- 3 files changed

Re: [PATCH for-6.2 15/43] target/sparc: Implement do_unaligned_access for user-only

2021-07-29 Thread Philippe Mathieu-Daudé
On 7/29/21 2:46 AM, Richard Henderson wrote: > Cc: Mark Cave-Ayland > Signed-off-by: Richard Henderson > --- > linux-user/sparc/cpu_loop.c | 11 +++ > target/sparc/cpu.c | 2 +- > target/sparc/ldst_helper.c | 2 -- > 3 files changed, 12 insertions(+), 3 deletions(-) > > diff

[PATCH for-6.2 15/43] target/sparc: Implement do_unaligned_access for user-only

2021-07-28 Thread Richard Henderson
Cc: Mark Cave-Ayland Signed-off-by: Richard Henderson --- linux-user/sparc/cpu_loop.c | 11 +++ target/sparc/cpu.c | 2 +- target/sparc/ldst_helper.c | 2 -- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/linux-user/sparc/cpu_loop.c b/linux-user/sparc/cpu_loo