How can a person tell if their hardware supports kvm?
2007年4月24日
摘自kerneltrap.org
JA: How can a person tell if their hardware supports kvm?
Avi Kivity: You can easily tell if your processor supports hardware extensions by running the command
$ egrep ‘^flags.*(vmx|svm)’ /proc/cpuinfo
If there’s any output at all, your processor supports kvm. Unfortunately, some early laptops that support kvm have VT extensions disabled in the BIOS, so a BIOS upgrade is required. There is also a comprehensive list on the Xen site, http://wiki.xensource.com/xenwiki/HVM_Compatible_Processors.
分类: saving