From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FeCaF-0005iQ-7V for qemu-devel@nongnu.org; Thu, 11 May 2006 10:56:07 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FeCaB-0005gc-E0 for qemu-devel@nongnu.org; Thu, 11 May 2006 10:56:06 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FeCaB-0005gZ-76 for qemu-devel@nongnu.org; Thu, 11 May 2006 10:56:03 -0400 Received: from [137.226.40.101] (helo=pc42.xtal.rwth-aachen.de) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FeCbh-0000rP-T1 for qemu-devel@nongnu.org; Thu, 11 May 2006 10:57:38 -0400 Received: from localhost (localhost [127.0.0.1]) by pc42.xtal.rwth-aachen.de (Postfix) with ESMTP id 3C03E1560E3 for ; Thu, 11 May 2006 16:57:24 +0200 (CEST) From: Jan Marten Simons Subject: Re: [Qemu-devel] PATCH: fix bgr color mapping on qemu on Solaris/SPARC Date: Thu, 11 May 2006 16:57:23 +0200 References: <9893291.1147284983406.JavaMail.root@eastrmwml06.mgt.cox.net> <200605110133.48808.paul@codesourcery.com> <44633670.2040203@medsci.uu.se> In-Reply-To: <44633670.2040203@medsci.uu.se> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200605111657.23320.marten@xtal.rwth-aachen.de> 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 Am Donnerstag, 11. Mai 2006 15:04 schrieb Dan Sandberg: > Are you using an OpenGL directdraw surface for the graphics emulation in > Qemu? Qemu is using SDL, as this is a very portable library/framework. I'm not sure, if SDL uses DirectX on Win32, but I'd rather think it does not. Of course one might want to check this and maybe have a look at the SDL mail lists, if DirectX was discussed there. > My suggestion would be to write a frontend similar to VMware's for Qemu > in Lazarus. Why Lazarus? > 1. The fantastic GLscene is available for Lazarus making > OpenGL-programming easy. Try: http://www.skinhat.com/3dpack/ > 2. With Lazarus a RAD graphic frontend based on OpenGL can be made and > directly compileable for most operating systems without need for > modifications. There already are a few projects for external qemu GUIs, but for an internal GUI it would have to be done in SDL, too, as to not introduce further dependencies. Please keep in mind that qemu is ported to many platforms and therefor the code would have to be very portable anyways. If you're keen on doing a GUI in Lazarus, feel free to do so, but have a look at the ml archive and some existing GUIs first. With regards, Jan Simons