Gerd Hoffmann writes:
> On Fr, 2015-06-05 at 13:09 +0200, Gerd Hoffmann wrote:
>> > > 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 o
On Fr, 2015-06-05 at 13:09 +0200, Gerd Hoffmann wrote:
> > > 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 ;)
>
> Hmm, n
> > 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 ;)
Hmm, no, there seems to be more.
Patch sent for the gtk breakage.
cheers,
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 suppo
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 impleme