<div dir="ltr">Thanks, that worked. <br><br><div class="gmail_quote">On Thu Feb 05 2015 at 5:03:58 PM Bhasker C V <<a href="mailto:bhasker@unixindia.com">bhasker@unixindia.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">you can set the CPU type and model and features<br>
<a href="https://libvirt.org/formatdomain.html" target="_blank">https://libvirt.org/<u></u>formatdomain.html</a><br>
I usually give it during the virt-install as -cpu core2duo,+vmx  (the<br>
,+vmx will enable vmx vt extensions on the guest CPU )<br>
<br>
  ...<br>
  <cpu match='exact'><br>
    <model fallback='allow'>core2duo</<u></u>model><br>
    <vendor>Intel</vendor><br>
    <topology sockets='1' cores='2' threads='1'/><br>
    <feature policy='disable' name='lahf_lm'/><br>
  </cpu><br>
  ...<br>
<br>
On 2/5/15, Paul Apostolescu <<a href="mailto:apbogdan@gmail.com" target="_blank">apbogdan@gmail.com</a>> wrote:<br>
> Hello,<br>
><br>
> Is there a way to configure the domain cpu in such a way that the info<br>
> reported to the guest OS system will remain constant ? For example in older<br>
> versions of of libvirt/qemu the cpu was reported as "QEMU Virtual CPU<br>
> version (cpu64_rhel6)" but moving the vm on a qemu2.2.0 is is reported as<br>
> "QEMU Virtual CPU version 2.2.0".<br>
><br>
> Thanks.<br>
><br>
</blockquote></div></div>