Re: [PATCH v2 3/5] target/ppc: powerpc_excp: Set vector earlier

2022-01-01 Thread David Gibson
On Wed, Dec 29, 2021 at 01:57:49PM -0300, Fabiano Rosas wrote: > None of the interrupt setup code touches 'vector', so we can move it > earlier in the function. This will allow us to later move the System > Call Vectored setup that is on the top level into the > POWERPC_EXCP_SYSCALL_VECTORED code

Re: [PATCH v2 3/5] target/ppc: powerpc_excp: Set vector earlier

2021-12-30 Thread Richard Henderson
On 12/29/21 8:57 AM, Fabiano Rosas wrote: None of the interrupt setup code touches 'vector', so we can move it earlier in the function. This will allow us to later move the System Call Vectored setup that is on the top level into the POWERPC_EXCP_SYSCALL_VECTORED code block. This patch also

[PATCH v2 3/5] target/ppc: powerpc_excp: Set vector earlier

2021-12-29 Thread Fabiano Rosas
None of the interrupt setup code touches 'vector', so we can move it earlier in the function. This will allow us to later move the System Call Vectored setup that is on the top level into the POWERPC_EXCP_SYSCALL_VECTORED code block. This patch also moves the verification for when 'excp' does not