From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BHikN-00074K-Ro for qemu-devel@nongnu.org; Sun, 25 Apr 2004 08:28:35 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BHijf-0006rW-QZ for qemu-devel@nongnu.org; Sun, 25 Apr 2004 08:28:24 -0400 Received: from [193.252.22.22] (helo=mwinf0904.wanadoo.fr) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BHijf-0006qq-52 for qemu-devel@nongnu.org; Sun, 25 Apr 2004 08:27:51 -0400 Received: from bellard.org (ATuileries-112-1-2-230.w80-14.abo.wanadoo.fr [80.14.188.230]) by mwinf0904.wanadoo.fr (SMTP Server) with ESMTP id 92C6D18000BD for ; Sun, 25 Apr 2004 14:27:49 +0200 (CEST) Message-ID: <408BAF43.9040307@bellard.org> Date: Sun, 25 Apr 2004 14:29:55 +0200 From: Fabrice Bellard MIME-Version: 1.0 Subject: Re: [Qemu-devel] Qemu frontend proposal References: <200404230913.54616.jm@poure.com> <40899630.7010908@bellard.org> <1082823962.29769.8.camel@enterprise.local.lan> In-Reply-To: <1082823962.29769.8.camel@enterprise.local.lan> Content-Type: text/plain; charset=us-ascii; 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: qemu-devel@nongnu.org Michael Torrie wrote: > On Fri, 2004-04-23 at 16:18, Fabrice Bellard wrote: > >>Here is proposal: >> >>1) Have an SDL interface which works for all OSes (Linux, Win32, MacOS >>X). SDL is useful to have a simple implementation to test a new port. >> >>2) Make a GTK interface for Linux. It must be written in plain C and >>integrated in the QEMU CVS (a single C source file containing the UI >>might suffice for the first version). The default Linux build will be >>this one. I don't see the need of an external frontend or something >>written in another language. > > > There is a SDL widget for GTK. Are you planning to use that at all or > are you going to re-implement the display (video) using pure GTK/GDK? Using an SDL widget seems a bit overkill to me. I would prefer to reimplement the display in pure GTK/GDK. Fabrice.