On Fri, Sep 08, 2006 at 09:26:52PM +0200, Blue Swirl wrote:
> Implementing full audio support for CS4231 would not be too difficult. Is
> this chip used anywhere else? The data sheet mentions some ISA card and
> Windows 3.1.
The "Windows Sound System" cards apparently used it.
--
Stuart Brady
Kazu wrote:
> > Kazu wrote:
> >> Patch.
> >> http://www.h7.dion.ne.jp/~qemu-win/download/qemu-20060906-qcow.patch
> >
> >>> #ifdef QEMU_TOOL
> >>> -overlapped = 0;
> >>> +overlapped = FILE_ATTRIBUTE_NORMAL;
> >>> #else
> >>> overlapped = FILE_FLAG_OVERLAPPED;
> >>> #endif
> >
> >
On Mon, 2006-09-11 at 22:13 +0200, Fabrice Bellard wrote:
> The problem is that without this header it does not compile on some
> distributions (see old mailing list messages).
And the problem is that _with_ it, it doesn't compile with the proper
exported kernel headers from current kernels -- wh
The problem is that without this header it does not compile on some
distributions (see old mailing list messages).
Fabrice.
David Woodhouse wrote:
This file is not one of the kernel headers which is exported to
userspace by the kernel. It should not exist in /usr/include/linux and
certainly sh
This file is not one of the kernel headers which is exported to
userspace by the kernel. It should not exist in /usr/include/linux and
certainly shouldn't be included by userspace programs.
diff -Naupr qemu-0.8.2.orig/usb-linux.c qemu-0.8.2/usb-linux.c
--- qemu-0.8.2.orig/usb-linux.c 2006-07-22 19
The soft-float bits don't build on PPC. Patch from Matthias Saou
diff -Naupr qemu-0.8.2.orig/target-sparc/op_helper.c
qemu-0.8.2/target-sparc/op_helper.c
--- qemu-0.8.2.orig/target-sparc/op_helper.c2006-07-22 19:23:34.0
+0200
+++ qemu-0.8.2/target-sparc/op_helper.c 2006-08-24 10:58:3