Re: [PATCH 0/8] target/ppc: powerpc_excp improvements [74xx] (5/n)

2022-01-27 Thread Cédric Le Goater
On 1/27/22 16:16, Fabiano Rosas wrote: Mark Cave-Ayland writes: On 26/01/2022 16:41, Fabiano Rosas wrote: This handles the exception code for the 74xx family, i.e. 7400, 7410, 7440, 7445, 7450, 7455, 7457. This is another family that is quite well known, so it should be straight-forward as

Re: [PATCH 0/8] target/ppc: powerpc_excp improvements [74xx] (5/n)

2022-01-27 Thread Fabiano Rosas
Mark Cave-Ayland writes: > On 26/01/2022 16:41, Fabiano Rosas wrote: > >> This handles the exception code for the 74xx family, i.e. 7400, 7410, >> 7440, 7445, 7450, 7455, 7457. >> >> This is another family that is quite well known, so it should be >> straight-forward as well. >> >> Based on leg

Re: [PATCH 0/8] target/ppc: powerpc_excp improvements [74xx] (5/n)

2022-01-27 Thread Mark Cave-Ayland
On 26/01/2022 16:41, Fabiano Rosas wrote: This handles the exception code for the 74xx family, i.e. 7400, 7410, 7440, 7445, 7450, 7455, 7457. This is another family that is quite well known, so it should be straight-forward as well. Based on legoater/ppc-7.0 Fabiano Rosas (8): target/ppc:

Re: [PATCH 0/8] target/ppc: powerpc_excp improvements [74xx] (5/n)

2022-01-26 Thread Fabiano Rosas
BALATON Zoltan writes: > On Wed, 26 Jan 2022, Fabiano Rosas wrote: >> This handles the exception code for the 74xx family, i.e. 7400, 7410, >> 7440, 7445, 7450, 7455, 7457. >> >> This is another family that is quite well known, so it should be >> straight-forward as well. > > I guess this is what

Re: [PATCH 0/8] target/ppc: powerpc_excp improvements [74xx] (5/n)

2022-01-26 Thread BALATON Zoltan
On Wed, 26 Jan 2022, Cédric Le Goater wrote: On 1/26/22 18:55, BALATON Zoltan wrote: On Wed, 26 Jan 2022, Fabiano Rosas wrote: This handles the exception code for the 74xx family, i.e. 7400, 7410, 7440, 7445, 7450, 7455, 7457. This is another family that is quite well known, so it should be st

Re: [PATCH 0/8] target/ppc: powerpc_excp improvements [74xx] (5/n)

2022-01-26 Thread Cédric Le Goater
On 1/26/22 18:55, BALATON Zoltan wrote: On Wed, 26 Jan 2022, Fabiano Rosas wrote: This handles the exception code for the 74xx family, i.e. 7400, 7410, 7440, 7445, 7450, 7455, 7457. This is another family that is quite well known, so it should be straight-forward as well. I guess this is what

Re: [PATCH 0/8] target/ppc: powerpc_excp improvements [74xx] (5/n)

2022-01-26 Thread BALATON Zoltan
On Wed, 26 Jan 2022, Fabiano Rosas wrote: This handles the exception code for the 74xx family, i.e. 7400, 7410, 7440, 7445, 7450, 7455, 7457. This is another family that is quite well known, so it should be straight-forward as well. I guess this is what may break VOF on pegasos2. Was Philippe'

[PATCH 0/8] target/ppc: powerpc_excp improvements [74xx] (5/n)

2022-01-26 Thread Fabiano Rosas
This handles the exception code for the 74xx family, i.e. 7400, 7410, 7440, 7445, 7450, 7455, 7457. This is another family that is quite well known, so it should be straight-forward as well. Based on legoater/ppc-7.0 Fabiano Rosas (8): target/ppc: Introduce powerpc_excp_74xx target/ppc: Simp