From 4356eff766debe3d30856ab4ec729ed9e958ced4 Mon Sep 17 00:00:00 2001 From: Farrah Chen Date: Mon, 22 Dec 2025 14:12:33 +0800 Subject: [PATCH] KVM/NMIS: remove NMIS TDX test, which is not supported Signed-off-by: Farrah Chen --- KVM/qemu/feature_test.cfg | 1 + KVM/qemu/x86_cpuid.cfg | 1 + 2 files changed, 2 insertions(+) diff --git a/KVM/qemu/feature_test.cfg b/KVM/qemu/feature_test.cfg index 762b95c9..c4824e4b 100644 --- a/KVM/qemu/feature_test.cfg +++ b/KVM/qemu/feature_test.cfg @@ -44,6 +44,7 @@ feature_dir_names = "fred" - nmis: feature_dir_names = "nmis" + no tdvm variants: - vm: - tdvm: diff --git a/KVM/qemu/x86_cpuid.cfg b/KVM/qemu/x86_cpuid.cfg index 7b213683..01a1c57c 100644 --- a/KVM/qemu/x86_cpuid.cfg +++ b/KVM/qemu/x86_cpuid.cfg @@ -25,6 +25,7 @@ features = "LKGS" - nmis: features = "NMIS" + no tdvm # SRF - avx_ifma: features = "AVX_IFMA"