Re: [XEN PATCH v1 3/4] x86:hvm: guard calls to nestedhvm routines

2025-04-05 Thread Jan Beulich
On 20.03.2025 11:38, Sergiy Kibrik wrote: > Check whether nested HVM is enabled for domain before calling > nestedhvm_vcpu_*() > and other not already guarded nestedhvm functions. > > Signed-off-by: Sergiy Kibrik > --- > xen/arch/x86/hvm/hvm.c | 6 -- > xen/arch/x86/hvm/svm/asid.c | 2

[XEN PATCH v1 3/4] x86:hvm: guard calls to nestedhvm routines

2025-03-20 Thread Sergiy Kibrik
Check whether nested HVM is enabled for domain before calling nestedhvm_vcpu_*() and other not already guarded nestedhvm functions. Signed-off-by: Sergiy Kibrik --- xen/arch/x86/hvm/hvm.c | 6 -- xen/arch/x86/hvm/svm/asid.c | 2 +- xen/arch/x86/hvm/svm/svm.c | 6 +++--- 3 files changed