From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D4FQX-0005G4-6i for qemu-devel@nongnu.org; Thu, 24 Feb 2005 04:36:58 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D4FQQ-0005DG-0v for qemu-devel@nongnu.org; Thu, 24 Feb 2005 04:36:54 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D4FQN-00050q-UR for qemu-devel@nongnu.org; Thu, 24 Feb 2005 04:36:48 -0500 Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1D4F4s-0004yq-2s for qemu-devel@nongnu.org; Thu, 24 Feb 2005 04:14:34 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1D4F0z-00069u-SW for qemu-devel@nongnu.org; Thu, 24 Feb 2005 10:10:34 +0100 Received: from p54a11432.dip0.t-ipconnect.de ([84.161.20.50]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 24 Feb 2005 10:10:33 +0100 Received: from hcz by p54a11432.dip0.t-ipconnect.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 24 Feb 2005 10:10:33 +0100 From: "Heike C. Zimmerer" Date: Thu, 24 Feb 2005 09:57:01 +0100 Message-ID: References: <4213D7F0.5010104@laposte.net> <4215B8E7.3080804@ppp0.net> <200502231908.12761.martin@martinm-76.dk> <20050223191357.GA3844@jbrown.mylinuxbox.org> <20050224025717.GA7665@jbrown.mylinuxbox.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: news Subject: [Qemu-devel] Re: Windows XP SP2 and qemu 0.6.2 Reply-To: hcz@hczim.de, 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 "Jim C. Brown" writes: > It also enables SDL for Linux hosts. OSS is the default, but you can tell > qemu to prefer SDL by setting the environment variable QEMU_AUDIO_DRV=sdl > (you can set it to use fmod, etc by this manner as well). Works fine. Thanks.