Message ID | 20230629121103.87733-2-philmd@linaro.org |
---|---|
State | New |
Headers | show |
Series | hw/riscv/virt: Restrict ACLINT to TCG | expand |
Phil, I've fixed this typo a few weeks ago. qemu-trivial picked it up. 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",
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",
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",
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> --- hw/riscv/virt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)