Re: [RFC v9 02/32] accel/tcg: split tcg_start_vcpu_thread

2020-12-09 Thread Alex Bennée
Claudio Fontana writes: > 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

[RFC v9 02/32] accel/tcg: split tcg_start_vcpu_thread

2020-12-08 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 Reviewed-by: Richard Henderson --- acce