> For the complete documentation index, see [llms.txt](https://huataihuang.gitbook.io/cloud-atlas-draft/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://huataihuang.gitbook.io/cloud-atlas-draft/virtual/intel.md).

# Intel

[Intel® Virtualization Technology (Intel® VT)](https://www.intel.com/content/www/us/en/virtualization/virtualization-technology/intel-virtualization-technology.html)包含了多项虚拟化技术：

* 内存虚拟化 -&#x20;
  * 直接内存访问重映射(direct memory access (DMA) remapping)
  * 扩展页表（[extended page tables (EPT)](https://software.intel.com/en-us/articles/best-practices-for-paravirtualization-enhancements-from-intel-virtualization-technology-ept-and-vt-d)）
* I/O虚拟化 -&#x20;
  * 虚拟机设备队列（Virtual Machine Device Queues (VMDQ)）
  * 单根I/O虚拟化（[Single Root I/O Virtualization (SR-IOV, 也称为 PCI-SIG 标准)](https://www.intel.com/content/dam/doc/application-note/pci-sig-sr-iov-primer-sr-iov-technology-paper.pdf)）
  * 数据直接I/O技术增强版([Intel® Data Direct I/O Technology enhancements (Intel® DDIO)](https://www.intel.com/content/www/us/en/io/data-direct-i-o-technology.html))
* 图形GPU虚拟化（[Intel® Graphics Virtualization Technology (Intel® GVT)](https://01.org/blogs/skjain/2014/intel®-graphics-virtualization-update)）
* 网络数据虚拟化
  * [Data Plane Development Kit (DPDK)](https://www.intel.com/content/www/us/en/communications/data-plane-development-kit.html)
  * [Intel® QuickAssist Technology](https://www.intel.com/content/www/us/en/architecture-and-technology/intel-quick-assist-technology-overview.html)
  * [Hyperscan](https://www.intel.com/content/www/us/en/embedded/embedded-design-center.html)

    g

    **参考**
* [Intel® Virtualization Technology (Intel® VT)](http://www.intel.com/content/www/us/en/virtualization/virtualization-technology/intel-virtualization-technology.html?wapkw=virtualization)
* [Overview of the Intel VT Virtualization Features](https://www.thomas-krenn.com/en/wiki/Overview_of_the_Intel_VT_Virtualization_Features)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://huataihuang.gitbook.io/cloud-atlas-draft/virtual/intel.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
