qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] hw/riscv/virt.c: fix typo in 'aia' description


From: Weiwei Li
Subject: Re: [PATCH] hw/riscv/virt.c: fix typo in 'aia' description
Date: Thu, 15 Jun 2023 21:15:18 +0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0


On 2023/6/15 17:21, Daniel Henrique Barboza wrote:
Cc: qemu-trivial@nongnu.org
Signed-off-by: Daniel Henrique Barboza <dbarboza@ventanamicro.com>
---
Reviewed-by: Weiwei Li <liweiwei@iscas.ac.cn>

Weiwei Li
  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 95708d890e..3464abd226 100644
--- a/hw/riscv/virt.c
+++ b/hw/riscv/virt.c
@@ -1690,7 +1690,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]