From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1Bah9d-0001PX-6Y for qemu-devel@nongnu.org; Wed, 16 Jun 2004 16:37:05 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1Bah9a-0001Om-Pe for qemu-devel@nongnu.org; Wed, 16 Jun 2004 16:37:04 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Bah9a-0001Oc-NU for qemu-devel@nongnu.org; Wed, 16 Jun 2004 16:37:02 -0400 Received: from [81.209.184.159] (helo=dd2718.kasserver.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Bah8H-0003t2-2d for qemu-devel@nongnu.org; Wed, 16 Jun 2004 16:35:41 -0400 Received: from [192.168.0.7] (dsl-082-083-135-076.arcor-ip.net [82.83.135.76]) by dd2718.kasserver.com (Postfix) with ESMTP id 475EABA3CF for ; Wed, 16 Jun 2004 22:33:20 +0200 (CEST) Message-ID: <40D0AF18.3070203@fabianowski.de> Date: Wed, 16 Jun 2004 22:35:36 +0200 From: Bartosz Fabianowski 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 > Where can I find a *Full* listing of all of the command line parameters > for QEMU (i.e. includes "-cirrus")? I posted this a few days ago. Go to QEMU's source directory and run: egrep "^ QEMU_OPTION_" vl.c > 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? If you're not using -pci, the sound card is not plug'n'play. Maybe the Windows hardware detection just fails to find it and you need to add it manually? - Bartosz