qemu-trivial
[Top][All Lists]
Advanced

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

Re: [PATCH] accel/tcg/tcg-accel-ops-rr: fix trivial typo


From: Claudio Fontana
Subject: Re: [PATCH] accel/tcg/tcg-accel-ops-rr: fix trivial typo
Date: Mon, 24 Oct 2022 12:07:31 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.4.0

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>



reply via email to

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