On 14/11/19 08:55, Marc-André Lureau wrote:
>> +
>> + qemu_opts_foreach(qemu_find_opts("accel"),
>> + do_configure_accelerator, NULL, &error_fatal);
> It used to call qemu_tcg_configure() when no -accel option given. In
> this case, it still sets mttcg_enabled = default_mttcg_enabled(), but
> now it misses that. Perhaps it could be set earlier.
> Oh, right. This is fixed later in the series, but I think in v2 I will move this to the TCG init function. Paolo
