<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    On 09/27/2012 03:21 PM, ybronhei wrote:
    <blockquote cite="mid:5063FE67.1080101@redhat.com" type="cite">
      <meta content="text/html; charset=ISO-8859-1"
        http-equiv="Content-Type">
      <div class="moz-cite-prefix">On 09/26/2012 04:06 AM, Mark Wu
        wrote:<br>
      </div>
      <blockquote cite="mid:50626322.6020307@linux.vnet.ibm.com"
        type="cite">
        <meta content="text/html; charset=ISO-8859-1"
          http-equiv="Content-Type">
        On 09/26/2012 12:58 AM, Nathana&euml;l Blanchet wrote:
        <blockquote cite="mid:5061E2C1.2060800@abes.fr" type="cite">Hello,

          <br>
          <br>
          I've tried many times to run a node as a guest in ovirt
          following <a moz-do-not-send="true"
            class="moz-txt-link-freetext"
href="http://wiki.ovirt.org/wiki/Vdsm_Developers#Running_Node_as_guest_-_Nested_KVM">http://wiki.ovirt.org/wiki/Vdsm_Developers#Running_Node_as_guest_-_Nested_KVM</a>
          . The result is that I'm able to register such a host in
          engine, but it is impossible to start any vm on it. If I boot
          on an ISO, I can see the first prompt and move between the
          items. But since I begin the installation I have a blank
          screen and the vm goes into pause mode in vit-manager. Then I
          have no way else than rebooting the hypervisor guest because
          it is impossible to resume. When I get logs on the real host,
          I can find this : <br>
          arning : x86Decode:1306 : Preferred CPU model Westmere not
          allowed by hypervisor; closest supported model will be used <br>
          Sep 25 17:11:59 khamsin libvirtd[23053]: 2012-09-25
          15:11:59.384+0000: 23054: warning : x86Decode:1306 : Preferred
          CPU model Westmere not allowed by hypervisor; closest
          supported model will be used <br>
          Sep 25 17:12:19 khamsin libvirtd[23053]: 2012-09-25
          15:12:19.150+0000: 23055: warning : x86Decode:1306 : Preferred
          CPU model Westmere not allowed by hypervisor; closest
          supported model will be used <br>
          Sep 25 17:45:48 khamsin libvirtd[23053]: 2012-09-25
          15:45:48.342+0000: 23058: warning : x86Decode:1306 : Preferred
          CPU model Westmere not allowed by hypervisor; closest
          supported model will be used <br>
          Sep 25 18:07:05 khamsin libvirtd[23053]: 2012-09-25
          16:07:05.834+0000: 23058: warning : x86Decode:1306 : Preferred
          CPU model Nehalem not allowed by hypervisor; closest supported
          model will be used <br>
          Sep 25 18:44:47 khamsin libvirtd[23053]: 2012-09-25
          16:44:47.340+0000: 23057: warning : x86Decode:1306 : Preferred
          CPU model Penryn not allowed by hypervisor; closest supported
          model will be used <br>
          <br>
          As you can see, I have tried many cpu type for launching this
          guest hypervisor, but none of them is accepted by the
          hypervisor. Plus, I've modified each time the family type in
          the cluster tab, but it is the same. <br>
          On the hist: <br>
          #virsh capabilities gives <br>
          &lt;cpu&gt; <br>
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;arch&gt;x86_64&lt;/arch&gt; <br>
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;model&gt;Westmere&lt;/model&gt; <br>
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;vendor&gt;Intel&lt;/vendor&gt; <br>
          <br>
          Thanks for your help <br>
        </blockquote>
        <br>
        <br>
        What does the command 'qemu-kvm -cpu ?' give ?&nbsp;&nbsp; Could you
        please try the following guest cpu definition?<br>
        <meta http-equiv="content-type" content="text/html;
          charset=ISO-8859-1">
        <pre style="border: 0px; font-family: 'Courier 10 Pitch', Courier, monospace; font-size: 13px; font-style: normal; font-weight: normal; margin: 0px 0px 1.625em; outline: 0px; padding: 0.75em 1.625em; vertical-align: baseline; background-color: rgb(244, 244, 244); font-variant: normal; line-height: 1.5; overflow: auto; color: rgb(55, 55, 55); letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-position: initial initial; background-repeat: initial initial;"><strong style="border: 0px; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: bold; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline;"><tt style="border: 0px; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline;">
&lt;cpu match='exact'&gt;
  &lt;model&gt;core2duo&lt;/model&gt;
 &lt;feature policy='require' name='vmx'/&gt;
&lt;/cpu&gt;


</tt></strong></pre>
        <br>
        <fieldset class="mimeAttachmentHeader"></fieldset>
        <br>
        <pre wrap="">_______________________________________________
Users mailing list
<a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:Users@ovirt.org">Users@ovirt.org</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://lists.ovirt.org/mailman/listinfo/users">http://lists.ovirt.org/mailman/listinfo/users</a>
</pre>
      </blockquote>
      I've got error too during definition of nested kvm.<br>
      <br>
      When i run qemu-kvm cpu ? i get: Unable to find x86 CPU
      definition. do you know why? what does this command show?<br>
      <br>
      how do i add your configuration suggestion to my guest cpu?<br>
    </blockquote>
    Here's the output of&nbsp; "qemu-kvm -cpu ?". It shows us which cpu
    models qemu can emulate.<br>
    x86&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Opteron_G3<br>
    x86&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Opteron_G2<br>
    x86&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Opteron_G1<br>
    x86&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Nehalem<br>
    x86&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Penryn<br>
    x86&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Conroe<br>
    x86&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [n270]<br>
    x86&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [athlon]<br>
    x86&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [pentium3]<br>
    x86&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [pentium2]<br>
    x86&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [pentium]<br>
    x86&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [486]<br>
    x86&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [coreduo]<br>
    x86&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [kvm32]<br>
    x86&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [qemu32]<br>
    x86&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [kvm64]<br>
    x86&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [core2duo]<br>
    x86&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [phenom]<br>
    x86&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [qemu64]<br>
    <br>
    You can use 'virsh edit' or edit the xml configuration file of the
    vm to specify the cpu model. Just put the cpu definition into the
    root (domain) tag. <br>
    &lt;domain type='kvm'&gt;<br>
    &nbsp; &lt;cpu mode='custom' match='exact'&gt;<br>
    &nbsp;&nbsp;&nbsp; &lt;model fallback='allow'&gt;core2duo&lt;/model&gt;<br>
    &nbsp;&nbsp;&nbsp; &lt;feature policy='require' name='vmx'/&gt;<br>
    &nbsp; &lt;/cpu&gt;<br>
    <br>
    After that, you should be able to see it in the output of 'virsh
    dumpxml'.&nbsp; And the cpuinfo from guest should read like this:<br>
    <br>
    #cat /proc/cpuinfo <br>
    processor&nbsp;&nbsp;&nbsp; : 0<br>
    vendor_id&nbsp;&nbsp;&nbsp; : GenuineIntel<br>
    cpu family&nbsp;&nbsp;&nbsp; : 6<br>
    model&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; : 15<br>
    model name&nbsp;&nbsp;&nbsp; : Intel(R) Core(TM)2 Duo CPU&nbsp;&nbsp;&nbsp;&nbsp; T7700&nbsp; @ 2.40GHz
    <blockquote cite="mid:5063FE67.1080101@redhat.com" type="cite"> <br>
      <pre class="moz-signature" cols="72">-- 
Yaniv Bronhaim.
RedHat, Israel 
09-7692289
054-7744187</pre>
    </blockquote>
    <br>
  </body>
</html>