On 10/14/20 12:14 PM, Alex Bennée wrote:
Claudio Fontana <[email protected]> writes:
The purpose of this series is to split the tcg-cpus into
3 variants:
tcg_cpus_mttcg (multithreaded tcg vcpus)
tcg_cpus_rr (single threaded round robin vcpus)
tcg_cpus_icount (same as RR, but using icount)
I've no objection to the cosmetic clean-up but I assume the 3 modes will
still be available in TCG enabled binaries.
Yes, I think so too, no point in disabling some.
However it seems to me it is now easier to review
for a newcomer.
Code easily understandable/reviewable is easier to
maintain and less bug prone :)
Phil.