]> xenbits.xensource.com Git - qemu-xen.git/commitdiff
hw/arm/sbsa-ref: Fixed cpu type error message typo.
authorShuuichirou Ishii <ishii.shuuichir@fujitsu.com>
Fri, 8 Oct 2021 06:36:04 +0000 (15:36 +0900)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 20 Oct 2021 23:26:19 +0000 (16:26 -0700)
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>
hw/arm/sbsa-ref.c

index 509c5f09b4e5600f145d6e28c73e8069bea8a118..358714bd3e8d405313e83b1d56fae4996a44bb5c 100644 (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);
     }