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

编程入门 行业动态 更新时间:2024-10-26 06:29:05

今天在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/viewtopic.php?id=214539

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

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



更多推荐

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

本文发布于:2023-06-14 04:42:00,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1439088.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:解决办法   报告   system   qemu   LIBVIRT

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!