<div dir="ltr"><div><div><div>Hello all,<br></div>I have a new Sun fire X4140 server with two amd opteron 2435 CPUs running debian jessie, libvirt 1.2.9-3, virtinst 1.0.1-3, qemu/kvm 2.1. When attempting to create virtual machines (with --debug), I receive this:<br><br>[Thu, 20 Nov 2014 13:56:36 virt-install 1842] DEBUG (cli:234)   File "/usr/share/virt-manager/virt-install", line 876, in <module><br>    sys.exit(main())<br>  File "/usr/share/virt-manager/virt-install", line 870, in main<br>    start_install(guest, continue_inst, options)<br>  File "/usr/share/virt-manager/virt-install", line 588, in start_install<br>    fail(e, do_exit=False)<br>  File "/usr/share/virt-manager/virtinst/cli.py", line 234, in fail<br>    logging.debug("".join(traceback.format_stack()))<br><br>[Thu, 20 Nov 2014 13:56:36 virt-install 1842] ERROR (cli:235) internal error: Cannot find suitable CPU model for given data<br>[Thu, 20 Nov 2014 13:56:36 virt-install 1842] DEBUG (cli:237) <br>Traceback (most recent call last):<br>  File "/usr/share/virt-manager/virt-install", line 560, in start_install<br>    dom = guest.start_install(meter=meter, noboot=options.noreboot)<br>  File "/usr/share/virt-manager/virtinst/guest.py", line 403, in start_install<br>    noboot)<br>  File "/usr/share/virt-manager/virtinst/guest.py", line 467, in _create_guest<br>    dom = self.conn.createLinux(start_xml or final_xml, 0)<br>  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 3440, in createLinux<br>    if ret is None:raise libvirtError('virDomainCreateLinux() failed', conn=self)<br>libvirtError: internal error: Cannot find suitable CPU model for given data<br>[Thu, 20 Nov 2014 13:56:36 virt-install 1842] DEBUG (cli:248) Domain installation does not appear to have been successful.<br><br><br></div>svm and svm_lock are present in /proc/cpuinfo, in the initial output of virt-install with --debug, it says it will use the proper cpu:<br><br>  <cpu mode="custom" match="exact"><br>    <model>Opteron_G3</model><br>  </cpu><br><br><br></div><div>I've tried using --cpu host, --cpu best, --cpu Opteron_G3, all fail with the same error. Anyone know what I can do here? I'd like to stick with KVM, but maybe Xen would work? I'm not sure if this error is coming from libvirt, or KVM itself.<br><br></div><div>Thanks!<br><br><br></div><div>mb<br></div></div>