|
From: | Philippe Mathieu-Daudé |
Subject: | Re: [PATCH v8 4/9] machine: Print CPU model name instead of CPU type |
Date: | Fri, 1 Dec 2023 11:58:49 +0100 |
User-agent: | Mozilla Thunderbird |
On 29/11/23 05:20, 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-off-by: Gavin Shan <gshan@redhat.com> --- v8: Use g_autofree (Phil) Relace 'type' with 'model' in error messages (Gavin) --- hw/core/machine.c | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
[Prev in Thread] | Current Thread | [Next in Thread] |