[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PULL 4/5] gtk: add opengl support, using egl
From: |
Markus Armbruster |
Subject: |
Re: [Qemu-devel] [PULL 4/5] gtk: add opengl support, using egl |
Date: |
Mon, 08 Jun 2015 14:57:09 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) |
Gerd Hoffmann <address@hidden> 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 one, can stop now ;)
>>
>> Hmm, no, there seems to be more.
>
> nilsson kraxel ~/projects/qemu (master)# virsh start fedora-org-base
> error: Failed to start domain fedora-org-base
> error: internal error: unable to execute QEMU command
> qmp_capabilities': QMP input object member 'id' is unexpected
>
> Bisected to: 65207c5 monitor: Drop broken, unused asynchronous command
> interface
>
> Possibly related: Updated libvirt this morning, to libvirt-1.2.15-2.el7.x86_64
Fixed in current master: commit 779cec4. Sorry for the inconvenience!