<div dir="ltr">I thought so.<div><br></div><div>I don't want to remove my system install QEMU binaries, so I'm forcing Nova's virt/libvirt/config.py to set the 'emulator' for devices to my custom QEMU binary.</div>
<div><br></div><div>I _think_ this should work.  I haven't tried forcing libvirt to use a non-standard QEMU before.</div><div><br></div><div>--</div><div>Wolf</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">
On Wed, Jul 30, 2014 at 12:07 PM, Daniel P. Berrange <span dir="ltr"><<a href="mailto:berrange@redhat.com" target="_blank">berrange@redhat.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="HOEnZb"><div class="h5">On Wed, Jul 30, 2014 at 11:55:04AM -0400, Wolfgang Richter wrote:<br>
> If I compile a custom QEMU and want to use these non-standard binaries when<br>
> starting instances, how do I override the defaults OpenStack uses via<br>
> libvirt?<br>
><br>
> Is there an easy OpenStack option?<br>
><br>
> Or do I need to implement a custom LibvirtDriver ?<br>
<br>
</div></div>OpenStack delegates to Libvirt to pick the QEMU binary to use<br>
<br>
Libvirt in turns detects the QEMU binaries by searching $PATH.<br>
<br>
So if you install your own binaries, just make sure your<br>
install location is at the front of $PATH when starting<br>
the libvirtd daemon.<br>
<br>
<br>
Regards,<br>
Daniel<br>
<span class="HOEnZb"><font color="#888888">--<br>
|: <a href="http://berrange.com" target="_blank">http://berrange.com</a>      -o-    <a href="http://www.flickr.com/photos/dberrange/" target="_blank">http://www.flickr.com/photos/dberrange/</a> :|<br>
|: <a href="http://libvirt.org" target="_blank">http://libvirt.org</a>              -o-             <a href="http://virt-manager.org" target="_blank">http://virt-manager.org</a> :|<br>
|: <a href="http://autobuild.org" target="_blank">http://autobuild.org</a>       -o-         <a href="http://search.cpan.org/~danberr/" target="_blank">http://search.cpan.org/~danberr/</a> :|<br>
|: <a href="http://entangle-photo.org" target="_blank">http://entangle-photo.org</a>       -o-       <a href="http://live.gnome.org/gtk-vnc" target="_blank">http://live.gnome.org/gtk-vnc</a> :|<br>
</font></span></blockquote></div><br><br clear="all"><div><br></div>-- <br>Wolf
</div>