All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] hw/riscv/virt.c: fix typo in 'aia' description
@ 2023-06-15  9:21 Daniel Henrique Barboza
  2023-06-15 10:25 ` Philippe Mathieu-Daudé
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Daniel Henrique Barboza @ 2023-06-15  9:21 UTC (permalink / raw)
  To: qemu-devel
  Cc: qemu-riscv, alistair.francis, bmeng, liweiwei, zhiwei_liu,
	palmer, Daniel Henrique Barboza, qemu-trivial

Cc: qemu-trivial@nongnu.org
Signed-off-by: Daniel Henrique Barboza <dbarboza@ventanamicro.com>
---
 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",
-- 
2.40.1



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] hw/riscv/virt.c: fix typo in 'aia' description
  2023-06-15  9:21 [PATCH] hw/riscv/virt.c: fix typo in 'aia' description Daniel Henrique Barboza
@ 2023-06-15 10:25 ` Philippe Mathieu-Daudé
  2023-06-15 13:15 ` Weiwei Li
  2023-06-18  6:55 ` Michael Tokarev
  2 siblings, 0 replies; 4+ messages in thread
From: Philippe Mathieu-Daudé @ 2023-06-15 10:25 UTC (permalink / raw)
  To: Daniel Henrique Barboza, qemu-devel
  Cc: qemu-riscv, alistair.francis, bmeng, liweiwei, zhiwei_liu,
	palmer, qemu-trivial

On 15/6/23 11:21, Daniel Henrique Barboza wrote:
> Cc: qemu-trivial@nongnu.org
> Signed-off-by: Daniel Henrique Barboza <dbarboza@ventanamicro.com>
> ---
>   hw/riscv/virt.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] hw/riscv/virt.c: fix typo in 'aia' description
  2023-06-15  9:21 [PATCH] hw/riscv/virt.c: fix typo in 'aia' description Daniel Henrique Barboza
  2023-06-15 10:25 ` Philippe Mathieu-Daudé
@ 2023-06-15 13:15 ` Weiwei Li
  2023-06-18  6:55 ` Michael Tokarev
  2 siblings, 0 replies; 4+ messages in thread
From: Weiwei Li @ 2023-06-15 13:15 UTC (permalink / raw)
  To: Daniel Henrique Barboza, qemu-devel
  Cc: liweiwei, qemu-riscv, alistair.francis, bmeng, zhiwei_liu,
	palmer, qemu-trivial


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",



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] hw/riscv/virt.c: fix typo in 'aia' description
  2023-06-15  9:21 [PATCH] hw/riscv/virt.c: fix typo in 'aia' description Daniel Henrique Barboza
  2023-06-15 10:25 ` Philippe Mathieu-Daudé
  2023-06-15 13:15 ` Weiwei Li
@ 2023-06-18  6:55 ` Michael Tokarev
  2 siblings, 0 replies; 4+ messages in thread
From: Michael Tokarev @ 2023-06-18  6:55 UTC (permalink / raw)
  To: Daniel Henrique Barboza, qemu-devel
  Cc: qemu-riscv, alistair.francis, bmeng, liweiwei, zhiwei_liu,
	palmer, qemu-trivial

Applied to the trivial tree, thank you!

/mjt


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-06-18  6:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-15  9:21 [PATCH] hw/riscv/virt.c: fix typo in 'aia' description Daniel Henrique Barboza
2023-06-15 10:25 ` Philippe Mathieu-Daudé
2023-06-15 13:15 ` Weiwei Li
2023-06-18  6:55 ` Michael Tokarev

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.