qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] Re: SDL Audio


From: Ronald
Subject: [Qemu-devel] Re: SDL Audio
Date: Wed, 03 Nov 2004 10:11:03 +0100
User-agent: Pan/0.14.2 (This is not a psychotic episode. It's a cleansing moment of clarity.)

Le Tue, 02 Nov 2004 23:38:28 +0300, malc a écrit :

> 
> Following should (theoretically) fix shutdown problem.
> 
> --- sdlaudio.c  Sun Oct 31 06:00:32 2004 +++ sdlaudio-shutdown.c Tue Nov 
> 2 23:36:43 2004 @@ -154,6 +154,9 @@
>      HWVoice *hw = &sdl->hw;
>      int samples = len >> hw->shift;
> 
> +    if (glob_sdl.exit) {
> +        return;
> +    }
>      while (samples) {
>          int to_mix, live, decr;

Thanks, qemu shut down properly now, on linux host with
QEMU_AUDIO_DRIVER=sdl/windows guest and on win98 host/linux or
windows guest. 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]