Re: [Qemu-devel] qemu-i386 segfaults running "hello world".

2007-06-23 Thread Rob Landley
On Saturday 23 June 2007 03:27:03 Alexander Graf wrote: > I guess you're running on i586 then? Athlon. (/proc/cpuinfo says "AMD Sempron(tm) 2200+") > I only tried this on ppc. > Last time I checked the code-copy stuff was broken, so maybe it helps > to disable that? What code-copy stuff? (

[Qemu-devel] [PATCH, MIPS] Disable 64-bit instructions on 32-bit CPU

2007-06-23 Thread Aurelien Jarno
Hi, Since yesterday, it is possible to ask qemu-system-mips64(el) to emulate 32-bit only CPU. The patch below improve that by disabling 64-bit instructions on those emulated CPU. Bye, Aurelien Index: target-mips/helper.c === RCS fi

Re: [Qemu-devel] [PATCH] Fix two typos

2007-06-23 Thread Stefan Weil
Aurelien Jarno schrieb: > Hi, > > The patch below, taken from the Debian package, fixes two typos: > ... > - formating -> formatting > > Bye, > Aurelien Here is one more "formating" patch. Regards, Stefan Index: hw/fdc.c === RCS fil

[Qemu-devel] [patch] use socklen_t with getsockopt()

2007-06-23 Thread Mike Frysinger
obvious fixup ... getsockopt() takes a socklen_t, not an int -mike signature.asc Description: This is a digitally signed message part. --- linux-user/syscall.c +++ linux-user/syscall.c @@ -642,7 +642,8 @@ static long do_setsockopt(int sockfd, in static long do_getsockopt(int sockfd, int level, i

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

2007-06-23 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/06/23 18:21:26 Modified files: target-i386: translate.c Log message: Fix division by zero handling, by Joris van Rantwijk. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/target-i3

[Qemu-devel] qemu/target-mips cpu.h helper.c op.c op_helper....

2007-06-23 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/06/23 18:04:12 Modified files: target-mips: cpu.h helper.c op.c op_helper.c translate_init.c Log message: Handle MIPS64 SEGBITS value correctly. CVSWeb URLs: ht

[Qemu-devel] [PATCH] qemu-multi-configs.patch

2007-06-23 Thread Arnaud Ligot
Hi, After a lots of search I succeed to found qemu-multi-configs.path into archives of this mailing list. This patch was not ready for 0.9.0 so I port it. The version attached to this mail is working for me against qemu 0.9.0. Best regards, Arnaud Ligot. -- Arnaud Ligot CBlue --- qemu/usb-l

[Qemu-devel] qemu configure vl.c

2007-06-23 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/06/23 16:03:36 Modified files: . : configure vl.c Log message: Kfreebsd config, by Aurelien Jarno. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/configure?cvsroot=qemu&r

[Qemu-devel] qemu monitor.c qemu-img.c target-ppc/cpu.h targ...

2007-06-23 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/06/23 16:02:43 Modified files: . : monitor.c qemu-img.c target-ppc : cpu.h op.c Log message: Spelling fixes, by Aurelien Jarno. CVSWeb URLs: http://cvs.savannah.gnu

[Qemu-devel] qemu vl.c

2007-06-23 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/06/23 16:01:57 Modified files: . : vl.c Log message: Return success for -M '?' query option. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/vl.c?cvsroot=qemu&r1=1.310&r2=

[Qemu-devel] cmsg / target_cmsg (patch for HOST_MIPS / TARGET_MIPS)

2007-06-23 Thread Jun Peng
modified target_to_host_cmsg() and host_to_target_cmsg(). diff -Nurb qemu-20070623/linux-user/syscall.c qemu-loongson/linux-user/syscall.c --- qemu-20070623/linux-user/syscall.c 2007-06-23 16:39:14.0 +0800 +++ qemu-loongson/linux-user/syscall.c 2007-06-23 21:49:18.0 +0800

[Qemu-devel] define sock_type (patch for HOST_MIPS)

2007-06-23 Thread Jun Peng
Hello. This patch is made for HOST_MIPS, to fix a sock_type error. diff -Nurb qemu-20070623/linux-user/socket.h qemu-loongson/linux-user/socket.h --- qemu-20070623/linux-user/socket.h 2006-06-24 23:06:03.0 +0800 +++ qemu-loongson/linux-user/socket.h 2007-06-23 21:44:48.0

Re: [Qemu-devel] [PATCH, MIPS64] Implement per CPU SEGBITS value

2007-06-23 Thread Aurelien Jarno
On Sat, Jun 23, 2007 at 09:41:11AM +0100, Thiemo Seufer wrote: > Aurelien Jarno wrote: > > Hi! > > > > The current MIPS64 implementation assumes SEGBITS = 40 for all CPU. This > > is correct for most CPU, but wrong for example for the 5K one, which has > > SEGBITS = 42. > > > > This patch modifie

Re : Re : [Qemu-devel] [PATCH] Fix two typos

2007-06-23 Thread Sylvain Petreolle
sorry, misread your description of the patch :) Kind regards, Sylvain Petreolle (aka Usurp) --- --- --- --- --- --- --- --- --- --- --- --- --- Run your favorite Windows apps with free ReactOS : http://www.reactos.org Listen to non-DRMised Music: http://www.jamendo.com - Message d'origine

Re: [Qemu-devel] [PATCH] qemu-i386 segfaults running "hello world".

2007-06-23 Thread Stefan Weil
Rob Landley schrieb: > Ok, it's a more fundamental problem: > > [EMAIL PROTECTED]:/sys$ qemu-i386 > Segmentation fault (core dumped) > > Nothing to do with the program it's trying to run, it segfaults with no > arguments. > > Is anybody else seeing this? > > Rob Yes, I see this on Debian Linux sinc

Re: Re : [Qemu-devel] [PATCH] Fix two typos

2007-06-23 Thread Aurelien Jarno
On Sat, Jun 23, 2007 at 10:38:57AM +, Sylvain Petreolle wrote: > > The patch looks wrong as many parts are reversed. > e.g. > > -EXCP_FP_VXISI = 0x06, /* FP invalid infinite substraction */ > +EXCP_FP_VXISI = 0x06, /* FP invalid infinite subtraction */ > > -/* substract f

Re: [Qemu-devel] qemu-i386 segfaults running "hello world".

2007-06-23 Thread Jens Axboe
On Sat, Jun 23 2007, Rob Landley wrote: > On Friday 22 June 2007 18:31:20 Rob Landley wrote: > > Ok, it's a more fundamental problem: > > > > [EMAIL PROTECTED]:/sys$ qemu-i386 > > Segmentation fault (core dumped) > > > > Nothing to do with the program it's trying to run, it segfaults with no > > ar

Re : [Qemu-devel] [PATCH] Fix two typos

2007-06-23 Thread Sylvain Petreolle
The patch looks wrong as many parts are reversed. e.g. -EXCP_FP_VXISI = 0x06, /* FP invalid infinite substraction */ +EXCP_FP_VXISI = 0x06, /* FP invalid infinite subtraction */ -/* substract from */ +/* subtract from */ Kind regards, Sylvain Petreolle (aka Usurp) --- ---

Re: [Qemu-devel] qemu-i386 segfaults running "hello world".

2007-06-23 Thread Nigel Horne
Rob Landley wrote: Ok, it's a more fundamental problem: [EMAIL PROTECTED]:/sys$ qemu-i386 Segmentation fault (core dumped) Nothing to do with the program it's trying to run, it segfaults with no arguments. Is anybody else seeing this? Yes, I get it. Rob -Nigel

Re: [Qemu-devel] [PATCH, MIPS64] Implement per CPU SEGBITS value

2007-06-23 Thread Thiemo Seufer
Aurelien Jarno wrote: > Hi! > > The current MIPS64 implementation assumes SEGBITS = 40 for all CPU. This > is correct for most CPU, but wrong for example for the 5K one, which has > SEGBITS = 42. > > This patch modifies the current code to use SEGBITS instead of an > hardcoded value. Instead of

Re: [Qemu-devel] qemu-i386 segfaults running "hello world".

2007-06-23 Thread Rob Landley
On Friday 22 June 2007 18:31:20 Rob Landley wrote: > Ok, it's a more fundamental problem: > > [EMAIL PROTECTED]:/sys$ qemu-i386 > Segmentation fault (core dumped) > > Nothing to do with the program it's trying to run, it segfaults with no > arguments. > > Is anybody else seeing this? > > Rob So I'

Re: [Qemu-devel] qemu-i386 segfaults running "hello world".

2007-06-23 Thread Alexander Graf
On Jun 23, 2007, at 7:31 AM, Rob Landley wrote: On Friday 22 June 2007 19:13:19 Alexander Graf wrote: Rob Landley wrote: Ok, it's a more fundamental problem: [EMAIL PROTECTED]:/sys$ qemu-i386 Segmentation fault (core dumped) Nothing to do with the program it's trying to run, it segfaults