Technotes

Technotes for future me

Virtualization

Detect VM

Detect if you are in a virtual machine

virt-what

Test for HW virtualisation

egrep --color "svm|vmx" /proc/cpuinfo

# svm flag for AMD V
# vmx flag for Intel VT
Last updated on 31 Jan 2021
Published on 25 Dec 2019
Edit on GitHub