Re: [PATCH v3 03/12] cpu: parse the canonical name from the cpu model

2024-03-01 Thread Daniel P . Berrangé
On Fri, Dec 15, 2023 at 04:11:59PM -0600, Jonathon Jongsma wrote: > Recent changes have added a 'canonical_name' field to the xml > definitions for our CPU models. Parse this field into the C structure > and pass it around where necessary. > --- > src/conf/cpu_conf.c | 3 +++ >

[PATCH v3 03/12] cpu: parse the canonical name from the cpu model

2023-12-15 Thread Jonathon Jongsma
Recent changes have added a 'canonical_name' field to the xml definitions for our CPU models. Parse this field into the C structure and pass it around where necessary. --- src/conf/cpu_conf.c | 3 +++ src/conf/cpu_conf.h | 1 + src/cpu/cpu_x86.c | 24 3 files changed,