Determine if my PC supports HW Virtualization

后端 未结 8 1142
夕颜
夕颜 2021-01-03 01:30

How, in general, does one determine if a PC supports hardware virtualization? I use VirtualPC to set up parallel test environments and I\'d enjoy a bit of a speed boost.

相关标签:
8条回答
  • 2021-01-03 02:07

    Try cpu-z or SecurAble on windows or on linux, cat /proc/cpuinfo and look for the flags: vmx (Intel) or svm (AMD)

    All of those will tell you if the hardware supports it, but as others said it must be enabled in the BIOS. (But checking first will avoid an unnecessary reboot...)

    0 讨论(0)
  • 2021-01-03 02:14

    http://en.wikipedia.org/wiki/X86_virtualization first place I'd check

    0 讨论(0)
提交回复
热议问题