Richard Henderson <r...@twiddle.net> writes: > On 06/03/2016 01:40 PM, Alex Bennée wrote: >> +bool qemu_tcg_mttcg_enabled(void) >> +{ >> + return mttcg_enabled; >> +} > > Is there a good reason to expose this via function call, rather than just test > the variable?
It was in Fred's original patch. I guess there could be an argument versus a global variable but as mttcg_enabled is set during option parsing we don't need to do anything dynamic. > > > r~ -- Alex Bennée