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 @
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
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
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
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