Compare commits

..

No commits in common. "513a8ae177562cedc4ac3581f4ff09a8da79f2f7" and "2a2f91959e9068db0fdde98c160e684790a5489d" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -515,7 +515,7 @@ check_vm_arch_specific() {
&& return 0
fi
if has_cpuinfo \
&& grep -q -i -e '^flags.*:.*\(hypervisor\|vmm\)\( \|$\) /proc/cpuinfo
&& grep -q -i -e '^flags.*:.*\(hypervisor\|vmm\)' /proc/cpuinfo
then
return 0
fi