* [Qemu-devel] new patches?
@ 2004-07-19 14:48 Hetz Ben Hamo
2004-07-19 16:07 ` Johannes Martin
0 siblings, 1 reply; 3+ messages in thread
From: Hetz Ben Hamo @ 2004-07-19 14:48 UTC (permalink / raw)
To: qemu-devel
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] new patches?
2004-07-19 14:48 [Qemu-devel] new patches? Hetz Ben Hamo
@ 2004-07-19 16:07 ` Johannes Martin
2004-07-20 7:09 ` Hetz Ben Hamo
0 siblings, 1 reply; 3+ messages in thread
From: Johannes Martin @ 2004-07-19 16:07 UTC (permalink / raw)
To: qemu-devel
[-- 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.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] new patches?
2004-07-19 16:07 ` Johannes Martin
@ 2004-07-20 7:09 ` Hetz Ben Hamo
0 siblings, 0 replies; 3+ messages in thread
From: Hetz Ben Hamo @ 2004-07-20 7:09 UTC (permalink / raw)
To: qemu-devel
On Monday 19 July 2004 19:07, Johannes Martin wrote:
> 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
Patches are now on my web site...
Have you tried your patches with other OS's?
Thanks,
Hetz
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2004-07-20 7:12 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-07-19 14:48 [Qemu-devel] new patches? Hetz Ben Hamo
2004-07-19 16:07 ` Johannes Martin
2004-07-20 7:09 ` Hetz Ben Hamo
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).