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
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
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
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
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
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
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
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
> 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