Re: [PATCH 00/11] target/ppc: powerpc_excp improvements [6xx] (7/n)

2022-02-09 Thread Cédric Le Goater
On 2/3/22 21:09, Fabiano Rosas wrote: This series handles the 6xx family: 603, 604, G2, G2LE, MPC5xx and MPC8xx. There is a patch upfront to move them all into the same POWERPC_EXCP_6xx, but otherwise the rest of the series is pretty much the same as I have done for the other CPUs. This was tes

Re: [PATCH 00/11] target/ppc: powerpc_excp improvements [6xx] (7/n)

2022-02-04 Thread Fabiano Rosas
Cédric Le Goater writes: > On 2/3/22 21:09, Fabiano Rosas wrote: > >> This series handles the 6xx family: 603, 604, G2, G2LE, > > What about the e300 ? I guess it's only a 603 variant for QEMU. I forgot to mention. >> MPC5xx and MPC8xx. > > These are linux-user only, no MMU. I wonder if we sho

Re: [PATCH 00/11] target/ppc: powerpc_excp improvements [6xx] (7/n)

2022-02-03 Thread Cédric Le Goater
On 2/3/22 21:09, Fabiano Rosas wrote: This series handles the 6xx family: 603, 604, G2, G2LE, What about the e300 ? I guess it's only a 603 variant for QEMU. MPC5xx and MPC8xx. These are linux-user only, no MMU. I wonder if we shouldn't simply drop support. At least we could remove POWERPC

[PATCH 00/11] target/ppc: powerpc_excp improvements [6xx] (7/n)

2022-02-03 Thread Fabiano Rosas
This series handles the 6xx family: 603, 604, G2, G2LE, MPC5xx and MPC8xx. There is a patch upfront to move them all into the same POWERPC_EXCP_6xx, but otherwise the rest of the series is pretty much the same as I have done for the other CPUs. This was tested with the 604 only. But I'm not too w