From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1COc4V-0003tR-JX for qemu-devel@nongnu.org; Mon, 01 Nov 2004 08:18:07 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1COc4U-0003tE-V7 for qemu-devel@nongnu.org; Mon, 01 Nov 2004 08:18:07 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1COc4U-0003tB-So for qemu-devel@nongnu.org; Mon, 01 Nov 2004 08:18:06 -0500 Received: from [80.91.229.2] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CObwD-0000JU-FT for qemu-devel@nongnu.org; Mon, 01 Nov 2004 08:09:33 -0500 Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1CObwC-0004wj-00 for ; Mon, 01 Nov 2004 14:09:32 +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 14:09:32 +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 14:09:32 +0100 From: Ronald Date: Mon, 01 Nov 2004 14:09:28 +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: 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 Mon, 01 Nov 2004 15:43:37 +0300, malc a écrit : > On Mon, 1 Nov 2004, Ronald wrote: > >> 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. > > This is not on my priority list for the simple reason that i don't have > any Windows host, so there's nothing i can do to fix it. Does sound play > correctly on Linux with QEMU_AUDIO_DRV set to sdl, shutdowns are ok? > Sound playing is ok, but shutdown of win98 guest locks qemu and X, I must switch to a tty and kill qemu, then relaunch it to get the mouse working back. With linux guest shutdown is ok.