From: Erik Skultety Date: Thu, 10 Sep 2020 13:15:48 +0000 (+0200) Subject: docs: kbase: Tune how CPU support for SEV should be queried X-Git-Tag: v6.8.0-rc1~214 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7228e4a9ce19bac4475a057aacf07560881cd5e;p=thirdparty%2Flibvirt.git docs: kbase: Tune how CPU support for SEV should be queried #useless_use_of_cat + avoid accidental substring matches. Signed-off-by: Erik Skultety Reviewed-by: Daniel P. Berrangé --- diff --git a/docs/kbase/launch_security_sev.rst b/docs/kbase/launch_security_sev.rst index 4a37c0c379..8f58413261 100644 --- a/docs/kbase/launch_security_sev.rst +++ b/docs/kbase/launch_security_sev.rst @@ -38,7 +38,7 @@ You can manually check whether SEV is among the CPU flags with: :: - $ cat /proc/cpuinfo | grep sev + $ grep -w sev /proc/cpuinfo ... sme ssbd sev ibpb