On 20.03.2025 11:36, Sergiy Kibrik wrote: > This is private header for SVM code, comment in header and file's changelog > suggest that intended name was svm/nestedsvm.h, so perhaps a small mistake > here. > > Signed-off-by: Sergiy Kibrik <sergiy_kib...@epam.com> > --- > xen/arch/x86/hvm/svm/intr.c | 2 +- > xen/arch/x86/hvm/svm/{nestedhvm.h => nestedsvm.h} | 0 > xen/arch/x86/hvm/svm/svm.c | 2 +- > 3 files changed, 2 insertions(+), 2 deletions(-) > rename xen/arch/x86/hvm/svm/{nestedhvm.h => nestedsvm.h} (100%)
Yet then, if already we rename it, why not to just svm/nested.h? Jan