From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KcF3D-0003MN-4N for qemu-devel@nongnu.org; Sun, 07 Sep 2008 03:51:15 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KcF3B-0003Ks-4D for qemu-devel@nongnu.org; Sun, 07 Sep 2008 03:51:14 -0400 Received: from [199.232.76.173] (port=41862 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KcF3B-0003Km-0b for qemu-devel@nongnu.org; Sun, 07 Sep 2008 03:51:13 -0400 Received: from il.qumranet.com ([212.179.150.194]:42769) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KcF3A-0005zd-AE for qemu-devel@nongnu.org; Sun, 07 Sep 2008 03:51:12 -0400 Message-ID: <48C387EE.2030505@qumranet.com> Date: Sun, 07 Sep 2008 10:51:10 +0300 From: Avi Kivity MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] opengl rendering in the sdl window References: <48B81423.9050502@eu.citrix.com> <48BF4F4F.40208@codemonkey.ws> <20080904094226.GB11424@redhat.com> <20080904102057.GG11424@redhat.com> In-Reply-To: <20080904102057.GG11424@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Daniel P. Berrange" , qemu-devel@nongnu.org Cc: =?ISO-8859-1?Q?Andreas_F=E4rber?= Daniel P. Berrange wrote: > It gets a little more complicated when you have to ship this still in > binary packages though. Users typically expect us to enable all the > compile time options which are a available for a particular OS distro, > so they'd expect GTK enabled by default if we had that. At the same > time many people won't want QEMU to have a dep on GTK. I don't want > to end up building multiple binary packages of QEMU, with & without > the frontend. It might warrant having a libqemu, and separate graphical > frontends, one GTK, one VNC,... That of course raises a question if > ABI for libqemu - it could be put in a private lib directory just for > the official frontends to use, and declared 'not for public use'. > Alternatively, we can have qemu dlopen() the graphical frontends (and maybe even block format drivers, or even emulated devices). -- error compiling committee.c: too many arguments to function