]> www.infradead.org Git - qemu-nvme.git/commit
machine: Print CPU model name instead of CPU type
authorGavin Shan <gshan@redhat.com>
Mon, 4 Dec 2023 00:47:21 +0000 (10:47 +1000)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 5 Jan 2024 15:20:15 +0000 (16:20 +0100)
commit5422d2a8fa88471b49b8d8cd6a13d9ecbb0c6cb7
tree215ae00a476aa380ce10010486d6c10d95c30090
parente702cbc19e6bc04685a48f9e07cbf74bf4d53042
machine: Print CPU model name instead of CPU type

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>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20231204004726.483558-5-gshan@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
hw/core/machine.c