1、在kvm主机上修改配置文件
[root@node160 ~]# virsh edit CentOS-7.3-X86_64
将xml配置文件中的:
<cpu mode=‘custom‘ match=‘exact‘>
<model fallback=‘allow‘>IvyBridge</model>
</cpu>
修改为:
<cpu mode=‘host-passthrough‘/>
参考:https://yq.aliyun.com/articles/507442
原文:https://www.cnblogs.com/caidingyu/p/10868843.html