From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DbOeC-0002r4-94 for qemu-devel@nongnu.org; Thu, 26 May 2005 16:08:04 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DbOeB-0002oo-6N for qemu-devel@nongnu.org; Thu, 26 May 2005 16:08:03 -0400 Received: from [129.104.30.34] (helo=mx1.polytechnique.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DbOYU-0008QA-FY for qemu-devel@nongnu.org; Thu, 26 May 2005 16:02:10 -0400 Message-ID: <42962B93.1040606@bellard.org> Date: Thu, 26 May 2005 22:03:31 +0200 From: Fabrice Bellard MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] Embed QEmu screen on a custom window References: <26b3ab7050526044214f0ff81@mail.gmail.com> <46d6db660505260510767c2cf7@mail.gmail.com> In-Reply-To: <46d6db660505260510767c2cf7@mail.gmail.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: Christian MICHON , qemu-devel@nongnu.org Christian MICHON wrote: > yes, but this is only for windows hosts, and you must install > visual basic. > > wouldnt' it be better to add an extra sdl "console" (today we've > main window, control, serial, parallel) where we could set parameters > graphically ? or at least as a text form to read a cfg file ? > > this would pay more than to have 1 frontend for windows, 1 for linux, > 1 for sparc, 1 for mac, etc... > > what's your opinion on this ? As I said earlier, I would prefer to integrate the GUI in QEMU like the cocoa.m implementation. GTK for Linux is the best option. For Windows, either GTK or a native GUI usage would be possible, depending on the reliability of the GTK port for Windows. Fabrice.