Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
现在,我想做一个测试,以确保 VT-d 保护的是内核还是内存?所以,我需要一些工具和建议。有人有想法吗?非常感谢!
VT-d 是一个 IOMMU。它允许总线互连重新映射 I/O 设备的“地址空间”。最大的用例是将硬件设备映射到虚拟客户机的 I/O 空间(即使用 VT-x 实现的机器),这样硬件访问就无法“看到”主机操作系统拥有的任何内存。从这个意义上说,它保护了“内核和内存”。除此之外,您还需要问一个更具体的问题。