Re: [PATCH v3 12/32] target/ppc: Use generic helper to show CPU model names

2023-09-07 Thread Cédric Le Goater
On 9/7/23 02:35, Gavin Shan wrote: For target/ppc, the CPU type name can be: (1) The combination of the CPU model name and suffix; (2) the type name of the class whose PVR matches with the specified one; (3) alias of the CPU model, plus suffix; (4) MachineClass::default_cpu_type when the CPU mode

[PATCH v3 12/32] target/ppc: Use generic helper to show CPU model names

2023-09-06 Thread Gavin Shan
For target/ppc, the CPU type name can be: (1) The combination of the CPU model name and suffix; (2) the type name of the class whose PVR matches with the specified one; (3) alias of the CPU model, plus suffix; (4) MachineClass::default_cpu_type when the CPU model name is "max". All the possible inf