Re: [PATCH] target/ppc: Remove support for the PowerPC 602 CPU

2022-01-28 Thread Cédric Le Goater
diff --git a/target/ppc/cpu.h b/target/ppc/cpu.h index 66e13075c3df..b9119479958c 100644 --- a/target/ppc/cpu.h +++ b/target/ppc/cpu.h In cpu.h you could probably remove the MSR_AP and MSR_SA bit definitions as well. And the code in ppc_cpu_reset that sets them. done ! @@ -2142,8 +2142,6 @

Re: [PATCH] target/ppc: Remove support for the PowerPC 602 CPU

2022-01-28 Thread Cédric Le Goater
On 1/28/22 15:13, Víctor Colombo wrote: On 28/01/2022 10:12, Cédric Le Goater wrote: The 602 was derived from the PowerPC 603, for the gaming market it seems. It was hardly used and no firmware supporting the CPU could be found. Drop support. Signed-off-by: Cédric Le Goater Hello Cédric! I a

Re: [PATCH] target/ppc: Remove support for the PowerPC 602 CPU

2022-01-28 Thread Fabiano Rosas
Cédric Le Goater writes: > The 602 was derived from the PowerPC 603, for the gaming market it > seems. It was hardly used and no firmware supporting the CPU could be > found. Drop support. > > Signed-off-by: Cédric Le Goater > --- > target/ppc/cpu-models.h | 1 - > target/ppc/cpu.h

Re: [PATCH] target/ppc: Remove support for the PowerPC 602 CPU

2022-01-28 Thread Víctor Colombo
On 28/01/2022 10:12, Cédric Le Goater wrote: The 602 was derived from the PowerPC 603, for the gaming market it seems. It was hardly used and no firmware supporting the CPU could be found. Drop support. Signed-off-by: Cédric Le Goater Hello Cédric! I am having problems building QEMU with this

[PATCH] target/ppc: Remove support for the PowerPC 602 CPU

2022-01-28 Thread Cédric Le Goater
The 602 was derived from the PowerPC 603, for the gaming market it seems. It was hardly used and no firmware supporting the CPU could be found. Drop support. Signed-off-by: Cédric Le Goater --- target/ppc/cpu-models.h | 1 - target/ppc/cpu.h | 2 - target/ppc/helper.h