Re: [PATCH v2 05/55] target/hppa: Implement do_unaligned_access for user-only

2021-08-18 Thread Philippe Mathieu-Daudé
+Helge On 8/3/21 6:13 AM, Richard Henderson wrote: > Signed-off-by: Richard Henderson > --- > linux-user/hppa/cpu_loop.c | 2 +- > target/hppa/cpu.c | 9 ++--- > 2 files changed, 7 insertions(+), 4 deletions(-) > > diff --git a/linux-user/hppa/cpu_loop.c b/linux-user/hppa/cpu_loop.

[PATCH v2 05/55] target/hppa: Implement do_unaligned_access for user-only

2021-08-02 Thread Richard Henderson
Signed-off-by: Richard Henderson --- linux-user/hppa/cpu_loop.c | 2 +- target/hppa/cpu.c | 9 ++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/linux-user/hppa/cpu_loop.c b/linux-user/hppa/cpu_loop.c index 82d8183821..5ce30fec8b 100644 --- a/linux-user/hppa/cpu_lo