需要进入UNRAID虚拟机 编辑-->打开XML 视图
添加如下代码
在虚拟机高级模式添加以下代码:
intel:
<qemu:commandline> <qemu:arg value='-cpu'/> <qemu:arg value='host,-hypervisor,+kvm_pv_unhalt,+kvm_pv_eoi,hv_spinlocks=0x1fff,hv_vapic,hv_time,hv_reset,hv_vpindex,hv_runtime,hv_relaxed,kvm=off,hv_vendor_id=intel'/> </qemu:commandline>
也可以参考:https://superuser.com/questions/1387935/hiding-virtual-machine-status-from-guest-operating-system
以下代码亲测EPYC CPU有效:
<cpu mode='host-model' check='partial'>
<model fallback='allow'/>
<feature policy='disable' name='hypervisor'/>
</cpu>
文章评论