<div dir="auto"><div><pre style="word-wrap:break-word;white-space:pre-wrap">Hello!

Thank you very much! I had misunderstood how it was suppose to be written in qemu_cmdline. There was a typo in syntax and error log revealed it. It is working IF I use [&quot;-spice&quot;, &quot;tls-ciphers=DES-CBC3-SHA&quot;].
So I believe that installation is correctly done.

Though, my problem still exists.
This is what I have been trying to use for qemu_cmdline:
[&quot;-cpu&quot;, &quot;kvm=off, hv_vendor_id=sometext&quot;]
It does not work and most likely is incorrectly written.

I understood that qemu commands are often exported into xml files and the command I&#39;m trying to write is the following:

&lt;features&gt;
    &lt;hyperv&gt;
      &lt;vendor_id state=&#39;on&#39; value=&#39;customvalue&#39;/&gt;
    &lt;/hyperv&gt;
    &lt;kvm&gt;
      &lt;hidden state=&#39;on&#39;/&gt;
&lt;/kvm&gt;
&lt;/features&gt;

How do I write this in custom properties for qemu_cmdline?</pre><pre style="word-wrap:break-word;white-space:pre-wrap"><br></pre><pre style="word-wrap:break-word;white-space:pre-wrap">best regards </pre><pre style="word-wrap:break-word;white-space:pre-wrap">Mikko</pre><br><div class="gmail_extra"><br><div class="gmail_quote">On 27 Sep 2017 3:27 pm, &quot;Yedidyah Bar David&quot; &lt;<a href="mailto:didi@redhat.com" target="_blank">didi@redhat.com</a>&gt; wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Wed, Sep 27, 2017 at 1:14 PM, M R &lt;<a href="mailto:gr8nextmail@gmail.com" target="_blank">gr8nextmail@gmail.com</a>&gt; wrote:<br>
&gt; Hello!<br>
&gt;<br>
&gt; I did check logs from hosts, but didnt notice anything that would help me. I<br>
&gt; can copy paste logs later.<br>
&gt;<br>
&gt; I was not trying to get qemu crash vm.<br>
&gt; I&#39;m trying to add new functionalities with qemu.<br>
&gt;<br>
&gt; I wasnt sure if my syntax was correct, so I copy pasted the example command<br>
&gt; for spice from that website. And it still behaves similarly.<br>
&gt;<br>
&gt; My conclusion is that qemu cmdline is setup wrong or it&#39;s not working at<br>
&gt; all. But I dont know how to check that.<br>
<br>
Please check/share /var/log/libvirt/qemu/* and /var/log/vdsm/* . Thanks.<br>
<br>
&gt;<br>
&gt; On 27 Sep 2017 12:32, &quot;Yedidyah Bar David&quot; &lt;<a href="mailto:didi@redhat.com" target="_blank">didi@redhat.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; On Wed, Sep 27, 2017 at 11:32 AM, M R &lt;<a href="mailto:gr8nextmail@gmail.com" target="_blank">gr8nextmail@gmail.com</a>&gt; wrote:<br>
&gt;&gt; &gt; Hello!<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; I have followed instructions in<br>
&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/qemu<wbr>cmdline/</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; After adding any command for qemu cmdline, vm will try to start, but<br>
&gt;&gt; &gt; will<br>
&gt;&gt; &gt; immediately shutdown.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Is this a bug?<br>
&gt;&gt;<br>
&gt;&gt; If you intended, with the params you passed, to make qemu fail, for<br>
&gt;&gt; whatever<br>
&gt;&gt; reason (debugging qemu?), then it&#39;s not a bug :-) Otherwise, it is, but we<br>
&gt;&gt; can&#39;t know where.<br>
&gt;&gt;<br>
&gt;&gt; &gt; or is the information in the link insufficient?<br>
&gt;&gt; &gt; If it would be possible to confirm this and if there&#39;s a way to fix, I<br>
&gt;&gt; &gt; would<br>
&gt;&gt; &gt; really like to have step by step guide of how to get this working.<br>
&gt;&gt;<br>
&gt;&gt; Did you check relevant logs? vdsm/libvirt?<br>
&gt;&gt;<br>
&gt;&gt; Best,<br>
&gt;&gt; --<br>
&gt;&gt; Didi<br>
<br>
<br>
<br>
--<br>
Didi<br>
</blockquote></div></div>
</div></div>