From 4c83300d0bcba9038438160b8b6cc4ad68d652bc Mon Sep 17 00:00:00 2001 From: Andrew Cooper Date: Mon, 12 Feb 2018 13:38:06 +0000 Subject: [PATCH] Rename the vvmx test to nested-vmx In preparation for introducing nested-svm as well. Signed-off-by: Andrew Cooper --- docs/all-tests.dox | 2 +- tests/{vvmx => nested-vmx}/Makefile | 2 +- tests/{vvmx => nested-vmx}/extra.cfg.in | 0 tests/{vvmx => nested-vmx}/main.c | 8 ++++---- tests/{vvmx => nested-vmx}/msr.c | 0 tests/{vvmx => nested-vmx}/test.h | 0 tests/{vvmx => nested-vmx}/util.c | 0 tests/{vvmx => nested-vmx}/vmxon.c | 0 8 files changed, 6 insertions(+), 6 deletions(-) rename tests/{vvmx => nested-vmx}/Makefile (89%) rename tests/{vvmx => nested-vmx}/extra.cfg.in (100%) rename tests/{vvmx => nested-vmx}/main.c (84%) rename tests/{vvmx => nested-vmx}/msr.c (100%) rename tests/{vvmx => nested-vmx}/test.h (100%) rename tests/{vvmx => nested-vmx}/util.c (100%) rename tests/{vvmx => nested-vmx}/vmxon.c (100%) diff --git a/docs/all-tests.dox b/docs/all-tests.dox index f9ea7c5..78588c5 100644 --- a/docs/all-tests.dox +++ b/docs/all-tests.dox @@ -122,5 +122,5 @@ guest breakout. @section index-in-development In Development -@subpage test-vvmx - Nested VT-x tests. +@subpage test-nested-vmx - Nested VT-x tests. */ diff --git a/tests/vvmx/Makefile b/tests/nested-vmx/Makefile similarity index 89% rename from tests/vvmx/Makefile rename to tests/nested-vmx/Makefile index 2fc67c1..1ce0d1d 100644 --- a/tests/vvmx/Makefile +++ b/tests/nested-vmx/Makefile @@ -1,6 +1,6 @@ include $(ROOT)/build/common.mk -NAME := vvmx +NAME := nested-vmx CATEGORY := in-development TEST-ENVS := $(HVM_ENVIRONMENTS) diff --git a/tests/vvmx/extra.cfg.in b/tests/nested-vmx/extra.cfg.in similarity index 100% rename from tests/vvmx/extra.cfg.in rename to tests/nested-vmx/extra.cfg.in diff --git a/tests/vvmx/main.c b/tests/nested-vmx/main.c similarity index 84% rename from tests/vvmx/main.c rename to tests/nested-vmx/main.c index 9e21337..6d46642 100644 --- a/tests/vvmx/main.c +++ b/tests/nested-vmx/main.c @@ -1,12 +1,12 @@ /** - * @file tests/vvmx/main.c - * @ref test-vvmx + * @file tests/nested-vmx/main.c + * @ref test-nested-vmx * - * @page test-vvmx vvmx + * @page test-nested-vmx Nested VT-x * * Functional testing of the VMX features in a nested-virt environment. * - * @see tests/vvmx/main.c + * @see tests/nested-vmx/main.c */ #include "test.h" diff --git a/tests/vvmx/msr.c b/tests/nested-vmx/msr.c similarity index 100% rename from tests/vvmx/msr.c rename to tests/nested-vmx/msr.c diff --git a/tests/vvmx/test.h b/tests/nested-vmx/test.h similarity index 100% rename from tests/vvmx/test.h rename to tests/nested-vmx/test.h diff --git a/tests/vvmx/util.c b/tests/nested-vmx/util.c similarity index 100% rename from tests/vvmx/util.c rename to tests/nested-vmx/util.c diff --git a/tests/vvmx/vmxon.c b/tests/nested-vmx/vmxon.c similarity index 100% rename from tests/vvmx/vmxon.c rename to tests/nested-vmx/vmxon.c -- 2.39.5