知识库首页

kvm系统开启嵌套虚拟化

intel查看处理器是否支持

cat /sys/module/kvm_intel/parameters/nested

amd查看处理器是否支持

cat /sys/module/kvm_amd/parameters/nested

【返回Y则跳过以下操作,返回N请继续执行下面操作】

创建虚拟配置文件 (保证虚拟机全部关机状态中)

vi /etc/modprobe.d/kvm-nested.conf

加入如下代码:

options kvm-intel nested=1

options kvm-intel enable_shadow_vmcs=1

options kvm-intel enable_apicv=1

options kvm-intel ept=1

保存后,继续执行

modprobe -r kvm_intel

modprobe -a kvm_intel

免费使用RStack

即刻下载, 免费体验RStack正式版

开始免费试用 请求演示