From: Daniel Henrique Barboza <danielhb413@gmail.com>
To: BALATON Zoltan <balaton@eik.bme.hu>,
qemu-devel@nongnu.org, qemu-ppc@nongnu.org
Cc: ReneEngel80@emailn.de
Subject: Re: [PATCH] ppc/pegasos2: Change default CPU to 7457
Date: Sun, 28 May 2023 13:37:32 -0300 [thread overview]
Message-ID: <4990b9d9-b9cd-d359-b0ab-2cf53cfb5e8d@gmail.com> (raw)
In-Reply-To: <20230528152937.B8DAD74633D@zero.eik.bme.hu>
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 that now that it was
> confirmed to work better with AmigaOS.
>
> Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
> Tested-by: Rene Engel <ReneEngel80@emailn.de>
> ---
Reviewed-by: Daniel Henrique Barboza <danielhb413@gmail.com>
And queued in gitlab.com/danielhb/qemu/tree/ppc-next. Thanks,
Daniel
> hw/ppc/pegasos2.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/hw/ppc/pegasos2.c b/hw/ppc/pegasos2.c
> index f1650be5ee..af5489de26 100644
> --- a/hw/ppc/pegasos2.c
> +++ b/hw/ppc/pegasos2.c
> @@ -524,7 +524,7 @@ static void pegasos2_machine_class_init(ObjectClass *oc, void *data)
> mc->block_default_type = IF_IDE;
> mc->default_boot_order = "cd";
> mc->default_display = "std";
> - mc->default_cpu_type = POWERPC_CPU_TYPE_NAME("7400_v2.9");
> + mc->default_cpu_type = POWERPC_CPU_TYPE_NAME("7457_v1.2");
> mc->default_ram_id = "pegasos2.ram";
> mc->default_ram_size = 512 * MiB;
>
next prev parent reply other threads:[~2023-05-28 16:38 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-28 15:29 [PATCH] ppc/pegasos2: Change default CPU to 7457 BALATON Zoltan
2023-05-28 16:37 ` Daniel Henrique Barboza [this message]
[not found] ` <7d05d183a4e93e6d85b3a799fe9e63e5@mail.emailn.de>
2023-05-28 20:06 ` BALATON Zoltan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4990b9d9-b9cd-d359-b0ab-2cf53cfb5e8d@gmail.com \
--to=danielhb413@gmail.com \
--cc=ReneEngel80@emailn.de \
--cc=balaton@eik.bme.hu \
--cc=qemu-devel@nongnu.org \
--cc=qemu-ppc@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).