Re: [PATCH] ppc/pegasos2: Change default CPU to 7457

2023-05-28 Thread BALATON Zoltan
On Sun, 28 May 2023, Rene Engel wrote: --- Ursprüngliche Nachricht --- Von: BALATON Zoltan Datum: 28.05.2023 17:29:37 An: qemu-devel@nongnu.org, qemu-...@nongnu.org Betreff: [PATCH] ppc/pegasos2: Change default CPU to 7457 Previously 7400 was selected as a safe choice as that is used by

Re: [PATCH] ppc/pegasos2: Change default CPU to 7457

2023-05-28 Thread Daniel Henrique Barboza
On 5/28/23 12:29, BALATON Zoltan wrote: Previously 7400 was selected as a safe choice as that is used by other machines so it's better tested but AmigaOS does not know this CPU and disables some features when running on it. The real hardware has 7447/7457 G4 CPU so change the default to match

[PATCH] ppc/pegasos2: Change default CPU to 7457

2023-05-28 Thread BALATON Zoltan
Previously 7400 was selected as a safe choice as that is used by other machines so it's better tested but AmigaOS does not know this CPU and disables some features when running on it. The real hardware has 7447/7457 G4 CPU so change the default to match that now that it was confirmed to work better