* [Qemu-devel] qemu/target-mips cpu.h exec.h helper.c mips-def...
@ 2005-07-02 14:57 Fabrice Bellard
0 siblings, 0 replies; 4+ messages in thread
From: Fabrice Bellard @ 2005-07-02 14:57 UTC (permalink / raw)
To: qemu-devel
CVSROOT: /cvsroot/qemu
Module name: qemu
Branch:
Changes by: Fabrice Bellard <bellard@savannah.gnu.org> 05/07/02 14:57:14
Added files:
target-mips : cpu.h exec.h helper.c mips-defs.h op.c
op_helper.c op_helper_mem.c op_mem.c
op_template.c translate.c
Log message:
MIPS target (Jocelyn Mayer)
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/target-mips/cpu.h?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/target-mips/exec.h?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/target-mips/helper.c?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/target-mips/mips-defs.h?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/target-mips/op.c?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/target-mips/op_helper.c?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/target-mips/op_helper_mem.c?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/target-mips/op_mem.c?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/target-mips/op_template.c?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/target-mips/translate.c?rev=1.1
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Qemu-devel] qemu/target-mips cpu.h exec.h helper.c mips-def...
@ 2006-12-06 17:42 Thiemo Seufer
0 siblings, 0 replies; 4+ messages in thread
From: Thiemo Seufer @ 2006-12-06 17:42 UTC (permalink / raw)
To: qemu-devel
CVSROOT: /sources/qemu
Module name: qemu
Changes by: Thiemo Seufer <ths> 06/12/06 17:42:40
Modified files:
target-mips : cpu.h exec.h helper.c mips-defs.h op_helper.c
translate.c
Log message:
MIPS TLB performance improvements, by Daniel Jacobowitz.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/target-mips/cpu.h?cvsroot=qemu&r1=1.10&r2=1.11
http://cvs.savannah.gnu.org/viewcvs/qemu/target-mips/exec.h?cvsroot=qemu&r1=1.8&r2=1.9
http://cvs.savannah.gnu.org/viewcvs/qemu/target-mips/helper.c?cvsroot=qemu&r1=1.15&r2=1.16
http://cvs.savannah.gnu.org/viewcvs/qemu/target-mips/mips-defs.h?cvsroot=qemu&r1=1.3&r2=1.4
http://cvs.savannah.gnu.org/viewcvs/qemu/target-mips/op_helper.c?cvsroot=qemu&r1=1.16&r2=1.17
http://cvs.savannah.gnu.org/viewcvs/qemu/target-mips/translate.c?cvsroot=qemu&r1=1.17&r2=1.18
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Qemu-devel] qemu/target-mips cpu.h exec.h helper.c mips-def...
@ 2006-12-06 20:17 Thiemo Seufer
0 siblings, 0 replies; 4+ messages in thread
From: Thiemo Seufer @ 2006-12-06 20:17 UTC (permalink / raw)
To: qemu-devel
CVSROOT: /sources/qemu
Module name: qemu
Changes by: Thiemo Seufer <ths> 06/12/06 20:17:30
Modified files:
target-mips : cpu.h exec.h helper.c mips-defs.h op.c
op_helper.c translate.c
Log message:
Add MIPS32R2 instructions, and generally straighten out the instruction
decoding. This is also the first percent towards MIPS64 support.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/target-mips/cpu.h?cvsroot=qemu&r1=1.12&r2=1.13
http://cvs.savannah.gnu.org/viewcvs/qemu/target-mips/exec.h?cvsroot=qemu&r1=1.11&r2=1.12
http://cvs.savannah.gnu.org/viewcvs/qemu/target-mips/helper.c?cvsroot=qemu&r1=1.16&r2=1.17
http://cvs.savannah.gnu.org/viewcvs/qemu/target-mips/mips-defs.h?cvsroot=qemu&r1=1.4&r2=1.5
http://cvs.savannah.gnu.org/viewcvs/qemu/target-mips/op.c?cvsroot=qemu&r1=1.14&r2=1.15
http://cvs.savannah.gnu.org/viewcvs/qemu/target-mips/op_helper.c?cvsroot=qemu&r1=1.19&r2=1.20
http://cvs.savannah.gnu.org/viewcvs/qemu/target-mips/translate.c?cvsroot=qemu&r1=1.21&r2=1.22
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Qemu-devel] qemu/target-mips cpu.h exec.h helper.c mips-def...
@ 2007-05-13 13:49 Thiemo Seufer
0 siblings, 0 replies; 4+ messages in thread
From: Thiemo Seufer @ 2007-05-13 13:49 UTC (permalink / raw)
To: qemu-devel
CVSROOT: /sources/qemu
Module name: qemu
Changes by: Thiemo Seufer <ths> 07/05/13 13:49:44
Modified files:
target-mips : cpu.h exec.h helper.c mips-defs.h op.c
op_helper.c translate.c translate_init.c
Log message:
MIPS TLB style selection at runtime, by Herve Poussineau.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/target-mips/cpu.h?cvsroot=qemu&r1=1.31&r2=1.32
http://cvs.savannah.gnu.org/viewcvs/qemu/target-mips/exec.h?cvsroot=qemu&r1=1.25&r2=1.26
http://cvs.savannah.gnu.org/viewcvs/qemu/target-mips/helper.c?cvsroot=qemu&r1=1.37&r2=1.38
http://cvs.savannah.gnu.org/viewcvs/qemu/target-mips/mips-defs.h?cvsroot=qemu&r1=1.14&r2=1.15
http://cvs.savannah.gnu.org/viewcvs/qemu/target-mips/op.c?cvsroot=qemu&r1=1.49&r2=1.50
http://cvs.savannah.gnu.org/viewcvs/qemu/target-mips/op_helper.c?cvsroot=qemu&r1=1.42&r2=1.43
http://cvs.savannah.gnu.org/viewcvs/qemu/target-mips/translate.c?cvsroot=qemu&r1=1.75&r2=1.76
http://cvs.savannah.gnu.org/viewcvs/qemu/target-mips/translate_init.c?cvsroot=qemu&r1=1.8&r2=1.9
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2007-05-13 13:57 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-06 17:42 [Qemu-devel] qemu/target-mips cpu.h exec.h helper.c mips-def Thiemo Seufer
-- strict thread matches above, loose matches on Subject: below --
2007-05-13 13:49 Thiemo Seufer
2006-12-06 20:17 Thiemo Seufer
2005-07-02 14:57 Fabrice Bellard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).