Re: [PATCH v2 18/55] target/sparc: Implement do_unaligned_access for user-only

2021-08-18 Thread Mark Cave-Ayland
On 03/08/2021 05:14, 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/mmu_helper.c | 4 +++- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a

[PATCH v2 18/55] target/sparc: Implement do_unaligned_access for user-only

2021-08-02 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/mmu_helper.c | 4 +++- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/linux-user/sparc/cpu_loop.c b/linux-user/sparc/cpu_l