Re: [PATCH v3 2/3] accel/tcg: split tcg_start_vcpu_thread

2020-10-19 Thread Claudio Fontana
Hi all, is this one ok now in your view? Thanks, Claudio On 10/15/20 4:32 PM, Claudio Fontana wrote: > after the initial split into 3 tcg variants, we proceed to also > split tcg_start_vcpu_thread. > > We actually split it in 2 this time, since the icount variant > just uses the round robin fu

[PATCH v3 2/3] accel/tcg: split tcg_start_vcpu_thread

2020-10-15 Thread Claudio Fontana
after the initial split into 3 tcg variants, we proceed to also split tcg_start_vcpu_thread. We actually split it in 2 this time, since the icount variant just uses the round robin function. Suggested-by: Richard Henderson Signed-off-by: Claudio Fontana --- accel/tcg/tcg-all.c | 5 +++