[Qemu-devel] qemu/hw mips_r4k.c

2007-12-06 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/12/07 01:13:38 Modified files: hw : mips_r4k.c Log message: Remove broken ds1225y init, it is useless on this machine anyway. Spotted by Atsushi Nemoto. CVSWeb URLs: http

[Qemu-devel] qemu/hw mips_r4k.c

2007-11-11 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Changes by: Paul Brook 07/11/11 12:02:33 Modified files: hw : mips_r4k.c Log message: mips_r4k warning fixes. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/hw/mips_r4k.c?cvsroot=qemu&r1=1.52&r2=1.53

[Qemu-devel] qemu/hw mips_r4k.c

2007-10-13 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/10/13 14:00:23 Modified files: hw : mips_r4k.c Log message: Static-ify function. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/hw/mips_r4k.c?cvsroot=qemu&r1=1.48&r2=1.49

[Qemu-devel] qemu/hw mips_r4k.c

2007-03-17 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/03/17 15:21:30 Modified files: hw : mips_r4k.c Log message: Remove useless static specifier. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/hw/mips_r4k.c?cvsroot=qemu&r1=1

[Qemu-devel] qemu/hw mips_r4k.c

2007-01-05 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/01/06 02:24:15 Modified files: hw : mips_r4k.c Log message: Unbreak the last patch. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/hw/mips_r4k.c?cvsroot=qemu&r1=1.30&r2=1.

[Qemu-devel] qemu/hw mips_r4k.c

2007-01-05 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/01/06 01:37:51 Modified files: hw : mips_r4k.c Log message: Different MIPS BIOS binary names per endianness, and more relaxed size rules for the binaries, by Alec Voropay.

[Qemu-devel] qemu/hw mips_r4k.c

2007-01-01 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/01/01 20:31:07 Modified files: hw : mips_r4k.c Log message: Fix initrd load address. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/hw/mips_r4k.c?cvsroot=qemu&r1=1.28&r2=1

[Qemu-devel] qemu/hw mips_r4k.c

2006-12-22 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 06/12/23 00:23:19 Modified files: hw : mips_r4k.c Log message: More serial ports for the mips machine. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/hw/mips_r4k.c?cvsroot=qe

Re: [Qemu-devel] qemu hw/mips_r4k.c target-mips/cpu.h target-mip...

2006-12-21 Thread Thiemo Seufer
André Braga wrote: > On 12/21/06, Thiemo Seufer <[EMAIL PROTECTED]> wrote: > >Fabrice Bellard wrote: > >> You should suppress the SIGN_EXTEND32() macro and just use an 'int32_t' > >> cast... > > > >Then it may not work. A MIPS64 CPU requires properly sign-extended > >32bit values. Host architecture

Re: [Qemu-devel] qemu hw/mips_r4k.c target-mips/cpu.h target-mip...

2006-12-21 Thread André Braga
On 12/21/06, Thiemo Seufer <[EMAIL PROTECTED]> wrote: Fabrice Bellard wrote: > You should suppress the SIGN_EXTEND32() macro and just use an 'int32_t' > cast... Then it may not work. A MIPS64 CPU requires properly sign-extended 32bit values. Host architectures can define either sign- or zero- Ex

[Qemu-devel] qemu hw/mips_r4k.c target-mips/cpu.h target-mip...

2006-12-21 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 06/12/21 13:48:28 Modified files: hw : mips_r4k.c target-mips: cpu.h helper.c op.c op_helper.c translate.c Log message: Scrap SIGN_EXTEND32. CVSWeb URLs: http://cvs.sav

Re: [Qemu-devel] qemu hw/mips_r4k.c target-mips/cpu.h target-mip...

2006-12-21 Thread Thiemo Seufer
Thiemo Seufer wrote: > Fabrice Bellard wrote: > > You should suppress the SIGN_EXTEND32() macro and just use an 'int32_t' > > cast... > > Then it may not work. A MIPS64 CPU requires properly sign-extended > 32bit values. Host architectures can define either sign- or zero- > Extension for 32bit va

Re: [Qemu-devel] qemu hw/mips_r4k.c target-mips/cpu.h target-mip...

2006-12-21 Thread Thiemo Seufer
Fabrice Bellard wrote: > You should suppress the SIGN_EXTEND32() macro and just use an 'int32_t' > cast... Then it may not work. A MIPS64 CPU requires properly sign-extended 32bit values. Host architectures can define either sign- or zero- Extension for 32bit values in 64bit Registers. Thiemo

Re: [Qemu-devel] qemu hw/mips_r4k.c target-mips/cpu.h target-mip...

2006-12-21 Thread Fabrice Bellard
You should suppress the SIGN_EXTEND32() macro and just use an 'int32_t' cast... Fabrice. Thiemo Seufer wrote: CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer06/12/21 01:19:56 Modified files: hw : mips_r4k.c target-mips: cpu.h exec.h

[Qemu-devel] qemu hw/mips_r4k.c target-mips/cpu.h target-mip...

2006-12-20 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 06/12/21 01:19:56 Modified files: hw : mips_r4k.c target-mips: cpu.h exec.h fop_template.c helper.c mips-defs.h op.c op_helper.c op_helper_mem.c

[Qemu-devel] qemu hw/mips_r4k.c target-mips/cpu.h target-mip...

2006-12-06 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 06/12/06 17:48:53 Modified files: hw : mips_r4k.c target-mips: cpu.h translate.c Log message: Halt/reboot support for Linux, by Daniel Jacobowitz. This is a band-aid

Re: [Qemu-devel] qemu/hw mips_r4k.c

2006-05-11 Thread Fabrice Bellard
Thiemo Seufer wrote: Fabrice Bellard wrote: CVSROOT:/sources/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 06/05/11 21:15:08 Modified files: hw : mips_r4k.c Log message: mips bios loading fix CVSWeb URLs: h

Re: [Qemu-devel] qemu/hw mips_r4k.c

2006-05-11 Thread Thiemo Seufer
Fabrice Bellard wrote: > CVSROOT: /sources/qemu > Module name: qemu > Branch: > Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 06/05/11 21:15:08 > > Modified files: > hw : mips_r4k.c > > Log message: > mips bios loading fix > > CVSWeb URLs: > http://c

[Qemu-devel] qemu/hw mips_r4k.c

2006-05-11 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 06/05/11 21:15:08 Modified files: hw : mips_r4k.c Log message: mips bios loading fix CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/qemu

Re: [Qemu-devel] qemu/hw mips_r4k.c

2006-05-03 Thread Thiemo Seufer
Fabrice Bellard wrote: > Thiemo Seufer wrote: > >Fabrice Bellard wrote: > > > >>CVSROOT:/sources/qemu > >>Module name:qemu > >>Branch: > >>Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 06/05/02 > >>22:18:28 > >> > >>Modified files: > >>hw : mips_r4k.c > >> >

Re: [Qemu-devel] qemu/hw mips_r4k.c

2006-05-03 Thread Fabrice Bellard
Thiemo Seufer wrote: Fabrice Bellard wrote: CVSROOT:/sources/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 06/05/02 22:18:28 Modified files: hw : mips_r4k.c Log message: performance boost (on P4 hosts at lea

Re: [Qemu-devel] qemu/hw mips_r4k.c

2006-05-02 Thread Thiemo Seufer
Fabrice Bellard wrote: > CVSROOT: /sources/qemu > Module name: qemu > Branch: > Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 06/05/02 22:18:28 > > Modified files: > hw : mips_r4k.c > > Log message: > performance boost (on P4 hosts at least, rdtsc is

[Qemu-devel] qemu/hw mips_r4k.c

2006-05-02 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 06/05/02 22:18:28 Modified files: hw : mips_r4k.c Log message: performance boost (on P4 hosts at least, rdtsc is a _very_ bad random generator)

[Qemu-devel] qemu/hw mips_r4k.c

2006-04-26 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 06/04/26 22:06:56 Modified files: hw : mips_r4k.c Log message: ELF loader (Thiemo Seufer) CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu

[Qemu-devel] qemu/hw mips_r4k.c

2005-12-18 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/12/18 17:51:01 Modified files: hw : mips_r4k.c Log message: do not init ne2000 if no network enabled CVSWeb URLs: http://cvs.savannah.gnu.or

[Qemu-devel] qemu/hw mips_r4k.c

2005-12-05 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/12/05 19:56:38 Modified files: hw : mips_r4k.c Log message: kernel command line support (Daniel Jacobowitz) CVSWeb URLs: http://savannah.gnu

[Qemu-devel] qemu/hw mips_r4k.c

2005-08-21 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/08/21 09:40:49 Modified files: hw : mips_r4k.c Log message: Fix MIPS counter / compare interrupt (Ralf Baechle CVSWeb URLs: http://savannah.

[Qemu-devel] qemu/hw mips_r4k.c

2005-07-02 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/07/02 18:11:03 Modified files: hw : mips_r4k.c Log message: i8259 PIC support CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu

[Qemu-devel] qemu/hw mips_r4k.c

2005-07-02 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/07/02 15:20:30 Modified files: hw : mips_r4k.c Log message: init cleanup (Ralf Baechle) CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs

[Qemu-devel] qemu hw/mips_r4k.c ./Makefile.target

2005-07-02 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/07/02 15:26:04 Modified files: hw : mips_r4k.c . : Makefile.target Log message: added NE2000 (Ralf Baechle) CVSWeb URL

[Qemu-devel] qemu/hw mips_r4k.c

2005-07-02 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/07/02 15:13:42 Modified files: hw : mips_r4k.c Log message: fixed random register (Ralf Baechle) CVSWeb URLs: http://savannah.gnu.org/cgi-bi

[Qemu-devel] qemu/hw mips_r4k.c

2005-07-02 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/07/02 15:11:25 Modified files: hw : mips_r4k.c Log message: kernel load fix (Ralf Baechle) CVSWeb URLs: http://savannah.gnu.org/cgi-bin/view

[Qemu-devel] qemu/hw mips_r4k.c

2005-07-02 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/07/02 14:58:51 Added files: hw : mips_r4k.c Log message: MIPS target (Jocelyn Mayer) CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/qe