|
| From: | Richard Henderson |
| Subject: | Re: [PATCH-for-9.0] hw/core: Add machine_class_default_cpu_type() |
| Date: | Thu, 16 Nov 2023 08:48:58 -0800 |
| User-agent: | Mozilla Thunderbird |
On 11/16/23 08:37, Philippe Mathieu-Daudé wrote:
Add a helper to return a machine default CPU type. If this machine is restricted to a single CPU type, use it as default, obviously. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> --- include/hw/boards.h | 6 ++++++ hw/core/machine.c | 8 ++++++++ system/vl.c | 2 +- 3 files changed, 15 insertions(+), 1 deletion(-)
Reviewed-by: Richard Henderson <richard.henderson@linaro.org> r~
| [Prev in Thread] | Current Thread | [Next in Thread] |