Re: [PATCH v3 1/2] target/ppc: Improve syscall exception logging

2020-03-19 Thread David Gibson
On Tue, Mar 17, 2020 at 03:49:17PM +1000, Nicholas Piggin wrote: > system calls (at least in Linux) use registers r3-r8 for inputs, so > include those registers in the dump. > > This also adds a mode for PAPR hcalls, which have a different calling > convention. > > Signed-off-by: Nicholas Piggin

[PATCH v3 1/2] target/ppc: Improve syscall exception logging

2020-03-16 Thread Nicholas Piggin
system calls (at least in Linux) use registers r3-r8 for inputs, so include those registers in the dump. This also adds a mode for PAPR hcalls, which have a different calling convention. Signed-off-by: Nicholas Piggin --- Since v2: - Rebased on top of FWNMI series target/ppc/excp_helper.c |