[Qemu-devel] qemu/target-sparc exec.h helper.h op.c op_helpe...

2008-03-04 Thread Blue Swirl
CVSROOT:/cvsroot/qemu Module name:qemu Changes by: Blue Swirl 08/03/04 20:00:18 Modified files: target-sparc : exec.h helper.h op.c op_helper.c translate.c Log message: Convert float helpers to TCG, fix fabsq in the process CVSWeb URLs: http://cvs.savannah.g

[Qemu-devel] qemu/target-sparc exec.h op.c op_helper.c op_me...

2008-02-24 Thread Blue Swirl
CVSROOT:/cvsroot/qemu Module name:qemu Changes by: Blue Swirl 08/02/24 14:10:06 Modified files: target-sparc : exec.h op.c op_helper.c op_mem.h translate.c Added files: target-sparc : helper.h Removed files: target-sparc : op_template.h Log messa

[Qemu-devel] qemu/target-sparc exec.h op_helper.c

2007-11-28 Thread Blue Swirl
CVSROOT:/cvsroot/qemu Module name:qemu Changes by: Blue Swirl 07/11/28 18:08:29 Modified files: target-sparc : exec.h op_helper.c Log message: Fix compilation and warnings on PPC host CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/target-sparc/exec.h?

[Qemu-devel] qemu/target-sparc exec.h op.c op_helper.c trans...

2007-09-30 Thread Blue Swirl
CVSROOT:/cvsroot/qemu Module name:qemu Changes by: Blue Swirl 07/09/30 19:38:12 Modified files: target-sparc : exec.h op.c op_helper.c translate.c Log message: Fix Sparc64 ldfa, lddfa, stfa, and stdfa instructions CVSWeb URLs: http://cvs.savannah.gnu.org/vie

Re: [Qemu-devel] qemu/target-sparc exec.h op.c op_helper.c op_me...

2007-09-28 Thread Andreas Färber
Am 26.09.2007 um 13:05 schrieb Aurelien Jarno: Andreas Färber a écrit : Am 23.09.2007 um 01:11 schrieb Aurelien Jarno: Aurelien Jarno a écrit : Thanks, that's helpful, it looks like the "lduba" instructions is not working correctly in your case. Now I have to find why. I don't really unders

Re: [Qemu-devel] qemu/target-sparc exec.h op.c op_helper.c op_me...

2007-09-26 Thread Aurelien Jarno
Andreas Färber a écrit : > Am 23.09.2007 um 01:11 schrieb Aurelien Jarno: > Aurelien Jarno a écrit : > Thanks, that's helpful, it looks like the "lduba" instructions > is not > working correctly in your case. Now I have to find why. I don't really understand, because that i

Re: [Qemu-devel] qemu/target-sparc exec.h op.c op_helper.c op_me...

2007-09-25 Thread Andreas Färber
Am 23.09.2007 um 01:11 schrieb Aurelien Jarno: Aurelien Jarno a écrit : Thanks, that's helpful, it looks like the "lduba" instructions is not working correctly in your case. Now I have to find why. I don't really understand, because that is the part of the code (at least from the op point o

Re: [Qemu-devel] qemu/target-sparc exec.h op.c op_helper.c op_me...

2007-09-23 Thread Andreas Färber
Am 23.09.2007 um 01:11 schrieb Aurelien Jarno: Andreas Färber a écrit : Am 22.09.2007 um 23:41 schrieb Aurelien Jarno: Aurelien Jarno a écrit : Thanks, that's helpful, it looks like the "lduba" instructions is not working correctly in your case. Now I have to find why. I don't really und

Re: [Qemu-devel] qemu/target-sparc exec.h op.c op_helper.c op_me...

2007-09-22 Thread Aurelien Jarno
Andreas Färber a écrit : > Am 22.09.2007 um 23:41 schrieb Aurelien Jarno: > >> Aurelien Jarno a écrit : >>> Thanks, that's helpful, it looks like the "lduba" instructions is not >>> working correctly in your case. Now I have to find why. >> I don't really understand, because that is the part of th

Re: [Qemu-devel] qemu/target-sparc exec.h op.c op_helper.c op_me...

2007-09-22 Thread Andreas Färber
Am 22.09.2007 um 23:41 schrieb Aurelien Jarno: Aurelien Jarno a écrit : Thanks, that's helpful, it looks like the "lduba" instructions is not working correctly in your case. Now I have to find why. I don't really understand, because that is the part of the code (at least from the op point of

Re: [Qemu-devel] qemu/target-sparc exec.h op.c op_helper.c op_me...

2007-09-22 Thread Aurelien Jarno
Aurelien Jarno a écrit : > Andreas Färber a écrit : >> Am 22.09.2007 um 22:06 schrieb Aurelien Jarno: >> >>> I really doubt it is an endianness problem as the current CVS works >>> perfectly on GNU/Linux powerpc. The code in op_helper.c adds >>> support for >>> target little endian access (sparc

Re: [Qemu-devel] qemu/target-sparc exec.h op.c op_helper.c op_me...

2007-09-22 Thread Andreas Färber
Am 22.09.2007 um 22:06 schrieb Aurelien Jarno: I really doubt it is an endianness problem as the current CVS works perfectly on GNU/Linux powerpc. I can confirm that OpenBIOS displays fine at CVS HEAD under Debian GNU/Linux ppc64 on the same machine (gcc 3.4, SDL). Maybe alignment differ

Re: [Qemu-devel] qemu/target-sparc exec.h op.c op_helper.c op_me...

2007-09-22 Thread Aurelien Jarno
Andreas Färber a écrit : > Am 22.09.2007 um 22:06 schrieb Aurelien Jarno: > >> I really doubt it is an endianness problem as the current CVS works >> perfectly on GNU/Linux powerpc. The code in op_helper.c adds >> support for >> target little endian access (sparc is big endian), but it is anyway

Re: [Qemu-devel] qemu/target-sparc exec.h op.c op_helper.c op_me...

2007-09-22 Thread Andreas Färber
Am 22.09.2007 um 22:06 schrieb Aurelien Jarno: I really doubt it is an endianness problem as the current CVS works perfectly on GNU/Linux powerpc. The code in op_helper.c adds support for target little endian access (sparc is big endian), but it is anyway not used in openbios. We have to d

Re: [Qemu-devel] qemu/target-sparc exec.h op.c op_helper.c op_me...

2007-09-22 Thread Aurelien Jarno
Andreas Färber a écrit : > Am 22.09.2007 um 19:50 schrieb Aurelien Jarno: > >> The main think that would help is to find which commit has broken qemu >> on OS X, or in other words the latest version that is working. Then it >> would be a lot more easier to find what is wrong in the code. > > Okay

Re: [Qemu-devel] qemu/target-sparc exec.h op.c op_helper.c op_me...

2007-09-22 Thread Andreas Färber
Am 22.09.2007 um 19:50 schrieb Aurelien Jarno: The main think that would help is to find which commit has broken qemu on OS X, or in other words the latest version that is working. Then it would be a lot more easier to find what is wrong in the code. Okay, so on 2007-09-20 15:30:00 UTC it sti

Re: [Qemu-devel] qemu/target-sparc exec.h op.c op_helper.c op_me...

2007-09-22 Thread Aurelien Jarno
Andreas Färber a écrit : > Am 22.09.2007 um 13:49 schrieb Aurelien Jarno: > >> On Fri, Sep 21, 2007 at 11:20:26PM +0200, Andreas Färber wrote: >>> Am 21.09.2007 um 23:07 schrieb Aurelien Jarno: >>> Aurelien Jarno a écrit : > On Fri, Sep 21, 2007 at 09:32:00PM +0200, Andreas Färber wrote:

Re: [Qemu-devel] qemu/target-sparc exec.h op.c op_helper.c op_me...

2007-09-22 Thread Andreas Färber
Am 22.09.2007 um 13:49 schrieb Aurelien Jarno: On Fri, Sep 21, 2007 at 11:20:26PM +0200, Andreas Färber wrote: Am 21.09.2007 um 23:07 schrieb Aurelien Jarno: Aurelien Jarno a écrit : On Fri, Sep 21, 2007 at 09:32:00PM +0200, Andreas Färber wrote: These changes appear to have broken sparc32

Re: [Qemu-devel] qemu/target-sparc exec.h op.c op_helper.c op_me...

2007-09-22 Thread Blue Swirl
On 9/22/07, Aurelien Jarno <[EMAIL PROTECTED]> wrote: > On Fri, Sep 21, 2007 at 11:20:26PM +0200, Andreas Färber wrote: > > Am 21.09.2007 um 23:07 schrieb Aurelien Jarno: > > > > >Aurelien Jarno a écrit : > > >>On Fri, Sep 21, 2007 at 09:32:00PM +0200, Andreas Färber wrote: > > >>>These changes app

Re: [Qemu-devel] qemu/target-sparc exec.h op.c op_helper.c op_me...

2007-09-22 Thread Aurelien Jarno
On Fri, Sep 21, 2007 at 11:20:26PM +0200, Andreas Färber wrote: > Am 21.09.2007 um 23:07 schrieb Aurelien Jarno: > > >Aurelien Jarno a écrit : > >>On Fri, Sep 21, 2007 at 09:32:00PM +0200, Andreas Färber wrote: > >>>These changes appear to have broken sparc32-softmmu on OS X v10.4 > >>>ppc: The Op

Re: [Qemu-devel] qemu/target-sparc exec.h op.c op_helper.c op_me...

2007-09-21 Thread Andreas Färber
Am 21.09.2007 um 23:07 schrieb Aurelien Jarno: Aurelien Jarno a écrit : On Fri, Sep 21, 2007 at 09:32:00PM +0200, Andreas Färber wrote: These changes appear to have broken sparc32-softmmu on OS X v10.4 ppc: The OpenBIOS screen no longer appears. Could you try to see if qemu.log contains us

Re: [Qemu-devel] qemu/target-sparc exec.h op.c op_helper.c op_me...

2007-09-21 Thread Aurelien Jarno
Aurelien Jarno a écrit : > On Fri, Sep 21, 2007 at 09:32:00PM +0200, Andreas Färber wrote: >> >> Am 21.09.2007 um 21:10 schrieb Blue Swirl: >> >>> CVSROOT:/cvsroot/qemu >>> Module name:qemu >>> Changes by: Blue Swirl 07/09/21 19:10:53 >>> >>> Modified files: >>> target-sparc : e

Re: [Qemu-devel] qemu/target-sparc exec.h op.c op_helper.c op_me...

2007-09-21 Thread Andreas Färber
Am 21.09.2007 um 22:25 schrieb Blue Swirl: On 9/21/07, Andreas Färber <[EMAIL PROTECTED]> wrote: These changes appear to have broken sparc32-softmmu on OS X v10.4 ppc: The OpenBIOS screen no longer appears. I had exactly the same problem, but "make clean" fixed it. Some dependencies are not

Re: [Qemu-devel] qemu/target-sparc exec.h op.c op_helper.c op_me...

2007-09-21 Thread Aurelien Jarno
On Fri, Sep 21, 2007 at 09:32:00PM +0200, Andreas Färber wrote: > > > Am 21.09.2007 um 21:10 schrieb Blue Swirl: > > >CVSROOT: /cvsroot/qemu > >Module name: qemu > >Changes by: Blue Swirl 07/09/21 19:10:53 > > > >Modified files: > > target-sparc : exec.h op.c op_helper.c op_mem.h tr

Re: [Qemu-devel] qemu/target-sparc exec.h op.c op_helper.c op_me...

2007-09-21 Thread Blue Swirl
On 9/21/07, Andreas Färber <[EMAIL PROTECTED]> wrote: > These changes appear to have broken sparc32-softmmu on OS X v10.4 > ppc: The OpenBIOS screen no longer appears. I had exactly the same problem, but "make clean" fixed it. Some dependencies are not correct.

Re: [Qemu-devel] qemu/target-sparc exec.h op.c op_helper.c op_me...

2007-09-21 Thread Andreas Färber
Am 21.09.2007 um 21:10 schrieb Blue Swirl: CVSROOT:/cvsroot/qemu Module name:qemu Changes by: Blue Swirl 07/09/21 19:10:53 Modified files: target-sparc : exec.h op.c op_helper.c op_mem.h translate.c Log message: Rework ASI instructions (Aurelien Jarno)

[Qemu-devel] qemu/target-sparc exec.h op.c op_helper.c op_me...

2007-09-21 Thread Blue Swirl
CVSROOT:/cvsroot/qemu Module name:qemu Changes by: Blue Swirl 07/09/21 19:10:53 Modified files: target-sparc : exec.h op.c op_helper.c op_mem.h translate.c Log message: Rework ASI instructions (Aurelien Jarno) CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs

[Qemu-devel] qemu/target-sparc exec.h op.c op_helper.c trans...

2007-04-06 Thread Blue Swirl
CVSROOT:/cvsroot/qemu Module name:qemu Changes by: Blue Swirl 07/04/06 20:03:29 Modified files: target-sparc : exec.h op.c op_helper.c translate.c Log message: Full implementation of IEEE exceptions (Aurelien Jarno) CVSWeb URLs: http://cvs.savannah.gnu.org/

[Qemu-devel] qemu/target-sparc exec.h

2005-10-30 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/10/30 17:06:11 Modified files: target-sparc : exec.h Log message: restore regwptr (Blue Swirl) CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/qe

[Qemu-devel] qemu/target-sparc exec.h helper.c op_helper.c

2005-07-04 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/07/04 22:18:23 Modified files: target-sparc : exec.h helper.c op_helper.c Log message: correct split between helper.c and op_helper.c CVSWeb URLs: htt