Re: [PATCH 2/3] target/ppc: Remove 603e exception model

2021-12-09 Thread Cédric Le Goater
On 12/8/21 13:30, Fabiano Rosas wrote: The 603e uses the same exception code as 603 so we don't need a dedicated entry for it. This is only a removal of redundant code, no functional change. Signed-off-by: Fabiano Rosas QEMU really only supports the 604. I think we could drop the previous 60

[PATCH 2/3] target/ppc: Remove 603e exception model

2021-12-08 Thread Fabiano Rosas
The 603e uses the same exception code as 603 so we don't need a dedicated entry for it. This is only a removal of redundant code, no functional change. Signed-off-by: Fabiano Rosas --- target/ppc/cpu-qom.h | 2 -- target/ppc/cpu_init.c| 32 ++-- target/ppc/e