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
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
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
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
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.
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.
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
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
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
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
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
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
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
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
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
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
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
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
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
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
> >>
>
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
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
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)
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
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
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
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.
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
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
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
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
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
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
33 matches
Mail list logo