From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DbcTo-00061v-SG for qemu-devel@nongnu.org; Fri, 27 May 2005 06:54:17 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DbcTl-00060Z-S2 for qemu-devel@nongnu.org; Fri, 27 May 2005 06:54:14 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DbcTk-000602-Cd for qemu-devel@nongnu.org; Fri, 27 May 2005 06:54:12 -0400 Received: from [64.233.162.200] (helo=zproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DbcQp-0007rj-7w for qemu-devel@nongnu.org; Fri, 27 May 2005 06:51:11 -0400 Received: by zproxy.gmail.com with SMTP id 40so1044510nzk for ; Fri, 27 May 2005 03:50:19 -0700 (PDT) Message-ID: <26b3ab70505270350109a1923@mail.gmail.com> Date: Fri, 27 May 2005 12:50:19 +0200 From: Miguel Angel Fraile Subject: Re: [Qemu-devel] [PATCH] Embed QEmu screen on a custom window Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Reply-To: Miguel Angel Fraile , 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 Christian MICHON wrote: > yes, but this is only for windows hosts, and you must install > visual basic. Yes, this is only for windows hosts, but you don't need VB at all, as there are other frontend not written on VB that would benefit from this patch (like QEMU Manager: http://www.davereyn.co.uk/qemu ). > 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 ? I would like to see an integrated frontend, but there are some problems as written on this thread. > 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 ? I would add a modular frontend on QEmu. I mean, there should be one general module that creates the GUI itself (frontend.c) using functions written on a system-specific module (frontend-.h). In example: frontend.c frontend-windows.h frontend-linux.h frontend-macos.h