Re: [RFC PATCH 4/5] target/ppc: powerpc_excp: Standardize arguments to interrupt code

2021-06-06 Thread David Gibson
On Tue, Jun 01, 2021 at 06:46:48PM -0300, Fabiano Rosas wrote: > The next patches will split the big switch statement in powerpc_excp > into individual functions so it would be cleaner if all variables are > already grouped in a structure and their names consistent. > > This patch makes it so

[RFC PATCH 4/5] target/ppc: powerpc_excp: Standardize arguments to interrupt code

2021-06-01 Thread Fabiano Rosas
The next patches will split the big switch statement in powerpc_excp into individual functions so it would be cleaner if all variables are already grouped in a structure and their names consistent. This patch makes it so that the old values for MSR and NIP (from env) are saved at the beginning as