Re: [Qemu-devel] [PATCH] no mmap for alsa

2007-07-03 Thread Alexander Graf
Oops, the patch did not compile. This is the updated version. Alex Index: qemu/linux-user/mmap.c === --- qemu.orig/linux-user/mmap.c +++ qemu/linux-user/mmap.c @@ -152,6 +152,9 @@ static int mmap_frag(target_ulong real_s return 0

[Qemu-devel] [PATCH] no mmap for alsa

2007-07-03 Thread Alexander Graf
Hi, this is the last patch necessary to get pcm alsa running for i386-apps on ppc. Alsa does some fancy magic with mmap to share information with the kernel. This is completely fine as long as we're talking about arch(kernel) == arch(userspace), which apparently is not the case when using qemu-us