On Thu, Sep 07, 2023 at 10:35:38AM +1000, Gavin Shan wrote: > For target/tricore, the CPU type name is always the combination of the > CPU model name and suffix. The CPU model names have been correctly > shown in tricore_cpu_list_entry(). > > Use generic helper cpu_model_from_type() to show the CPU model names > in the above function. tricore_cpu_class_by_name() is also improved > by merging the condition of '@oc == NULL' to object_class_dynamic_cast(). > > Signed-off-by: Gavin Shan <gs...@redhat.com> > --- > target/tricore/cpu.c | 9 +++++---- > target/tricore/helper.c | 13 +++++-------- > 2 files changed, 10 insertions(+), 12 deletions(-)
Reviewed-by: Bastian Koppelmann <kbast...@mail.uni-paderborn.de> Cheers, Bastian