mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-21 20:15:17 +00:00
docs: kbase: Tune how CPU support for SEV should be queried
#useless_use_of_cat + avoid accidental substring matches. Signed-off-by: Erik Skultety <eskultet@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
417e556147
commit
c7228e4a9c
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user