Re: [PATCH v3 11/66] target/ppc: Implement do_unaligned_access for user-only

2021-08-19 Thread Peter Maydell
On Wed, 18 Aug 2021 at 20:23, Richard Henderson wrote: > > For simplicity on the linux-user side, always use SPR_DAR. > > Cc: qemu-...@nongnu.org > Signed-off-by: Richard Henderson > --- > linux-user/ppc/cpu_loop.c | 2 +- > target/ppc/cpu_init.c | 2 +- > target/ppc/excp_helper.c | 2 ++ >

[PATCH v3 11/66] target/ppc: Implement do_unaligned_access for user-only

2021-08-18 Thread Richard Henderson
For simplicity on the linux-user side, always use SPR_DAR. Cc: qemu-...@nongnu.org Signed-off-by: Richard Henderson --- linux-user/ppc/cpu_loop.c | 2 +- target/ppc/cpu_init.c | 2 +- target/ppc/excp_helper.c | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/linux-user/