<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Fri, Oct 2, 2015 at 10:12 AM, Eddie Yen <span dir="ltr"><<a href="mailto:missile0407@gmail.com" target="_blank">missile0407@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">Thanks for sharing!<div><br></div><div>I noticed that it had kvm=off and hv_vendor inside the value.</div><div>If I got kvm=off, can I also delete this?</div><span class=""><div><br></div><div><kvm></div><div>   <hidden state='on'/></div><div></kvm></div></span></div></blockquote><div><br></div><div>It's redundant, but the <qemu:args> variant is just temporary until the patch is accepted and we can get libvirt support.  I think the way that I'll choose to enable on my system until then is via a wrapper script.  For instance, create a script with something like:</div><div><br></div><div><div>#!/bin/sh</div><div>exec /usr/local/bin/qemu-system-x86_64 \<br></div><div><span class="" style="white-space:pre">        </span>`echo "\$@" | sed 's|hv_time|hv_time,hv_vendor_id=|g'`</div></div><div><br></div><div>Then change the <emulator> tag to point to this script.</div><div> </div><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"><div>And, hv_vendor=<GPU vendor> or <CPU vendor> ?</div></div></blockquote><div><br></div><div>Free form string or blank, 12 characters.  As the patch indicates, the value is only used for reporting and diagnostic purposes.</div></div></div></div>