<div dir="ltr">On the libvirt side, reading the documentation again i bumped into this :<div class="cye-lm-tag"><pre class="" style="border:1px solid rgb(153,153,153);color:rgb(0,0,0);padding:1em;background:rgb(238,238,238)">      <vendor_id state='on' value='KVM Hv'/><br></pre><div class="cye-lm-tag"><div class=""><br></div><div class=""><a href="https://libvirt.org/formatdomain.html#elementsFeatures">https://libvirt.org/formatdomain.html#elementsFeatures</a><br></div><div class=""><br></div><div class="">Anybody knowing why we have to rely on qemu since apparently libvirt is suppose to support this since 2012 ?</div><div class=""><a href="https://www.redhat.com/archives/libvir-list/2012-June/msg00917.html">https://www.redhat.com/archives/libvir-list/2012-June/msg00917.html</a><br></div><div class=""><br></div><div class="cye-lm-tag">I have to admit i'm curious.</div></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">2016-04-13 21:23 GMT+02:00 Alex Williamson <span dir="ltr"><<a href="mailto:alex.l.williamson@gmail.com" target="_blank">alex.l.williamson@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><span class="">On Wed, Apr 13, 2016 at 1:17 PM, thibaut noah <span dir="ltr"><<a href="mailto:thibaut.noah@gmail.com" target="_blank">thibaut.noah@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr">The problem i have is i use libvirt, putting the flag on qemu-arg requires to set cpu again.<br>As i have no idea which cpu setting will be used this doesn't seem like a good idea, i saw that people use scripts apparently but i wonder if someone figured out how to put this directly into libvirt</div></blockquote><div><br></div></span><div>$ cat qemu-kvm-hv-vendor</div><div><div>#!/bin/sh</div></div><div>exec PATHTOYOURQEMUKVM \<br></div><div>    `echo "\$@" | sed 's|hv_time|hv_time,hv_vendor_id=KeenlyKVM|g'`</div><div><br></div><div>$ chmod 755 qemu-kvm-hv-vendor</div><div><br></div><div>$ virsh edit YOURVM</div><div><br></div><div>Replace <emulator>PATHTOYOURQEMUKVM</emulator> with PATHTO/qemu-kvm-hv-vendor</div></div></div></div>
</blockquote></div><br></div>