Re: [Qemu-devel] [PATCH, MIPS] MIPS R1/R2 instructions decoding

2007-05-29 Thread Aurelien Jarno
On Tue, May 29, 2007 at 12:15:01AM +0200, Aurelien Jarno wrote: Hi, In the current implementation of the MIPS CPU, all instructions are regarded as valid, being R1 or R2 instructions. This patch fixes that by generating a reserved instruction exception when an R2 instructions is decoded

[Qemu-devel] Adding multiple files to qemu Makefile ... a pain

2007-05-29 Thread Clemens Kolbitsch
hi! sorry that I'm posting for such a dumb thing, but I'm going crazy Up until now, I had a single file added to the qemu/hw folder. after adding VL_OBJS += myfile.o everything compiled without problems. but now my project grew too large and i wanted to split everything into multiple

Re: [Qemu-devel] Regression bug

2007-05-29 Thread Xavier Gnata
Hi, I do reproduce that trying to boot a kubuntu i386 on an i368. Now we have to bisect... Xavier. I've been keeping up with CVS patches for qemu about once a week. I just updated tonight after the big round of patches that have been commited and am seeing a consistent failure with my

Re: [Qemu-devel] Regression bug

2007-05-29 Thread risc
On Tue, May 29, 2007 at 01:10:02AM -0400, Ben Taylor wrote: I've been keeping up with CVS patches for qemu about once a week. I just updated tonight after the big round of patches that have been commited and am seeing a consistent failure with my existing ubuntu-7.04 32-bit guest on

[Qemu-devel] Accepting socket connections in qemu (not the client... the emulator)

2007-05-29 Thread Clemens Kolbitsch
hi! my virtual device inside qemu (a pci device) is listening for socket-(tcp)-connections. however, accept() always fails (code works fine if not executed inside the qemu-process)... now i'm wondering if qemu interferes somehow... is that possible? frustrated *gg*

Re: [Qemu-devel] Regression bug

2007-05-29 Thread Ben Taylor
Hi Julia, [EMAIL PROTECTED] wrote: On Tue, May 29, 2007 at 01:10:02AM -0400, Ben Taylor wrote: I've been keeping up with CVS patches for qemu about once a week. I just updated tonight after the big round of patches that have been commited and am seeing a consistent failure

[Qemu-devel] Re: Accepting socket connections in qemu (not the client... the emulator)

2007-05-29 Thread Clemens Kolbitsch
Clemens Kolbitsch wrote: hi! my virtual device inside qemu (a pci device) is listening for socket-(tcp)-connections. however, accept() always fails (code works fine if not executed inside the qemu-process)... now i'm wondering if qemu interferes somehow... is that possible? frustrated

Re: [Qemu-devel] Re: Accepting socket connections in qemu (not the client... the emulator)

2007-05-29 Thread Johannes Schindelin
Hi, On Tue, 29 May 2007, Clemens Kolbitsch wrote: Clemens Kolbitsch wrote: my virtual device inside qemu (a pci device) is listening for socket-(tcp)-connections. however, accept() always fails (code works fine if not executed inside the qemu-process)... now i'm wondering if qemu

Re: [Qemu-devel] Re: Accepting socket connections in qemu (not the client... the emulator)

2007-05-29 Thread Clemens Kolbitsch
Johannes Schindelin wrote: Hi, On Tue, 29 May 2007, Clemens Kolbitsch wrote: Clemens Kolbitsch wrote: my virtual device inside qemu (a pci device) is listening for socket-(tcp)-connections. however, accept() always fails (code works fine if not executed inside the

Re: [Qemu-devel] Re: Accepting socket connections in qemu (not the client... the emulator)

2007-05-29 Thread Johannes Schindelin
Hi, On Tue, 29 May 2007, Clemens Kolbitsch wrote: Johannes Schindelin wrote: Hi, On Tue, 29 May 2007, Clemens Kolbitsch wrote: Clemens Kolbitsch wrote: my virtual device inside qemu (a pci device) is listening for socket-(tcp)-connections. however,

[Qemu-devel] qemu cpu-exec.c target-m68k/cpu.h target-m68k/h...

2007-05-29 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Changes by: Paul Brook pbrook 07/05/29 14:57:59 Modified files: . : cpu-exec.c target-m68k: cpu.h helper.c op.c qregs.def translate.c Log message: ColdFire EMAC support. CVSWeb URLs:

[Qemu-devel] qemu/target-mips cpu.h fop_template.c op.c tran...

2007-05-29 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/05/29 16:52:57 Modified files: target-mips: cpu.h fop_template.c op.c translate.c Log message: Don't check the FPU state for each FPU instruction, use hflags to handle this

Re: [Qemu-devel] Regression bug

2007-05-29 Thread Blue Swirl
On 5/29/07, Ben Taylor [EMAIL PROTECTED] wrote: Looks like the patch from http://cvs.savannah.gnu.org/viewcvs/qemu/exec.c?cvsroot=qemur1=1.96r2=1.97 needs to be reverted and reworked before being recommitted. Thank you for the reports. I still can't reproduce the bug, but it seems that on PC,

Re: [Qemu-devel] Regression bug

2007-05-29 Thread Blue Swirl
Hi, I found a bug in the subpage checking code. Could you try if the attached patch fixes the problem? Index: qemu/exec.c === --- qemu.orig/exec.c 2007-05-29 18:39:35.0 + +++ qemu/exec.c 2007-05-29 18:39:54.0

[Qemu-devel] qemu/target-mips cpu.h

2007-05-29 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/05/29 18:55:34 Modified files: target-mips: cpu.h Log message: Fix usermode check, thanks Aurelien Jarno. CVSWeb URLs:

Re: [Qemu-devel] Regression bug

2007-05-29 Thread risc
On Tue, May 29, 2007 at 09:44:39PM +0300, Blue Swirl wrote: Hi, I found a bug in the subpage checking code. Could you try if the attached patch fixes the problem? thats a negative. the exact same behavior as before. qemu: fatal: Trying to execute code outside RAM or ROM at 0xfff0

Re: [Qemu-devel] Regression bug

2007-05-29 Thread Blue Swirl
On 5/29/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: On Tue, May 29, 2007 at 09:44:39PM +0300, Blue Swirl wrote: Hi, I found a bug in the subpage checking code. Could you try if the attached patch fixes the problem? thats a negative. the exact same behavior as before. Thanks. The bug

[Qemu-devel] New QEMU 0.9.0 packages available for Solaris 10/SPARC (May 22 CVS) and Solaris 10/x86_64 (May 24 CVS) RTEMS yummy goodness

2007-05-29 Thread Jonathan Kalbfeld
This includes mtools. And for your RTEMS needs, there is a Solaris/SPARC toolchain available on the same website, for generating RTEMS code for other architectures. http://www.thoughtwave.net/downloads.html Thanks, Jonathan P.S., Completely off topic, I downloaded Joost and installed it on

Re: [Qemu-devel] Regression bug

2007-05-29 Thread risc
On Tue, May 29, 2007 at 10:33:37PM +0300, Blue Swirl wrote: On 5/29/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: On Tue, May 29, 2007 at 09:44:39PM +0300, Blue Swirl wrote: Hi, I found a bug in the subpage checking code. Could you try if the attached patch fixes the problem? thats a

[Qemu-devel] Re: New QEMU 0.9.0 packages available for Solaris 10/SPARC (May 22 CVS) and Solaris 10/x86_64 (May 24 CVS) RTEMS yummy goodness

2007-05-29 Thread Joel Sherrill
Jonathan Kalbfeld wrote: This includes mtools. And for your RTEMS needs, there is a Solaris/SPARC toolchain available on the same website, for generating RTEMS code for other architectures. http://www.thoughtwave.net/downloads.html What version of RTEMS are these for? Could you please

[Qemu-devel] [mips-linux-user] patch for struct stat mapping

2007-05-29 Thread Stuart Anderson
The code that maps struct stat is wrong for MIPS. It uses the wrong sized calls (16 vs 32) for swapping some of the structure members. A patch to fix this is attached. Stuart Stuart R. Anderson [EMAIL PROTECTED] Network Software

[Qemu-devel] [PATCH] linux-user semaphore structure mapping

2007-05-29 Thread Stuart Anderson
This is a refresh (vs 5/28 cvs) of a patch sent several weeks ago. This patch implments the structure handling for the semaphore IPC related structures used by semctl(). This was tested using LTP on an ARM target. Were there any objections to this patch?

[Qemu-devel] [PATCH] message queue IPC structures

2007-05-29 Thread Stuart Anderson
This is a refresh (vs 05/28 cvs) of a patch sent several weeks ago. This patch implements the structure handling for the structures used by the Message queue IPC interfaces msgctl(), msgrcv() and msgsnd(). This was tested using LTP on an ARM target. Stuart

[Qemu-devel] [mips-linux-user] patch for pipe() result handling

2007-05-29 Thread Stuart Anderson
pipe(2) on MIPS does some funny, non-standard stuff with it's return data. This patch implments this unusual handling. Without this patch, bash closes it's own stdin by mistake and therefore exits immediately after presenting the prompt. The LTP test results for the pipe() tests are improved