From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CObZz-0002AT-7C for qemu-devel@nongnu.org; Mon, 01 Nov 2004 07:46:35 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CObZy-0002AF-9L for qemu-devel@nongnu.org; Mon, 01 Nov 2004 07:46:34 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CObZy-0002A9-4T for qemu-devel@nongnu.org; Mon, 01 Nov 2004 07:46:34 -0500 Received: from [80.91.229.2] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CObMW-00020h-NE for qemu-devel@nongnu.org; Mon, 01 Nov 2004 07:32:40 -0500 Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1CObMU-0002gp-00 for ; Mon, 01 Nov 2004 13:32:38 +0100 Received: from amarseille-206-1-17-191.w81-50.abo.wanadoo.fr ([81.50.82.191]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 01 Nov 2004 13:32:38 +0100 Received: from daimon55 by amarseille-206-1-17-191.w81-50.abo.wanadoo.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 01 Nov 2004 13:32:38 +0100 From: Ronald Date: Mon, 01 Nov 2004 13:32:29 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 8bit Sender: news Subject: [Qemu-devel] Re: Audio Reply-To: daimon55@free.fr, 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 Le Sun, 31 Oct 2004 18:18:08 +0300, malc a écrit : > Hello, Hi, > > At http://www.boblycat.org/~malc/code/patches/qemu/ you will find latest > (10_aqemu) audio patch. It boosts following improvements: > > a. Correct IRQ status handling (Win95 sounds should no longer loop) b. > save|load vm support > c. Fixed WAV output driver > d. Kludge to support SB16 under FreeBSD (can someone verify that it helps) > e. Internal cleanups I guess it's not on your priority list but I still experience problems on windows host: qemu freeze on shutdown, sound play correctly with linux guest but not with windows guest. Otherwise on linux host everything seems ok, with alsa or oss drivers in linux guest or with windows 98 guest, host is 2.6.9 with alsa+oss emulation. The following is a patch to Makefile.target after having 10_aqemu.patch.gz applied --- Makefile.target.bak 2004-11-01 13:02:08.845861544 +0100 +++ Makefile.target 2004-11-01 13:17:59.852649080 +0100 @@ -268,7 +268,10 @@ VL_OBJS+=block-cow.o block-qcow.o aes.o block-vmdk.o block-cloop.o SOUND_HW = sb16.o -AUDIODRV = audio.o ossaudio.o sdlaudio.o wavaudio.o +AUDIODRV = audio.o sdlaudio.o wavaudio.o +ifndef CONFIG_WIN32 +AUDIODRV+= ossaudio.o +endif ifeq ($(TARGET_ARCH), i386) # Hardware support