Re: [Qemu-devel] Re: qemu-system-sparc video problem on 16 bitdisplays

2006-09-11 Thread Stuart Brady
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

Re: [Qemu-devel] QCOW/QCOW2 for win32

2006-09-11 Thread Jamie Lokier
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 > > > >

Re: [Qemu-devel] [PATCH] Don't include

2006-09-11 Thread David Woodhouse
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

Re: [Qemu-devel] [PATCH] Don't include

2006-09-11 Thread Fabrice Bellard
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

[Qemu-devel] [PATCH] Don't include

2006-09-11 Thread David Woodhouse
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

[Qemu-devel] [PATCH] Fix SPARC target build on Linux/PPC

2006-09-11 Thread David Woodhouse
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