Hi,<br><br>Using <b>cat /proc/cpuinfo</b> on KVM virtual machines, appears the following result for model name: QEMU Virtual CPU.<br><br>It is possible to use the argument <b>-cpu host</b> to force KVM using all cpu flags [1]<br>
Then, using <b>cat /proc/cpuinfo</b> appears the real cpu: Intel(R) Core(TM) i7 CPU 930  @ 2.80GHz with all its flags.<br><br>I would like to know if there is any way to setting up this at VM's template or direct at deployment xml.<br>
<br>I am able to use just by command line: "kvm -cpu host ....".<br><br><span id="result_box" class="" lang="en"><span class="hps">I know it</span> <span class="hps">can mess up</span> <span class="hps">the live migration,</span> <span class="hps">but I</span> <span class="hps">would like to test</span><span class="">.</span></span><br>
<br>Thanks a lot<br><br>
[1] <a href="http://www.linux-kvm.org/page/Tuning_KVM">http://www.linux-kvm.org/page/Tuning_KVM</a> <br>