Home  >  Article  >  what is vt

what is vt

藏色散人
藏色散人Original
2020-05-06 11:41:3523158browse

what is vt

What is vt?

VT (Virtualization Technology) is a virtualization support system developed by Intel on its user platform in order to assist the implementation of virtualization technology at the hardware level. Prior to this, virtualization could only use software to virtualize the underlying architecture.

Introduction to VT

Intel has developed two sets of VT technologies: one is VT-i, mainly for Itanium architecture hosts: one is VT-x , mainly for IA32 architecture hosts.

VT-x relies on VMX (Virtual Machine Extension) to provide hardware support for virtualization technology.

As a chip-assisted virtualization technology, VMX provides two new states for virtualization: root mode (VMX root) and non-root mode (VMX non-root). Root mode is mainly suitable for Host OS or VMM environment.

In this mode, the behavior of the processor is similar to that without vT technology, and it can handle instructions of various privilege levels well, but VMX has its own set of instructions, and when loaded When data goes to certain registers, there will be some restrictions.

Non-root mode is considered for the Guest OS or vM environment. In this environment, many operations of the processor are restricted.

The above is the detailed content of what is vt. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:What does str mean in vbNext article:What does str mean in vb