From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58213) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z0pVH-00029m-Iq for qemu-devel@nongnu.org; Fri, 05 Jun 2015 07:09:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z0pVE-0005jh-Eq for qemu-devel@nongnu.org; Fri, 05 Jun 2015 07:09:35 -0400 Received: from mx1.redhat.com ([209.132.183.28]:41804) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z0pVE-0005jX-AZ for qemu-devel@nongnu.org; Fri, 05 Jun 2015 07:09:32 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (Postfix) with ESMTPS id 13B9235C506 for ; Fri, 5 Jun 2015 11:09:32 +0000 (UTC) Message-ID: <1433502570.4142.12.camel@redhat.com> From: Gerd Hoffmann Date: Fri, 05 Jun 2015 13:09:30 +0200 In-Reply-To: <1433502102.4142.11.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> 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 Cc: qemu-devel@nongnu.org > > 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, Gerd