hw/arm/sbsa-ref: Fixed cpu type error message typo.

Signed-off-by: Shuuichirou Ishii <ishii.shuuichir@fujitsu.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Yanan Wang <wangyanan55@huawei.com>
Message-Id: <20211008063604.670699-1-ishii.shuuichir@fujitsu.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
Shuuichirou Ishii 2021-10-08 15:36:04 +09:00 committed by Richard Henderson
parent bd0da3a3d4
commit b84722cf44
1 changed files with 1 additions and 1 deletions

View File

@ -670,7 +670,7 @@ static void sbsa_ref_init(MachineState *machine)
int n, sbsa_max_cpus;
if (!cpu_type_valid(machine->cpu_type)) {
error_report("mach-virt: CPU type %s not supported", machine->cpu_type);
error_report("sbsa-ref: CPU type %s not supported", machine->cpu_type);
exit(1);
}