qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 1/2] hw/riscv/virt: Fix 'controller' typo


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH 1/2] hw/riscv/virt: Fix 'controller' typo
Date: Thu, 29 Jun 2023 15:14:20 +0200
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.12.0

On 29/6/23 14:26, Daniel Henrique Barboza wrote:
Phil,

I've fixed this typo a few weeks ago. qemu-trivial picked it up.

Ah great, thanks :)

Thanks,

Daniel

On 6/29/23 09:11, Philippe Mathieu-Daudé wrote:
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
---
  hw/riscv/virt.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hw/riscv/virt.c b/hw/riscv/virt.c
index ed4c27487e..68ccd0bde1 100644
--- a/hw/riscv/virt.c
+++ b/hw/riscv/virt.c
@@ -1692,7 +1692,7 @@ static void virt_machine_class_init(ObjectClass *oc, void *data)
                                    virt_set_aia);
      object_class_property_set_description(oc, "aia",
                                            "Set type of AIA interrupt "
-                                          "conttoller. Valid values are " +                                          "controller. Valid values are "                                             "none, aplic, and aplic-imsic.");
      object_class_property_add_str(oc, "aia-guests",




reply via email to

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