On 02/07/16 10:11, Alex Bennée wrote: > 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.
I think it just resembles tcg_enabled(), kvm_enabled() etc. Regards, Sergey