Hi,<br><br>I get this error with the nightly builds when I start a VM:<br><br>libvirtError: internal error Cannot find suitable CPU model for given data<br><br><br>Log data:<br>Thread-654::DEBUG::2012-12-09 17:14:18,120::libvirtvm::1485::vm.Vm::(_run) vmId=`a4a8f349-7fdf-42f4-873e-e70f692c6ca2`::<?xml version="1.0" encoding="utf-8"?><br>
<domain type="kvm"><br> <name>q</name><br> <uuid>a4a8f349-7fdf-42f4-873e-e70f692c6ca2</uuid><br> <memory>524288</memory><br> <currentMemory>524288</currentMemory><br>
<vcpu>2</vcpu><br> <devices><br> <channel type="unix"><br> <target name="com.redhat.rhevm.vdsm" type="virtio"/><br>
<source mode="bind" path="/var/lib/libvirt/qemu/channels/q.com.redhat.rhevm.vdsm"/><br> </channel><br> <channel type="unix"><br>
<target name="org.qemu.guest_agent.0" type="virtio"/><br> <source mode="bind" path="/var/lib/libvirt/qemu/channels/q.org.qemu.guest_agent.0"/><br>
</channel><br> <input bus="ps2" type="mouse"/><br> <channel type="spicevmc"><br> <target name="com.redhat.spice.0" type="virtio"/><br>
</channel><br> <graphics autoport="yes" keymap="en-us" listen="0" passwd="*****" passwdValidTo="1970-01-01T00:00:01" port="-1" tlsPort="-1" type="spice"><br>
<channel mode="secure" name="main"/><br> <channel mode="secure" name="inputs"/><br> <channel mode="secure" name="cursor"/><br>
<channel mode="secure" name="playback"/><br> <channel mode="secure" name="record"/><br> <channel mode="secure" name="display"/><br>
<channel mode="secure" name="usbredir"/><br> <channel mode="secure" name="smartcard"/><br> </graphics><br>
<console type="pty"><br> <target port="0" type="virtio"/><br> </console><br> <sound model="ac97"/><br>
<video><br> <model heads="1" type="qxl" vram="65536"/><br> </video><br> <interface type="bridge"><br>
<mac address="00:1a:4a:6f:6f:f4"/><br> <model type="virtio"/><br> <source bridge="ovirtmgmt"/><br> <filterref filter="vdsm-no-mac-spoofing"/><br>
</interface><br> <memballoon model="virtio"/><br> <disk device="cdrom" snapshot="no" type="file"><br> <source file="/rhev/data-center/21ddcd50-aba8-461a-9ecf-c5762af89355/4f6a2b90-9c70-45e5-8b17-5274ee97ce73/images/11111111-1111-1111-1111-111111111111/CentOS-6.3-x86_64-bin-DVD1.iso" startupPolicy="optional"/><br>
<target bus="ide" dev="hdc"/><br> <readonly/><br> <serial></serial><br> <boot order="1"/><br>
</disk><br> <disk device="disk" snapshot="no" type="file"><br> <source file="/rhev/data-center/21ddcd50-aba8-461a-9ecf-c5762af89355/81361e6d-2b58-4781-80c2-d908a0fe91cd/images/ffa8728f-6f0c-4b59-99ac-5bef0bd7634e/80a8701a-bf07-4d8a-8d02-8f98e6bb46a1"/><br>
<target bus="virtio" dev="vda"/><br> <serial>ffa8728f-6f0c-4b59-99ac-5bef0bd7634e</serial><br> <driver cache="none" error_policy="stop" io="threads" name="qemu" type="raw"/><br>
</disk><br> </devices><br> <os><br> <type arch="x86_64" machine="pc-0.14">hvm</type><br> <smbios mode="sysinfo"/><br>
</os><br> <sysinfo type="smbios"><br> <system><br> <entry name="manufacturer">oVirt</entry><br> <entry name="product">oVirt Node</entry><br>
<entry name="version">17-1</entry><br> <entry name="serial">30303146-4430-3946-3139-3938FFFFFFFF</entry><br> <entry name="uuid">a4a8f349-7fdf-42f4-873e-e70f692c6ca2</entry><br>
</system><br> </sysinfo><br> <clock adjustment="-43200" offset="variable"><br> <timer name="rtc" tickpolicy="catchup"/><br>
</clock><br> <features><br> <acpi/><br> </features><br> <cpu match="exact"><br> <model>Opteron_G3</model><br>
<topology cores="1" sockets="2" threads="1"/><br>
</cpu><br></domain><br><br>Thread-654::DEBUG::2012-12-09 17:14:18,152::vm::672::vm.Vm::(_startUnderlyingVm) vmId=`a4a8f349-7fdf-42f4-873e-e70f692c6ca2`::_ongoingCreations released<br>Thread-654::ERROR::2012-12-09 17:14:18,152::vm::696::vm.Vm::(_startUnderlyingVm) vmId=`a4a8f349-7fdf-42f4-873e-e70f692c6ca2`::The vm start process failed<br>
Traceback (most recent call last):<br> File "/usr/share/vdsm/vm.py", line 658, in _startUnderlyingVm<br> self._run()<br> File "/usr/share/vdsm/libvirtvm.py", line 1511, in _run<br> self._connection.createXML(domxml, flags),<br>
File "/usr/lib64/python2.7/site-packages/vdsm/libvirtconnection.py", line 111, in wrapper<br> ret = f(*args, **kwargs)<br> File "/usr/lib64/python2.7/site-packages/libvirt.py", line 2633, in createXML<br>
if ret is None:raise libvirtError('virDomainCreateXML() failed', conn=self)<br>libvirtError: internal error Cannot find suitable CPU model for given data<br>Thread-654::DEBUG::2012-12-09 17:14:18,156::vm::1045::vm.Vm::(setDownStatus) vmId=`a4a8f349-7fdf-42f4-873e-e70f692c6ca2`::Changed state to Down: internal error Cannot find suitable CPU model for given data<br>
<br>