Re: [RFC v2 02/12] target/ppc: powerpc_excp: Set vector earlier

2021-12-25 Thread Nicholas Piggin
Excerpts from Cédric Le Goater's message of December 22, 2021 4:48 pm: > Adding Nicholas. These look fine by me. The whole series looks like a really nice cleanup actually. Thanks, Nick > > On 12/20/21 19:18, Fabiano Rosas wrote: >> None of the interrupt setup code touches 'vector', so we can

Re: [RFC v2 02/12] target/ppc: powerpc_excp: Set vector earlier

2021-12-24 Thread Fabiano Rosas
Richard Henderson writes: > On 12/20/21 10:18 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 >>

Re: [RFC v2 02/12] target/ppc: powerpc_excp: Set vector earlier

2021-12-23 Thread Richard Henderson
On 12/20/21 10:18 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

Re: [RFC v2 02/12] target/ppc: powerpc_excp: Set vector earlier

2021-12-21 Thread Cédric Le Goater
Adding Nicholas. On 12/20/21 19:18, 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.

[RFC v2 02/12] target/ppc: powerpc_excp: Set vector earlier

2021-12-20 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