From: Johannes Martin <jmartin@notamusica.com>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] new patches?
Date: Mon, 19 Jul 2004 18:07:20 +0200 (CEST) [thread overview]
Message-ID: <Pine.LNX.4.56.0407191806420.5230@halef.NotaMusica.com> (raw)
In-Reply-To: <200407191748.36782.hetz@softier.com>
[-- Attachment #1: Type: TEXT/PLAIN, Size: 912 bytes --]
Hi,
I have attached a patch I wrote that fixes sound problems in OS/2. As far
as I know, it hasn't made it into CVS yet.
Johannes
On Mon, 19 Jul 2004, Hetz Ben Hamo wrote:
> Hi,
>
> I'm doing some cleaning on my web site tonight and I was wondering if there's
> any patch that I didn't put on my web site yet. If you're writing a patch
> which was not commited yet, please send it to me (hetz@dad-answers.com, not
> tto this email please)
>
> Does anyone have any comment on any patch on my web site which should be
> removed (old, outdated, committed already, etc..)
>
> Thanks,
> Hetz
>
>
> _______________________________________________
> Qemu-devel mailing list
> Qemu-devel@nongnu.org
> http://lists.nongnu.org/mailman/listinfo/qemu-devel
>
---
Mit zwei Euro im Monat helfen:
http://www.2-euro-helfen.de/
Help to fight hunger and injustice in our world:
http://www.devp.org/
http://www.oxfam.org/
[-- Attachment #2: Type: TEXT/PLAIN, Size: 641 bytes --]
*** oss.c Sun Jul 11 18:02:19 2004
--- oss.c.~1.5.~ Mon Jul 5 23:25:11 2004
***************
*** 410,420 ****
return;
}
else {
! int _errno = errno;
! fprintf (stderr, "oss: write audio\n");
! fprintf (stderr, "system error: %s\n", strerror (_errno));
! // ERRFail ("write audio");
! written = play;
}
}
--- 410,416 ----
return;
}
else {
! ERRFail ("write audio");
}
}
[-- Attachment #3: Type: TEXT/PLAIN, Size: 506 bytes --]
qemu -enable-sound sometimes aborts with a message saying
oss: write audio
system error: Unknown error 572
(the actual error number changes)
For some reason that I haven't understood yet, write() to the dsp device
failes sometimes and qemu aborts on the first failure. It seems to be safe
to ignore these failures and keep going instead.
The problem first occured to me with an OS/2 guest. I have had a report
that it also happened in Windows.
The attached patch fixes this.
next prev parent reply other threads:[~2004-07-19 16:10 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-07-19 14:48 [Qemu-devel] new patches? Hetz Ben Hamo
2004-07-19 16:07 ` Johannes Martin [this message]
2004-07-20 7:09 ` Hetz Ben Hamo
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=Pine.LNX.4.56.0407191806420.5230@halef.NotaMusica.com \
--to=jmartin@notamusica.com \
--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).