From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BaiBq-0007ao-3o for qemu-devel@nongnu.org; Wed, 16 Jun 2004 17:43:26 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BaiBo-0007Zr-JT for qemu-devel@nongnu.org; Wed, 16 Jun 2004 17:43:25 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BaiBo-0007Zo-Gl for qemu-devel@nongnu.org; Wed, 16 Jun 2004 17:43:24 -0400 Received: from [66.111.4.26] (helo=out2.smtp.messagingengine.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BaiAl-00035p-Ta for qemu-devel@nongnu.org; Wed, 16 Jun 2004 17:42:20 -0400 Received: from silentsoftware.co.uk (unknown [217.140.37.179]) by mail.messagingengine.com (Postfix) with ESMTP id 9B339C09A1E for ; Wed, 16 Jun 2004 17:41:30 -0400 (EDT) Message-ID: <40D0BE89.4070904@silentsoftware.co.uk> Date: Wed, 16 Jun 2004 22:41:29 +0100 From: Benjamin Brown MIME-Version: 1.0 Subject: Re: [Qemu-devel] Useful Q&A References: <1087396951.40d05c57252a0@www.raysa.org> <40D0AD00.7050207@silentsoftware.co.uk> <40D0B569.8070204@bellard.org> In-Reply-To: <40D0B569.8070204@bellard.org> Content-Type: text/plain; charset=ISO-8859-1; 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: qemu-devel@nongnu.org Thanks for the info - few more questions tho: Fabrice Bellard wrote: >> Will support for newer graphics cards be included any time soon? > > > No. Is this sort of thing difficult (I've not written an emulator before)? > >> Why doesn't (guest) Windows 98 (FE) recognise the emulated sound >> card as new hardware on my host Mandrake 10.0 machine when I >> specifiy "-enable-audio" - it doesn't think there is one at all? > > > Did you try to relaunch the hardware probe in Windows ? Yes, I'll look into it again. It may well be something with my setup as I also recently did a CVS build and still have the problem. > >> Any thoughts on binary builds for i586 and higher instead of default >> i386, are any processor specific optimizations likely to be made in >> future? > > > No, except for translate-copy mode to use MMX/SSE/SSE2. To me the i386 support seems to be pointless - anybody who is seriously going to be running QEMU will be using a minimum of a i586 (K6-2, Pentium etc), granted QEMU it is not intended for just this processor platform - what is the justification for a 386 compatible version....? :) Excellent software all round - wish I had the technical know how! Benjamin