Re: [Qemu-devel] [PATCH] mips-user socket-related syscall support

2006-06-24 Thread Fabrice Bellard
Raphaël Rigo wrote: Raphaël Rigo wrote: Fabrice Bellard wrote: Another point is that doing: +target_long args[6]; + +tputl(args, arg1); +tputl(args+1, arg2); +tputl(args+2, arg3); +tputl(args+3, arg4); +tputl(args+4, arg5); +tputl(args+5, arg6); at the start of e

[Qemu-devel] qemu/target-i386 helper2.c

2006-06-24 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/06/24 15:06:03 Modified files: target-i386: helper2.c Log message: use glibc syscall (David Woodhouse) CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/target-i386/helper2.c?cvs

[Qemu-devel] qemu/linux-user syscall.c syscall_defs.h socket.h

2006-06-24 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/06/24 15:06:03 Modified files: linux-user : syscall.c syscall_defs.h Added files: linux-user : socket.h Log message: mips socket calls (initial patch by Raphael Rigo) CV

[Qemu-devel] Missing altgr key in qemu 0.8.1

2006-06-24 Thread Peter Hirdina
Hi, I just installed Win2k in a freshly compiled QEMU installation. When I use the new builtin VNC server to connect to that Win2k installation, everything works fine, except the keyboard. The altgr key seems to do nothing, and thus all keys reachable via the altgr key are also dead. Host system:

[Qemu-devel] qemu/target-i386 translate.c

2006-06-24 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/06/24 14:03:10 Modified files: target-i386: translate.c Log message: fix for movq2dq, movdq2q and cvttps2dq (thanx to Julian Seward and malc) CVSWeb URLs: http://cvs.savannah.gnu.org

[Qemu-devel] qemu/tests test-i386.c

2006-06-24 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/06/24 14:01:33 Modified files: tests : test-i386.c Log message: added movdq2q and movq2dq CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/tests/test-i386.c?cvsroot=qemu&r1

Re: [Qemu-devel] New VGA BIOS

2006-06-24 Thread Nigel J. Terry
I posted this a while back, and got no response. If it is a stupid question, can someone tell me why, or can anyone help? Thanks Nigel J. Terry wrote: Fabrice Bellard wrote: I commited a new VGA BIOS (no commit message because the mail was too big). Important changes were made in order to supp

Re: [Qemu-devel] QEMU FreeBSD 6.1 "npxdna: fpcurthread == curthread" spewage

2006-06-24 Thread Fabrice Bellard
Hetz Ben Hamo wrote: I put online kqemu version 1.3.0pre9 which should solve the issue. Maybe it helps for the Windows XP hosts too ? Changelog please? It is always included in the kqemu archive. Here it is: version 1.3.0pre9: - Fixed host CR0.TS computation (aka FreeBSD "npxdna: fpcurthr

Re: [Qemu-devel] initrd & kernel panic

2006-06-24 Thread Paul Brook
> what i've tried: > > http://frugalware.org/~vmiklos/logs/qemu-initrd.log > > if i generate the iso and boot this kernel & initrd with the same > parameters from grub, it works fine > > have i missed something? You're telling it to load the initrd from floppy, which is obviously wrong. qemu alre

[Qemu-devel] initrd & kernel panic

2006-06-24 Thread VMiklos
hi currently i'm using qemu in the following way to test our installer on x86: 1) build the kernel 2) build the initrd 3) build a mini iso with a grub that boots the kernel it would be nice if i could avoid the 3rd step what i've tried: http://frugalware.org/~vmiklos/logs/qemu-initrd.log if i

RE : [Qemu-devel] QEMU FreeBSD 6.1 "npxdna: fpcurthread == curthread"spewage

2006-06-24 Thread Denis SCHEIDT
Hi, Works great for me ! Host : Athlon 64, Windows XP Guests tested : - MS-DOS + Windows 3.11 (BTW. POWER.EXE works now - no need to install DOSIDLE. Works even with Windows 3), - Windows 2000, - Ubuntu 6.06, - Mandriva 2005 LE. These are all OK. Windows 95 gives a protection error and doesn't bo