[Qemu-devel] vvfat driver problems on OS X: failed assertion

2006-02-18 Thread Stealth Dave
I'm having problems using the vvfat driver on OS X 10.3.9 and 10.4.4. I'm getting the following error: $ qemu -cdrom slax.iso -hda fat:/Users/stealthdave/ -boot d starting qemu... /Users/stealthdave/Source/qemu/qemu-smb-make/block-vvfat.c:97: failed assertion `index < array->next' Abort trap

Re: [Qemu-devel] vvfat driver problems on OS X: failed assertion

2006-02-18 Thread Johannes Schindelin
Hi, On Fri, 17 Feb 2006, Stealth Dave wrote: > I'm having problems using the vvfat driver on OS X 10.3.9 and 10.4.4. I'm > getting the following error: > > $ qemu -cdrom slax.iso -hda fat:/Users/stealthdave/ -boot d > starting qemu... > /Users/stealthdave/Source/qemu/qemu-smb-make/block-vvfat.c

Re: [Qemu-devel] Any binary distributions for QEMU 0.8.0 for Windows?

2006-02-18 Thread Michael Fisher
You can download the qemu 0.8.0 binary for Windows at: http://www.h7.dion.ne.jp/~qemu-win/ On 2/17/06, Bogdan <[EMAIL PROTECTED]> wrote: > The binary distribution for the linux-i386 is available for download on the > QEMU homepage. However, to get the Windows(DOS)-i386 version, one must > downlo

RE: [Qemu-devel] sparc system emulator scsi write delays

2006-02-18 Thread Blue Swirl
Hi, This patch fixes the write logic. Now woody can write partition tables, make swap and create a file system. Setup fails at kernel installation for some reason. I found another bug that the simple transfer buffer was too small for the largest reads and writes. The fix is ugly, better solu

[Qemu-devel] Problem compiling Qemu related to TLS (?)

2006-02-18 Thread Ismail Donmez
Hi all, I am getting this error with qemu 0.7 and 0.8 : make[1]: Entering directory `/home/cartman/qemu-0.8.0/i386-user' gcc -g -Wl,-shared -o qemu-i386 elfload.o main.o syscall.o mmap.o signal.o path.o osdep.o thunk.o vm86.o libqemu.a gdbstub.o -lm /usr/bin/ld: errno: TLS definition in /lib/l

Re: [Qemu-devel] Problem compiling Qemu related to TLS (?)

2006-02-18 Thread Artur Skawina
Ismail Donmez wrote: make[1]: Entering directory `/home/cartman/qemu-0.8.0/i386-user' gcc -g -Wl,-shared -o qemu-i386 elfload.o main.o syscall.o mmap.o signal.o path.o osdep.o thunk.o vm86.o libqemu.a gdbstub.o -lm /usr/bin/ld: errno: TLS definition in /lib/libc.so.6 section .tbss mismatches

Re: [Qemu-devel] Problem compiling Qemu related to TLS (?)

2006-02-18 Thread Ismail Donmez
Cumartesi 18 Şubat 2006 23:59 tarihinde şunları yazmıştınız: > Ismail Donmez wrote: > > make[1]: Entering directory `/home/cartman/qemu-0.8.0/i386-user' > > gcc -g -Wl,-shared -o qemu-i386 elfload.o main.o syscall.o mmap.o > > signal.o path.o osdep.o thunk.o vm86.o libqemu.a gdbstub.o -lm > > /us

[Qemu-devel] [PATCH] SSE3 emulation

2006-02-18 Thread Joachim Henke
The attached patch (against current CVS) completes the SSE3 instruction set - except for 'mwait' and 'monitor', as these both have their own CPUID bit. I successfully run some SSE2 benchmarks from Sandra 2004 (Win98), but I don't know, if it also uses SSE3 instructions (it detects them at l

Re: [Qemu-devel] [PATCH] SSE3 emulation

2006-02-18 Thread Julian Seward
> it, if someone could test this patch and/or give me links to programs > (Linux/Win98) that use SSE3 instructions (and preferably also prove Valgrind (current svn trunk) has some pretty extensive SSE/SSE2 tests; you could use those. J ___ Qemu-devel