Re: [RFC v2 05/12] target/ppc: powerpc_excp: Standardize arguments to interrupt code

2021-12-27 Thread Fabiano Rosas
David Gibson writes: > On Mon, Dec 20, 2021 at 03:18:56PM -0300, Fabiano Rosas wrote: >> In preparation to moving the interrupt code into separate functions, >> create a PPCIntrArgs structure to serve as a consistent API. > > The patch doesn't seem to match this description - I see no new > struc

Re: [RFC v2 05/12] target/ppc: powerpc_excp: Standardize arguments to interrupt code

2021-12-24 Thread David Gibson
On Mon, Dec 20, 2021 at 03:18:56PM -0300, Fabiano Rosas wrote: > In preparation to moving the interrupt code into separate functions, > create a PPCIntrArgs structure to serve as a consistent API. The patch doesn't seem to match this description - I see no new structure here. > > No functional c

[RFC v2 05/12] target/ppc: powerpc_excp: Standardize arguments to interrupt code

2021-12-20 Thread Fabiano Rosas
In preparation to moving the interrupt code into separate functions, create a PPCIntrArgs structure to serve as a consistent API. No functional change intended. Signed-off-by: Fabiano Rosas --- target/ppc/excp_helper.c | 213 +-- 1 file changed, 113 insertion