qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] hw/arm/sbsa-ref: Fixed cpu type error message typo.


From: Richard Henderson
Subject: Re: [PATCH] hw/arm/sbsa-ref: Fixed cpu type error message typo.
Date: Mon, 18 Oct 2021 12:48:08 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0

On 10/7/21 11:36 PM, Shuuichirou Ishii wrote:
Signed-off-by: Shuuichirou Ishii <ishii.shuuichir@fujitsu.com>
---
  hw/arm/sbsa-ref.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hw/arm/sbsa-ref.c b/hw/arm/sbsa-ref.c
index 509c5f09b4..358714bd3e 100644
--- a/hw/arm/sbsa-ref.c
+++ b/hw/arm/sbsa-ref.c
@@ -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);
      }

Queued to target-arm.next.

r~




reply via email to

[Prev in Thread] Current Thread [Next in Thread]