On 21/03/2017 05:18, Wanpeng Li wrote: > - if (!cpu_has_vmx_vpid()) > + if (!cpu_has_vmx_vpid() || > + !(cpu_has_vmx_invvpid())) Too many parentheses and a useless line break. Paolo > enable_vpid = 0;
On 21/03/2017 05:18, Wanpeng Li wrote: > - if (!cpu_has_vmx_vpid()) > + if (!cpu_has_vmx_vpid() || > + !(cpu_has_vmx_invvpid())) Too many parentheses and a useless line break. Paolo > enable_vpid = 0;