From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BahWz-0004Pg-1M for qemu-devel@nongnu.org; Wed, 16 Jun 2004 17:01:13 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BahWy-0004PG-BJ for qemu-devel@nongnu.org; Wed, 16 Jun 2004 17:01:12 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BahWy-0004PD-8L for qemu-devel@nongnu.org; Wed, 16 Jun 2004 17:01:12 -0400 Received: from [193.252.22.25] (helo=mwinf0601.wanadoo.fr) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BahVq-0002Kj-A8 for qemu-devel@nongnu.org; Wed, 16 Jun 2004 17:00:02 -0400 Received: from bellard.org (ATuileries-112-1-1-33.w80-11.abo.wanadoo.fr [80.11.167.33]) by mwinf0601.wanadoo.fr (SMTP Server) with ESMTP id 71BCA3400398 for ; Wed, 16 Jun 2004 23:00:01 +0200 (CEST) Message-ID: <40D0B569.8070204@bellard.org> Date: Wed, 16 Jun 2004 23:02:33 +0200 From: Fabrice Bellard MIME-Version: 1.0 Subject: Re: [Qemu-devel] Useful Q&A References: <1087396951.40d05c57252a0@www.raysa.org> <40D0AD00.7050207@silentsoftware.co.uk> In-Reply-To: <40D0AD00.7050207@silentsoftware.co.uk> 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: qemu-devel@nongnu.org Benjamin Brown wrote: > Hi all, > > List of questions open to all - please answer any you can! > > Where can I find a *Full* listing of all of the command line parameters > for QEMU (i.e. includes "-cirrus")? All options of QEMU releases are documented. As the CVS version is not an official release, it contains test options that may be suppressed or modified without notice (in particular -pci and -cirrusvga). You can use the source code of the CVS version to have more information. > Will support for newer graphics cards be included any time soon? No. > 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 ? > 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. Fabrice.