On Fr, 2015-06-05 at 12:20 +0200, Paolo Bonzini wrote: > > On 29/05/2015 12:07, Gerd Hoffmann wrote: > > This adds opengl rendering support to the gtk ui, using egl. > > It's off by default for now, use 'qemu -display gtk,gl=on' > > to play with this. > > > > Note that gtk got native opengl support with release 3.16. > > There most likely will be a separate implementation for 3.16+, > > using the native gtk opengl support. This patch covers older > > versions (and for the time being 3.16 too, hopefully without > > rendering quirks). > > > > Signed-off-by: Gerd Hoffmann <kra...@redhat.com> > > This unfortunately breaks "-device help" if you do not have an X11 > connection. gtk_init exits the program.
Ah, *this* is where the libvirt breakage comes from. Was about to bisect that one, can stop now ;) I'll have a look ASAP. cheers, Gerd