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 1BH93d-0005nB-CQ for qemu-devel@nongnu.org; Fri, 23 Apr 2004 18:22:05 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BH934-0005O8-76 for qemu-devel@nongnu.org; Fri, 23 Apr 2004 18:22:02 -0400 Received: from [199.232.41.8] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.30) id 1BH90p-0004ic-Sa for qemu-devel@nongnu.org; Fri, 23 Apr 2004 18:19:12 -0400 Received: from [193.252.22.27] (helo=mwinf0404.wanadoo.fr) by mx20.gnu.org with esmtp (Exim 4.30) id 1BH8yA-0001Xl-Tr for qemu-devel@nongnu.org; Fri, 23 Apr 2004 18:16:27 -0400 Message-ID: <40899630.7010908@bellard.org> Date: Sat, 24 Apr 2004 00:18:24 +0200 From: Fabrice Bellard MIME-Version: 1.0 Subject: Re: [Qemu-devel] Qemu frontend proposal References: <200404230913.54616.jm@poure.com> In-Reply-To: <200404230913.54616.jm@poure.com> 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: jm@poure.com, qemu-devel@nongnu.org Jean-Michel POURE wrote: > Dear all, > > Fabrice expressed the need for a Qemu frontend. Before working on anything, I > would like to discuss about possible plans and receive some feedback. > > My proposals are: > [...] 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. 3) Make a native win32 interface for Windows. It must compile with MinGW, so only the plain win32 API must be used. Of course, in the cases (2) and (3), SDL won't be used. I will work on (2) and (3) if no one does it before me :-) Fabrice.