[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [RFC PATCH 10/11] ppc/spapr: change pseries machine default to POWER
From: |
Joel Stanley |
Subject: |
Re: [RFC PATCH 10/11] ppc/spapr: change pseries machine default to POWER10 CPU |
Date: |
Tue, 10 Oct 2023 22:38:38 +1030 |
On Tue, 10 Oct 2023 at 18:25, Nicholas Piggin <npiggin@gmail.com> wrote:
>
> POWER10 is the latest pseries CPU.
>
> Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Reviewed-by: Joel Stanley <joel@jms.id.au>
> ---
> hw/ppc/spapr.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/hw/ppc/spapr.c b/hw/ppc/spapr.c
> index d4230d3647..9d3475d64b 100644
> --- a/hw/ppc/spapr.c
> +++ b/hw/ppc/spapr.c
> @@ -4661,7 +4661,7 @@ static void spapr_machine_class_init(ObjectClass *oc,
> void *data)
>
> smc->dr_lmb_enabled = true;
> smc->update_dt_enabled = true;
> - mc->default_cpu_type = POWERPC_CPU_TYPE_NAME("power9_v2.2");
> + mc->default_cpu_type = POWERPC_CPU_TYPE_NAME("power10_v2.0");
> mc->has_hotpluggable_cpus = true;
> mc->nvdimm_supported = true;
> smc->resize_hpt_default = SPAPR_RESIZE_HPT_ENABLED;
> --
> 2.42.0
>
>
- Re: [RFC PATCH 07/11] tests/avocado: Add ppc boot tests for non-free AIX images, (continued)
- [RFC PATCH 09/11] tests/avocado: Use default CPU for pseries machine, Nicholas Piggin, 2023/10/10
- [RFC PATCH 08/11] tests/avocado: Add ppc MacOS tests, Nicholas Piggin, 2023/10/10
- [RFC PATCH 10/11] ppc/spapr: change pseries machine default to POWER10 CPU, Nicholas Piggin, 2023/10/10
- [RFC PATCH 11/11] ppc/pnv: Change powernv default to powernv10, Nicholas Piggin, 2023/10/10
- Re: [RFC PATCH 00/11] ppc: avocado test additions and new defaults, Philippe Mathieu-Daudé, 2023/10/10