On 03.06.2024 13:18, Sergiy Kibrik wrote: > Use using_{svm,vmx} instead of cpu_has_{svm,vmx} that not only checks if CPU > supports corresponding virtialization technology, but also if it is > supported by build configuration. > > This fixes build when VMX=n or SVM=n, because then start_nested_{svm,vmx} > routine(s) not available. > > Signed-off-by: Sergiy Kibrik <sergiy_kib...@epam.com>
Acked-by: Jan Beulich <jbeul...@suse.com> preferably, as said there, with the introduction of those macros moved here, and title/description adjusted accordingly. Jan