LIBVIRT报告qemu-system-x86_64: CPU feature cmt not found的解决办法

105 篇文章 2 订阅
52 篇文章 35 订阅

今天在ThinkServer RD350上用libvirt创建虚拟机,发生如下现象

error: internal error: qemu unexpectedly closed the monitor: 2016-08-12T05:44:04.825824Z qemu-system-x86_64: CPU feature cmt not found

原因是libvirt或QEMU没有支持CPU的CMT特性


修正方式如下

<domain type='kvm'>
  <name>centos_kvm_vm</name>
  <uuid>4dea22b31d52d8f32516782e98000000</uuid>
  <memory unit='KiB'>4097152</memory>
  <currentMemory unit='KiB'>4097152</currentMemory>
  <vcpu placement='static'>2</vcpu>
<!--
  <cpu mode='host-model'/>
-->
  <cpu mode='host-passthrough'/>
  <os>




参考

https://bbs.archlinux.org/viewtopic.php?id=214539

http://forums.debian.net/viewtopic.php?f=5&t=128949

http://www.itbyte.net/2011/1013/635084_2.html



评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值