Now that the CET test supports both Intel and AMD, drop the "intel" prefix. Signed-off-by: Sean Christopherson --- x86/unittests.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x86/unittests.cfg b/x86/unittests.cfg index ff537d3f..522318d3 100644 --- a/x86/unittests.cfg +++ b/x86/unittests.cfg @@ -510,7 +510,7 @@ file = tsx-ctrl.flat qemu_params = -cpu max groups = tsx-ctrl -[intel_cet] +[cet] file = cet.flat arch = x86_64 smp = 2 -- 2.52.0.rc1.455.g30608eb744-goog