29

If I am not using any virtualization software on my computer, do I gain or lose anything by enabling (or disabling) x86 virtualization?

bwDraco
  • 46,683
DD.
  • 460

2 Answers2

18

No. Intel VT technology is only useful when running programs that are compatible with it, and actually use it. AFAIK, the only useful tools that can do this are sandboxes and virtual machines. Even then, enabling this technology can be a security risk in some cases. Often, virtualization technology is not required to emulate x86 or x86-64 instructions, albeit at the expense of speed.

As a best practice, I would leave it explicitly disabled unless required.

Breakthrough
  • 34,847
4

while it is true you should not enable VT unless you really use it, there is no more risk if the feature is on or not. you need to protect your system the best you can, whether it is for virtualization or not.

VT makes nothing possible that was not possible before!

http://x86vmm.blogspot.com/2006/08/blue-pill-is-quasi-illiterate.html

johnshen64
  • 4,701