On 03.06.2024 13:20, Sergiy Kibrik wrote: > From: Xenia Ragiadakou <burzalod...@gmail.com> > > Since start_svm() is AMD-V specific while start_vmx() is Intel VT-x specific, > any of them can potentially be excluded from build completely with CONFIG_SVM > or CONFIG_VMX options respectively, hence we have to explicitly check if > they're available and use specific macros using_{svm,vmx} for that. > > Signed-off-by: Xenia Ragiadakou <burzalod...@gmail.com> > Signed-off-by: Sergiy Kibrik <sergiy_kib...@epam.com>
Acked-by: Jan Beulich <jbeul...@suse.com> yet again I think this could sensibly be folded with the earlier two patches. Jan