<div dir="ltr"><div><div><div><div><div><div><div>Hello!<br><br></div>I have maybe found a way to do this.<br></div>I found this older email archive where similar problem was described:<br><a href="https://www.mail-archive.com/users@ovirt.org/msg40422.html">https://www.mail-archive.com/users@ovirt.org/msg40422.html</a><br><br></div>With this -cpu arguments show up corretcly in log.<br></div>But the it still won&#39;t fix nvidia problem 43, which is annoying &quot;bug&quot; implemented by nvidia.<br><br></div>I have several gtx graphic cards collecting dust and would like to use them,  but fail to do so...<br><br></div>best regards <br></div>Mikko<br><div><div><div><div><div><div><div><div><div><div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Sep 28, 2017 at 8:46 AM, Yedidyah Bar David <span dir="ltr">&lt;<a href="mailto:didi@redhat.com" target="_blank">didi@redhat.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span class="gmail-">On Wed, Sep 27, 2017 at 8:32 PM, M R &lt;<a href="mailto:gr8nextmail@gmail.com">gr8nextmail@gmail.com</a>&gt; wrote:<br>
&gt; Hello!<br>
&gt;<br>
</span><span class="gmail-">&gt; Thank you very much! I had misunderstood how it was suppose to be written in<br>
&gt; qemu_cmdline. There was a typo in syntax and error log revealed it. It is<br>
&gt; working IF I use [&quot;-spice&quot;, &quot;tls-ciphers=DES-CBC3-SHA&quot;].<br>
&gt; So I believe that installation is correctly done.<br>
&gt;<br>
&gt; Though, my problem still exists.<br>
&gt; This is what I have been trying to use for qemu_cmdline:<br>
&gt; [&quot;-cpu&quot;, &quot;kvm=off, hv_vendor_id=sometext&quot;]<br>
&gt; It does not work and most likely is incorrectly written.<br>
<br>
</span>You should first come up with something that works when you try it<br>
manually, then try adapting that to the hook&#39;s syntax.<br>
<span class="gmail-"><br>
&gt;<br>
&gt; I understood that qemu commands are often exported into xml files and the<br>
&gt; command I&#39;m trying to write is the following:<br>
&gt;<br>
&gt; &lt;features&gt;<br>
&gt;     &lt;hyperv&gt;<br>
&gt;       &lt;vendor_id state=&#39;on&#39; value=&#39;customvalue&#39;/&gt;<br>
&gt;     &lt;/hyperv&gt;<br>
&gt;     &lt;kvm&gt;<br>
&gt;       &lt;hidden state=&#39;on&#39;/&gt;<br>
&gt; &lt;/kvm&gt;<br>
&gt; &lt;/features&gt;<br>
<br>
</span>I guess you refer above to libvirt xml. This isn&#39;t strictly<br>
related to qemu, although in practice most usage of libvirt<br>
is with qemu.<br>
<span class="gmail-"><br>
&gt;<br>
&gt; How do I write this in custom properties for qemu_cmdline?<br>
<br>
</span>If you have a working libvirt vm, with the options you need,<br>
simply check how it translated your xml to qemu&#39;s command line.<br>
You can see this either in its logs, or using ps.<br>
<br>
Best,<br>
<div class="gmail-HOEnZb"><div class="gmail-h5"><br>
&gt;<br>
&gt;<br>
&gt; best regards<br>
&gt;<br>
&gt; Mikko<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; On 27 Sep 2017 3:27 pm, &quot;Yedidyah Bar David&quot; &lt;<a href="mailto:didi@redhat.com">didi@redhat.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; On Wed, Sep 27, 2017 at 1:14 PM, M R &lt;<a href="mailto:gr8nextmail@gmail.com">gr8nextmail@gmail.com</a>&gt; wrote:<br>
&gt;&gt; &gt; Hello!<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; I did check logs from hosts, but didnt notice anything that would help<br>
&gt;&gt; &gt; me. I<br>
&gt;&gt; &gt; can copy paste logs later.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; I was not trying to get qemu crash vm.<br>
&gt;&gt; &gt; I&#39;m trying to add new functionalities with qemu.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; I wasnt sure if my syntax was correct, so I copy pasted the example<br>
&gt;&gt; &gt; command<br>
&gt;&gt; &gt; for spice from that website. And it still behaves similarly.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; My conclusion is that qemu cmdline is setup wrong or it&#39;s not working at<br>
&gt;&gt; &gt; all. But I dont know how to check that.<br>
&gt;&gt;<br>
&gt;&gt; Please check/share /var/log/libvirt/qemu/* and /var/log/vdsm/* . Thanks.<br>
&gt;&gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; On 27 Sep 2017 12:32, &quot;Yedidyah Bar David&quot; &lt;<a href="mailto:didi@redhat.com">didi@redhat.com</a>&gt; wrote:<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; On Wed, Sep 27, 2017 at 11:32 AM, M R &lt;<a href="mailto:gr8nextmail@gmail.com">gr8nextmail@gmail.com</a>&gt; wrote:<br>
&gt;&gt; &gt;&gt; &gt; Hello!<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; I have followed instructions in<br>
&gt;&gt; &gt;&gt; &gt; <a href="https://www.ovirt.org/develop/developer-guide/vdsm/hook/qemucmdline/" rel="noreferrer" target="_blank">https://www.ovirt.org/develop/<wbr>developer-guide/vdsm/hook/<wbr>qemucmdline/</a><br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; After adding any command for qemu cmdline, vm will try to start, but<br>
&gt;&gt; &gt;&gt; &gt; will<br>
&gt;&gt; &gt;&gt; &gt; immediately shutdown.<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; Is this a bug?<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; If you intended, with the params you passed, to make qemu fail, for<br>
&gt;&gt; &gt;&gt; whatever<br>
&gt;&gt; &gt;&gt; reason (debugging qemu?), then it&#39;s not a bug :-) Otherwise, it is, but<br>
&gt;&gt; &gt;&gt; we<br>
&gt;&gt; &gt;&gt; can&#39;t know where.<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt; or is the information in the link insufficient?<br>
&gt;&gt; &gt;&gt; &gt; If it would be possible to confirm this and if there&#39;s a way to fix,<br>
&gt;&gt; &gt;&gt; &gt; I<br>
&gt;&gt; &gt;&gt; &gt; would<br>
&gt;&gt; &gt;&gt; &gt; really like to have step by step guide of how to get this working.<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Did you check relevant logs? vdsm/libvirt?<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Best,<br>
&gt;&gt; &gt;&gt; --<br>
&gt;&gt; &gt;&gt; Didi<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt; Didi<br>
<br>
<br>
<br>
</div></div><span class="gmail-HOEnZb"><font color="#888888">--<br>
Didi<br>
</font></span></blockquote></div><br></div></div></div></div></div></div></div></div></div></div></div></div><div id="DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2"><br> <table style="border-top:1px solid #d3d4de">
        <tr>
      <td style="width:55px;padding-top:18px"><a href="https://www.avast.com/sig-email?utm_medium=email&amp;utm_source=link&amp;utm_campaign=sig-email&amp;utm_content=webmail" target="_blank"><img src="https://ipmcdn.avast.com/images/icons/icon-envelope-tick-round-orange-animated-no-repeat-v1.gif" alt="" width="46" height="29" style="width: 46px; height: 29px;"></a></td>
                <td style="width:470px;padding-top:17px;color:#41424e;font-size:13px;font-family:Arial,Helvetica,sans-serif;line-height:18px">Ei viruksia. <a href="https://www.avast.com/sig-email?utm_medium=email&amp;utm_source=link&amp;utm_campaign=sig-email&amp;utm_content=webmail" target="_blank" style="color:#4453ea">www.avast.com</a>                 </td>
        </tr>
</table>
<a href="#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2" width="1" height="1"></a></div>