July 16, 20223 yr Solution 网上有一个修改 xml文件的方法试了启动报错,没有用。具体如下: https://www.youtube.com/watch?v=VyeDFzyJdoo&t=132s XML: <cpu mode='host-passthrough' check='none'> <feature policy='disable' name='hypervisor'/> </cpu> 各位大神还有什么办法解决?
July 24, 20223 yr 在虚拟机xml中的<features>中插入 <kvm> <hidden state='on'/> </kvm> 在</cpu>中插入 <feature policy='disable' name='hypervisor'/>
July 26, 20223 yr Author On 7/24/2022 at 5:00 PM, Hanson said: 在虚拟机xml中的<features>中插入 <kvm> <hidden state='on'/> </kvm> 在</cpu>中插入 <feature policy='disable' name='hypervisor'/> 谢谢 ,解决了!
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.