【发布时间】:2013-05-01 03:56:40
【问题描述】:
Linux 内核 3.9 支持 KVM 的 ARM 处理器。 (http://kernelnewbies.org/Linux_3.9)
应该有对 KVM 的 CPU H/W 支持,例如 Intel VT 或 AMD-V。所以,我的问题是:
- 什么样的 ARM 处理器可以用于 KVM?
- 哪些 ARM 技术支持 KVM on ARM?
最好的问候。
【问题讨论】:
标签: linux-kernel arm kvm
Linux 内核 3.9 支持 KVM 的 ARM 处理器。 (http://kernelnewbies.org/Linux_3.9)
应该有对 KVM 的 CPU H/W 支持,例如 Intel VT 或 AMD-V。所以,我的问题是:
最好的问候。
【问题讨论】:
标签: linux-kernel arm kvm
我从 Linux 内核提交 (http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=749cf76c5a363e1383108a914ea09530bfa0bd43) 中找到了此信息。
而且,ARM Coretex A15 提供 H/W Virtualization Extension 和 LPAE(Large Physical Address Extension)。请参阅this document 了解更多信息。
我在博客中收集了一些related information。它是用韩语写的,但你可以使用谷歌翻译。
【讨论】: