[Qemu-devel] vnc2swf + qemu

2007-05-05 Thread Jonathan Kalbfeld
Has anyone thought about this possibility? I think it could probably be adapted to have QEMU automatically spit out a shlockwave flash with audio, which would be great. jonathan -- -- Jonathan Kalbfeld +1 323 620 6682

[Qemu-devel] qemu/target-mips op_helper_mem.c

2007-05-05 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/05/05 20:13:13 Modified files: target-mips: op_helper_mem.c Log message: Fix a really stupid bug in the [ls]d[lr] emulation, by Herve Poussineau. CVSWeb URLs: http://cvs.savannah.gnu.org

[Qemu-devel] qemu mips.ld mipsel.ld

2007-05-05 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/05/05 19:24:38 Added files: . : mips.ld mipsel.ld Log message: Linker scripts for MIPS hosts. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/mips.ld?cvsroot=qemu&rev=1.1

[Qemu-devel] qemu Makefile.target cpu-all.h cpu-exec.c dynge...

2007-05-05 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/05/05 19:23:11 Modified files: . : Makefile.target cpu-all.h cpu-exec.c dyngen-exec.h dyngen.c dyngen.h exec-all.h Log message: Some bits of Linux/MIPS

[Qemu-devel] [PATCH] MIPS: Fix 64 bit unaligned-memory access

2007-05-05 Thread Hervé Poussineau
Hi, This patch fixes the 64 bit instructions ldl, ldr, sdl and sdr on MIPS. To take the 3 least-significant bits, you need to mask the address with 7, and not with 4. Hervé unaligned_access64.diff Description: Binary data