On 03.06.2024 13:24, Sergiy Kibrik wrote: > From: Xenia Ragiadakou <burzalod...@gmail.com> > > Replace cpu_has_vmx check with using_vmx, so that not only VMX support in CPU > gets checked, but also presence of functions vmx_vmcs_enter() & > vmx_vmcs_exit() > in the build checked as well. > > Also since CONFIG_VMX is checked in using_vmx and it depends on CONFIG_HVM, > we can drop #ifdef CONFIG_HVM lines around using_vmx. > > Signed-off-by: Xenia Ragiadakou <burzalod...@gmail.com> > Signed-off-by: Sergiy Kibrik <sergiy_kib...@epam.com>
Acked-by: Jan Beulich <jbeul...@suse.com>