Re: [PATCH v3 06/66] target/hppa: Implement do_unaligned_access for user-only

2021-08-19 Thread Peter Maydell
On Wed, 18 Aug 2021 at 20:22, 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(-) Reviewed-by: Peter Maydell thanks -- PMM

[PATCH v3 06/66] target/hppa: Implement do_unaligned_access for user-only

2021-08-18 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