On 08/11/2016 16:39, Vincent Palatin wrote: > + /* need tcg for non-UG platform in real mode */ > + if (!hax_ug_platform()) > + tcg_exec_init(tcg_tb_size * 1024 * 1024); > +
Oh, it does support unrestricted guest, and in fact without unrestricted guest you don't even have SMP! Would you post a v2 that removes (after this patch 2) as much code as possible related to non-UG platforms? Paolo