[m5-dev] Cron [EMAIL PROTECTED] /z/m5/regression/do-regression quick

2008-06-14 Thread Cron Daemon
* build/ALPHA_SE/tests/fast/quick/00.hello/alpha/linux/o3-timing passed. * build/ALPHA_SE/tests/fast/quick/00.hello/alpha/tru64/simple-timing passed. * build/ALPHA_SE/tests/fast/quick/00.hello/alpha/linux/simple-timing passed. *

Re: [m5-dev] M5

2008-06-14 Thread nathan binkert
Thanks to everyone for all the effort. BTW, the wiki page lists the development repo as m5-dev thought in reality it's just m5 (as always). Which name should we stick with? I vote m5. ___ m5-dev mailing list m5-dev@m5sim.org

[m5-dev] m5: Fix various SWIG warnings

2008-06-14 Thread Nathan Binkert
changeset 7eb7f0f5e79f in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=7eb7f0f5e79f summary: Fix various SWIG warnings diffstat: 4 files changed, 2 insertions(+), 2 deletions(-) src/arch/mips/MipsTLB.py |1 + src/arch/x86/X86TLB.py |1 - src/python/swig/event.i |1

[m5-dev] m5: Add hg commands for style check so you can check at times ot...

2008-06-14 Thread Nathan Binkert
changeset 4cff095bbf2b in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=4cff095bbf2b summary: Add hg commands for style check so you can check at times other than commit diffstat: 1 file changed, 1 insertion(+), 1 deletion(-) util/style.py |2 +- diffs (123 lines): diff

[m5-dev] m5: MemReq: Add option to reset the time on a request.

2008-06-14 Thread Nathan Binkert
changeset a1981d557252 in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=a1981d557252 summary: MemReq: Add option to reset the time on a request. diffs (11 lines): diff -r 4cff095bbf2b -r a1981d557252 src/mem/request.hh --- a/src/mem/request.hhSat Jun 14 19:37:26 2008