Re: [PATCH v5 26/31] machine: Print CPU model name instead of CPU type name

2023-11-14 Thread Richard Henderson
On 11/14/23 15:56, Gavin Shan wrote: The names of supported CPU models instead of CPU types should be printed when the user specified CPU type isn't supported, to be consistent with the output from '-cpu ?'. Correct the error messages to print CPU model names instead of CPU type names. Signed-o

[PATCH v5 26/31] machine: Print CPU model name instead of CPU type name

2023-11-14 Thread Gavin Shan
The names of supported CPU models instead of CPU types should be printed when the user specified CPU type isn't supported, to be consistent with the output from '-cpu ?'. Correct the error messages to print CPU model names instead of CPU type names. Signed-off-by: Gavin Shan --- hw/core/machine