From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EDNFe-0007M4-BY for qemu-devel@nongnu.org; Thu, 08 Sep 2005 10:19:42 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EDNFb-0007JF-Hu for qemu-devel@nongnu.org; Thu, 08 Sep 2005 10:19:40 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EDNFb-0007Iy-7V for qemu-devel@nongnu.org; Thu, 08 Sep 2005 10:19:39 -0400 Received: from [128.8.10.163] (helo=po1.wam.umd.edu) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EDNJc-0004xX-DE for qemu-devel@nongnu.org; Thu, 08 Sep 2005 10:23:48 -0400 Received: from jbrown.mylinuxbox.org (jma-box.student.umd.edu [129.2.253.219]) by po1.wam.umd.edu (8.12.10/8.12.10) with ESMTP id j88EJCvL024055 for ; Thu, 8 Sep 2005 10:19:12 -0400 (EDT) Date: Thu, 8 Sep 2005 10:18:52 -0400 From: "Jim C. Brown" Subject: Re: [Qemu-devel] Re: QEMU 0.7.2 Message-ID: <20050908141852.GA26873@jbrown.mylinuxbox.org> References: <431B2E78.9020902@bellard.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 On Mon, Sep 05, 2005 at 11:58:43AM +0200, Christian Walther wrote: > >QEMU version 0.7.2 is now available. > > I see it doesn't include my patch that fixes virtual console switching > with SDL on Mac OS X > (http://lists.gnu.org/archive/html/qemu-devel/2005-07/msg00309.html). > Anything wrong with it? > > -Christian SDL is obsolete for OS X since qemu includes a native cocoa layer. IIRC there were multiple issues with using SDL on OS X, so qemu was ported to use cocoa instead. (SDL is more-or-less considered obsolete in general, iiuc Fabrice wants the windows port of qemu to use the Win32API natively to handle graphics, while on *nix systems an X toolkit (such as Qt or GTK) is preferred.) -- Infinite complexity begets infinite beauty. Infinite precision begets infinite perfection.