Re: [PATCH v3 10/66] target/ppc: Set fault address in ppc_cpu_do_unaligned_access

2021-08-19 Thread Peter Maydell
On Wed, 18 Aug 2021 at 20:33, Richard Henderson wrote: > > We ought to have been recording the virtual address for reporting > to the guest trap handler. > > Cc: qemu-...@nongnu.org > Signed-off-by: Richard Henderson > --- > target/ppc/excp_helper.c | 14 ++ > 1 file changed, 14 inse

[PATCH v3 10/66] target/ppc: Set fault address in ppc_cpu_do_unaligned_access

2021-08-18 Thread Richard Henderson
We ought to have been recording the virtual address for reporting to the guest trap handler. Cc: qemu-...@nongnu.org Signed-off-by: Richard Henderson --- target/ppc/excp_helper.c | 14 ++ 1 file changed, 14 insertions(+) diff --git a/target/ppc/excp_helper.c b/target/ppc/excp_helper