qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Ronald <look@reply.to>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] Re: SDL Audio
Date: Wed, 03 Nov 2004 10:11:03 +0100	[thread overview]
Message-ID: <pan.2004.11.03.09.11.01.987536@reply.to> (raw)
In-Reply-To: Pine.LNX.4.55.0411022337390.26844@home.oyster.ru

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. 

      parent reply	other threads:[~2004-11-03  9:20 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-11-02 20:38 [Qemu-devel] SDL Audio malc
2004-11-03  7:46 ` zitu
2004-11-03  8:51   ` [Qemu-devel] running Wine on LinuxPPC Igor Shmukler
2004-11-03 13:27     ` David Woodhouse
2004-11-03 18:13       ` Re[2]: " Igor Shmukler
2004-11-03 18:55         ` Jernej Simonиiи
2004-11-03 19:00           ` Re[2]: " Igor Shmukler
2004-11-03 22:53         ` David Woodhouse
2004-11-03  9:11 ` Ronald [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=pan.2004.11.03.09.11.01.987536@reply.to \
    --to=look@reply.to \
    --cc=daimon55@free.fr \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).