[Qemu-devel] [PATCH] SAMBA multi-share support

2006-02-13 Thread Stealth Dave
Apparently it was an easier itch to scratch than I thought it would be! :) Attached is a patch which allows multiple samba shares to be loaded within the qemu virtual machine. The old syntax is still supported and is completely backwards compatible. Each folder and share name is separated by

[Qemu-devel] qemu/hw integratorcp.c

2006-02-13 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Branch: Changes by: Paul Brook <[EMAIL PROTECTED]> 06/02/13 14:16:52 Modified files: hw : integratorcp.c Log message: Fix Arm big-endian host bug. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/q

[Qemu-devel] [PATCH] MacOS X for Intel host support

2006-02-13 Thread Gwenole Beauchesne
Hi, I am not fully satisfied with those patches though. The dyngen-exec.h & exec-all.h bits should be improved and depend on gcc4 patches. TODO: - try test-i386 - use 80-bit long doubles? --- qemu-0.8.0/target-i386/exec.h.osx-intel-port2005-12-19 23:51:53.0 +0100 +++ qemu-0.8.0/

[Qemu-devel] [PATCH] Enforce 16-byte stack boundaries

2006-02-13 Thread Gwenole Beauchesne
Hi, This restores 16-byte stack alignment. --- qemu-0.8.0/Makefile.target.enforce-16byte-stack-boundary2006-02-12 17:46:54.0 +0100 +++ qemu-0.8.0/Makefile.target 2006-02-12 17:55:24.0 +0100 @@ -67,7 +67,7 @@ endif ifeq ($(ARCH),i386) CFLAGS+=-fomit-frame-pointer -OP_CFLA

[Qemu-devel] [PATCH] More FORCE_RETs

2006-02-13 Thread Gwenole Beauchesne
Hi, This tries to enforce one single exit point per function. Mostly useful with gcc4 patches. --- qemu-0.8.0/target-i386/op.c.i386-FORCE_RET 2005-12-19 23:51:53.0 +0100 +++ qemu-0.8.0/target-i386/op.c 2006-02-12 17:51:40.0 +0100 @@ -1032,6 +1032,7 @@ void OPPROTO op_aaa(void)

[Qemu-devel] sparc system emulator scsi write delays

2006-02-13 Thread Andrew Tonner
I'm trying to get the sparc system emulator going... I'm booting it with the kernel from sparc-test and the debian woody rootdisk (http://http.us.debian.org/debian/dists/woody/main/disks-sparc/current/images-1.44/root.bin) loading through initrd. The boot-floppies setup boots fine and does its thi