qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] accel/tcg/tcg-accel-ops-rr: fix trivial typo
@ 2022-10-21 17:36 Matheus Tavares Bernardino
  2022-10-24  6:46 ` Philippe Mathieu-Daudé
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Matheus Tavares Bernardino @ 2022-10-21 17:36 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial

Signed-off-by: Matheus Tavares Bernardino <quic_mathbern@quicinc.com>
---
 accel/tcg/tcg-accel-ops-rr.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/accel/tcg/tcg-accel-ops-rr.c b/accel/tcg/tcg-accel-ops-rr.c
index cc8adc2380..cc912df108 100644
--- a/accel/tcg/tcg-accel-ops-rr.c
+++ b/accel/tcg/tcg-accel-ops-rr.c
@@ -51,7 +51,7 @@ void rr_kick_vcpu_thread(CPUState *unused)
  *
  * The kick timer is responsible for moving single threaded vCPU
  * emulation on to the next vCPU. If more than one vCPU is running a
- * timer event with force a cpu->exit so the next vCPU can get
+ * timer event we force a cpu->exit so the next vCPU can get
  * scheduled.
  *
  * The timer is removed if all vCPUs are idle and restarted again once
-- 
2.37.2



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

* Re: [PATCH] accel/tcg/tcg-accel-ops-rr: fix trivial typo
  2022-10-21 17:36 [PATCH] accel/tcg/tcg-accel-ops-rr: fix trivial typo Matheus Tavares Bernardino
@ 2022-10-24  6:46 ` Philippe Mathieu-Daudé
  2022-10-24 10:07 ` Claudio Fontana
  2022-10-24 11:44 ` Laurent Vivier
  2 siblings, 0 replies; 4+ messages in thread
From: Philippe Mathieu-Daudé @ 2022-10-24  6:46 UTC (permalink / raw)
  To: Matheus Tavares Bernardino, qemu-devel; +Cc: qemu-trivial

On 21/10/22 19:36, Matheus Tavares Bernardino wrote:
> Signed-off-by: Matheus Tavares Bernardino <quic_mathbern@quicinc.com>
> ---
>   accel/tcg/tcg-accel-ops-rr.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] accel/tcg/tcg-accel-ops-rr: fix trivial typo
  2022-10-21 17:36 [PATCH] accel/tcg/tcg-accel-ops-rr: fix trivial typo Matheus Tavares Bernardino
  2022-10-24  6:46 ` Philippe Mathieu-Daudé
@ 2022-10-24 10:07 ` Claudio Fontana
  2022-10-24 11:44 ` Laurent Vivier
  2 siblings, 0 replies; 4+ messages in thread
From: Claudio Fontana @ 2022-10-24 10:07 UTC (permalink / raw)
  To: Matheus Tavares Bernardino, qemu-devel; +Cc: qemu-trivial

On 10/21/22 19:36, Matheus Tavares Bernardino wrote:
> Signed-off-by: Matheus Tavares Bernardino <quic_mathbern@quicinc.com>
> ---
>  accel/tcg/tcg-accel-ops-rr.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/accel/tcg/tcg-accel-ops-rr.c b/accel/tcg/tcg-accel-ops-rr.c
> index cc8adc2380..cc912df108 100644
> --- a/accel/tcg/tcg-accel-ops-rr.c
> +++ b/accel/tcg/tcg-accel-ops-rr.c
> @@ -51,7 +51,7 @@ void rr_kick_vcpu_thread(CPUState *unused)
>   *
>   * The kick timer is responsible for moving single threaded vCPU
>   * emulation on to the next vCPU. If more than one vCPU is running a
> - * timer event with force a cpu->exit so the next vCPU can get
> + * timer event we force a cpu->exit so the next vCPU can get
>   * scheduled.
>   *
>   * The timer is removed if all vCPUs are idle and restarted again once

Reviewed-by: Claudio Fontana <cfontana@suse.de>


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

* Re: [PATCH] accel/tcg/tcg-accel-ops-rr: fix trivial typo
  2022-10-21 17:36 [PATCH] accel/tcg/tcg-accel-ops-rr: fix trivial typo Matheus Tavares Bernardino
  2022-10-24  6:46 ` Philippe Mathieu-Daudé
  2022-10-24 10:07 ` Claudio Fontana
@ 2022-10-24 11:44 ` Laurent Vivier
  2 siblings, 0 replies; 4+ messages in thread
From: Laurent Vivier @ 2022-10-24 11:44 UTC (permalink / raw)
  To: Matheus Tavares Bernardino, qemu-devel; +Cc: qemu-trivial

Le 21/10/2022 à 19:36, Matheus Tavares Bernardino a écrit :
> Signed-off-by: Matheus Tavares Bernardino <quic_mathbern@quicinc.com>
> ---
>   accel/tcg/tcg-accel-ops-rr.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/accel/tcg/tcg-accel-ops-rr.c b/accel/tcg/tcg-accel-ops-rr.c
> index cc8adc2380..cc912df108 100644
> --- a/accel/tcg/tcg-accel-ops-rr.c
> +++ b/accel/tcg/tcg-accel-ops-rr.c
> @@ -51,7 +51,7 @@ void rr_kick_vcpu_thread(CPUState *unused)
>    *
>    * The kick timer is responsible for moving single threaded vCPU
>    * emulation on to the next vCPU. If more than one vCPU is running a
> - * timer event with force a cpu->exit so the next vCPU can get
> + * timer event we force a cpu->exit so the next vCPU can get
>    * scheduled.
>    *
>    * The timer is removed if all vCPUs are idle and restarted again once

Applied to my trivial-patches branch.

Thanks,
Laurent



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

end of thread, other threads:[~2022-10-24 11:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-21 17:36 [PATCH] accel/tcg/tcg-accel-ops-rr: fix trivial typo Matheus Tavares Bernardino
2022-10-24  6:46 ` Philippe Mathieu-Daudé
2022-10-24 10:07 ` Claudio Fontana
2022-10-24 11:44 ` Laurent Vivier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).