mirror of
https://github.com/speed47/spectre-meltdown-checker.git
synced 2024-11-14 17:48:02 +01:00
corrected colors for partial mitigation
This commit is contained in:
parent
42455a9424
commit
ec44abf43c
@ -3896,10 +3896,10 @@ check_CVE_2018_3646_linux()
|
||||
pstatus green YES "for XEN guests"
|
||||
elif [ -z "$l1d_xen_hardware" ] && [ -z "$l1d_xen_hypervisor" ]; then
|
||||
l1d_mode=4
|
||||
pstatus green YES "for XEN guests (HVM only)"
|
||||
pstatus yellow YES "for XEN guests (HVM only)"
|
||||
elif [ -z "$l1d_xen_pv_domU" ]; then
|
||||
l1d_mode=3
|
||||
pstatus green YES "for XEN guests (PV only)"
|
||||
pstatus yellow YES "for XEN guests (PV only)"
|
||||
else
|
||||
l1d_mode=0
|
||||
pstatus yellow NO "for XEN guests"
|
||||
|
Loading…
Reference in New Issue
Block a user