Re: [RFC v1 1/2] accel/tcg: split CpusAccel into three TCG variants

2020-10-14 Thread Philippe Mathieu-Daudé
On 10/14/20 9:36 AM, Claudio Fontana wrote: split up the CpusAccel tcg_cpus into three TCG variants: tcg_cpus_rr (single threaded, round robin cpus) tcg_cpus_icount (same as rr, but with instruction counting enabled) tcg_cpus_mttcg (multi-threaded cpus) Signed-off-by: Claudio Fontana --- acc

[RFC v1 1/2] accel/tcg: split CpusAccel into three TCG variants

2020-10-14 Thread Claudio Fontana
split up the CpusAccel tcg_cpus into three TCG variants: tcg_cpus_rr (single threaded, round robin cpus) tcg_cpus_icount (same as rr, but with instruction counting enabled) tcg_cpus_mttcg (multi-threaded cpus) Signed-off-by: Claudio Fontana --- accel/tcg/meson.build | 9 +- accel/tcg/tc