[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [XEN PATCH v1 2/4] x86:svm: rename svm/nestedhvm.h -> svm/nestedsvm.h
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_Kibrik@xxxxxxxx> --- 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%) diff --git a/xen/arch/x86/hvm/svm/intr.c b/xen/arch/x86/hvm/svm/intr.c index 46186a1102..feaf42d81b 100644 --- a/xen/arch/x86/hvm/svm/intr.c +++ b/xen/arch/x86/hvm/svm/intr.c @@ -25,7 +25,7 @@ #include <public/hvm/ioreq.h> #include <xen/domain_page.h> -#include "nestedhvm.h" +#include "nestedsvm.h" static void svm_inject_nmi(struct vcpu *v) { diff --git a/xen/arch/x86/hvm/svm/nestedhvm.h b/xen/arch/x86/hvm/svm/nestedsvm.h similarity index 100% rename from xen/arch/x86/hvm/svm/nestedhvm.h rename to xen/arch/x86/hvm/svm/nestedsvm.h diff --git a/xen/arch/x86/hvm/svm/svm.c b/xen/arch/x86/hvm/svm/svm.c index e33a38c1e4..09ac138691 100644 --- a/xen/arch/x86/hvm/svm/svm.c +++ b/xen/arch/x86/hvm/svm/svm.c @@ -41,7 +41,7 @@ #include <public/sched.h> -#include "nestedhvm.h" +#include "nestedsvm.h" #include "svm.h" void noreturn svm_asm_do_resume(void); -- 2.25.1
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |