On 12/9/19 7:01 AM, Paolo Bonzini wrote: > Move everything related to mttcg_enabled in accel/tcg/tcg-all.c, > which will make even more sense when "thread" becomes a QOM property. > > For now, initializing mttcg_enabled in the instance_init function > prepares for the next patch, which will only invoke qemu_tcg_configure > when the command line includes a -accel option. > > Signed-off-by: Paolo Bonzini <pbonz...@redhat.com> > --- > accel/tcg/tcg-all.c | 85 > +++++++++++++++++++++++++++++++++++++++++++++++++++++ > cpus.c | 72 --------------------------------------------- > 2 files changed, 85 insertions(+), 72 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~