From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51350) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z0r5Q-0000KO-2J for qemu-devel@nongnu.org; Fri, 05 Jun 2015 08:51:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z0r5M-0006NZ-PW for qemu-devel@nongnu.org; Fri, 05 Jun 2015 08:51:00 -0400 Received: from mx1.redhat.com ([209.132.183.28]:34689) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z0r5M-0006NS-KM for qemu-devel@nongnu.org; Fri, 05 Jun 2015 08:50:56 -0400 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (Postfix) with ESMTPS id 23475C79CD for ; Fri, 5 Jun 2015 12:50:56 +0000 (UTC) Message-ID: <1433508653.4142.17.camel@redhat.com> From: Gerd Hoffmann Date: Fri, 05 Jun 2015 14:50:53 +0200 In-Reply-To: <1433502570.4142.12.camel@redhat.com> References: <1432894036-28513-1-git-send-email-kraxel@redhat.com> <1432894036-28513-5-git-send-email-kraxel@redhat.com> <55717802.9000707@redhat.com> <1433502102.4142.11.camel@redhat.com> <1433502570.4142.12.camel@redhat.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL 4/5] gtk: add opengl support, using egl List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini , Markus Armbruster Cc: qemu-devel@nongnu.org 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 cheers, Gerd