Re: [PATCH for-6.2 04/43] target/hppa: Implement do_unaligned_access for user-only

2021-07-29 Thread Richard Henderson
On 7/29/21 3:15 AM, Peter Maydell wrote: On Thu, 29 Jul 2021 at 01:57, Richard Henderson wrote: Signed-off-by: Richard Henderson --- linux-user/hppa/cpu_loop.c | 2 +- target/hppa/cpu.c | 8 +--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/linux-user/hppa/c

Re: [PATCH for-6.2 04/43] target/hppa: Implement do_unaligned_access for user-only

2021-07-29 Thread Peter Maydell
On Thu, 29 Jul 2021 at 01:57, Richard Henderson wrote: > > Signed-off-by: Richard Henderson > --- > linux-user/hppa/cpu_loop.c | 2 +- > target/hppa/cpu.c | 8 +--- > 2 files changed, 6 insertions(+), 4 deletions(-) > > diff --git a/linux-user/hppa/cpu_loop.c b/linux-user/hppa/cpu_l

[PATCH for-6.2 04/43] target/hppa: Implement do_unaligned_access for user-only

2021-07-28 Thread Richard Henderson
Signed-off-by: Richard Henderson --- linux-user/hppa/cpu_loop.c | 2 +- target/hppa/cpu.c | 8 +--- 2 files changed, 6 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_loo