From 31dd67f684c862303cf3bb18dba10567bc35e0ab Mon Sep 17 00:00:00 2001 From: Brijesh Singh Date: Thu, 8 Mar 2018 06:48:59 -0600 Subject: sev/i386: qmp: add query-sev-capabilities command MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The command can be used by libvirt to query the SEV capabilities. Cc: "Daniel P. Berrangé" Cc: "Dr. David Alan Gilbert" Cc: Markus Armbruster Signed-off-by: Brijesh Singh Signed-off-by: Paolo Bonzini --- tests/qmp-test.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/qmp-test.c b/tests/qmp-test.c index ec8c7c7..7470c6b 100644 --- a/tests/qmp-test.c +++ b/tests/qmp-test.c @@ -208,6 +208,7 @@ static bool query_is_blacklisted(const char *cmd) "query-sev-launch-measure", /* Success depends on Host or Hypervisor SEV support */ "query-sev", + "query-sev-capabilities", NULL }; int i; -- cgit v1.1