aboutsummaryrefslogtreecommitdiff
path: root/tests/qmp-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qmp-test.c')
-rw-r--r--tests/qmp-test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/qmp-test.c b/tests/qmp-test.c
index 22445d9ec2..a77ff92ba9 100644
--- a/tests/qmp-test.c
+++ b/tests/qmp-test.c
@@ -204,6 +204,8 @@ static bool query_is_blacklisted(const char *cmd)
"query-gic-capabilities", /* arm */
/* Success depends on target-specific build configuration: */
"query-pci", /* CONFIG_PCI */
+ /* Success depends on Host or Hypervisor SEV support */
+ "query-sev",
NULL
};
int i;