Re: [RFC v2 03/12] target/ppc: powerpc_excp: Move system call vectored code together

2021-12-23 Thread Richard Henderson
On 12/20/21 10:18 AM, Fabiano Rosas wrote: Now that 'vector' is known before calling the interrupt-specific setup code, we can move all of the scv setup into one place. No functional change intended. Signed-off-by: Fabiano Rosas --- target/ppc/excp_helper.c | 13 + 1 file changed

Re: [RFC v2 03/12] target/ppc: powerpc_excp: Move system call vectored code together

2021-12-21 Thread Cédric Le Goater
Adding Nicholas. On 12/20/21 19:18, Fabiano Rosas wrote: Now that 'vector' is known before calling the interrupt-specific setup code, we can move all of the scv setup into one place. No functional change intended. Signed-off-by: Fabiano Rosas Reviewed-by: Cédric Le Goater Thanks, C.

[RFC v2 03/12] target/ppc: powerpc_excp: Move system call vectored code together

2021-12-20 Thread Fabiano Rosas
Now that 'vector' is known before calling the interrupt-specific setup code, we can move all of the scv setup into one place. No functional change intended. Signed-off-by: Fabiano Rosas --- target/ppc/excp_helper.c | 13 + 1 file changed, 5 insertions(+), 8 deletions(-) diff --git