[gem5-dev] Cron m5test@zizzer /z/m5/regression/do-regression quick

2011-05-23 Thread Cron Daemon
* build/ALPHA_SE/tests/opt/quick/60.rubytest/alpha/linux/rubytest-ruby passed. * build/ALPHA_SE/tests/opt/quick/30.eio-mp/alpha/eio/simple-atomic-mp passed. * build/ALPHA_SE/tests/opt/quick/20.eio-short/alpha/eio/simple-atomic passed. *

[gem5-dev] changeset in m5: O3: Fix issue with interrupts/faults occuring i...

2011-05-23 Thread Geoffrey Blake
changeset 13ac7b9939ef in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=13ac7b9939ef description: O3: Fix issue with interrupts/faults occuring in the middle of a macro-op This patch fixes two problems with the O3 cpu model. The first is an issue with

[gem5-dev] changeset in m5: O3: Fix issue w/wbOutstading being decremented ...

2011-05-23 Thread Geoffrey Blake
changeset 6173b87e7652 in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=6173b87e7652 description: O3: Fix issue w/wbOutstading being decremented multiple times on blocked cache. If a split load fails on a blocked cache wbOutstanding can be decremented

[gem5-dev] changeset in m5: Stats: Update stats for minor O3 changes below.

2011-05-23 Thread Ali Saidi
changeset 7f106d0bd638 in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=7f106d0bd638 description: Stats: Update stats for minor O3 changes below. diffstat: tests/long/00.gzip/ref/arm/linux/o3-timing/simout| 8 +-

[gem5-dev] Review Request: config: tweak ruby configs to clean up hierarchy

2011-05-23 Thread Steve Reinhardt
--- This is an automatically generated e-mail. To reply, visit: http://reviews.m5sim.org/r/709/ --- Review request for Default, Ali Saidi, Gabe Black, Steve Reinhardt, and Nathan

[gem5-dev] Auto-generated error/warning URLs

2011-05-23 Thread Steve Reinhardt
You know the For more information see: http://www.m5sim.org/warn/3a2134f6; URLs? How many of these are actually used? They seem mostly like noise to me. If we're not using them, can we get rid of them? Seems like it's just as intuitive to search for the warning/error string on the wiki (or in

Re: [gem5-dev] Review Request: config: tweak ruby configs to clean up hierarchy

2011-05-23 Thread Tushar Krishna
--- This is an automatically generated e-mail. To reply, visit: http://reviews.m5sim.org/r/709/#review1253 --- Hi Steve, I think you will also have to make similar changes in

Re: [gem5-dev] Auto-generated error/warning URLs

2011-05-23 Thread Gabriel Michael Black
According to this: http://m5sim.org/Special:AllPages only one exists created by Ali last August. I'm all for getting rid of those links and I think I've even suggested it a time or two in the past. Gabe Quoting Steve Reinhardt ste...@gmail.com: You know the For more information see:

[gem5-dev] Review Request: syscall emul: fix Power Linux mmap constant, plus other cleanup

2011-05-23 Thread Steve Reinhardt
--- This is an automatically generated e-mail. To reply, visit: http://reviews.m5sim.org/r/710/ --- Review request for Default, Ali Saidi, Gabe Black, Steve Reinhardt, and Nathan

Re: [gem5-dev] Auto-generated error/warning URLs

2011-05-23 Thread Ali Saidi
That is fine with me.. It was one of those good ideas at the time that didn't make it. Ali On May 23, 2011, at 1:29 PM, Gabriel Michael Black wrote: According to this: http://m5sim.org/Special:AllPages only one exists created by Ali last August. I'm all for getting rid of those links

Re: [gem5-dev] Review Request: syscall emul: fix Power Linux mmap constant, plus other cleanup

2011-05-23 Thread Ali Saidi
--- This is an automatically generated e-mail. To reply, visit: http://reviews.m5sim.org/r/710/#review1255 --- Ship it! - Ali On 2011-05-23 16:48:45, Steve Reinhardt wrote:

[gem5-dev] Review Request: garnet: add network ptr to links

2011-05-23 Thread Tushar Krishna
--- This is an automatically generated e-mail. To reply, visit: http://reviews.m5sim.org/r/711/ --- Review request for Default, Ali Saidi, Gabe Black, Steve Reinhardt, Nathan Binkert,

[gem5-dev] changeset in m5: util/regress: make default action a more thorou...

2011-05-23 Thread Steve Reinhardt
changeset 6a49ac49fd67 in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=6a49ac49fd67 description: util/regress: make default action a more thorough regression Changed the --variants option to --test-variants and added a new --compile-variants option for

[gem5-dev] changeset in m5: sim: add some DPRINTFs for debugging unserializ...

2011-05-23 Thread Steve Reinhardt
changeset c03e683e83fe in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=c03e683e83fe description: sim: add some DPRINTFs for debugging unserialization Also got rid of unused C++ unserializeAll() method (this is now handled in Python) diffstat:

[gem5-dev] changeset in m5: config: tweak ruby configs to clean up hierarchy

2011-05-23 Thread Steve Reinhardt
changeset 19949c6de823 in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=19949c6de823 description: config: tweak ruby configs to clean up hierarchy Re-enabling implicit parenting (see previous patch) causes current Ruby config scripts to create some

[gem5-dev] changeset in m5: config: revamp x86 config to avoid appending to...

2011-05-23 Thread Steve Reinhardt
changeset fd20dcf1a9aa in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=fd20dcf1a9aa description: config: revamp x86 config to avoid appending to SimObjectVectors A significant contributor to the need for adoptOrphanParams() is the practice of appending to

[gem5-dev] changeset in m5: syscall emul: fix Power Linux mmap constant, pl...

2011-05-23 Thread Steve Reinhardt
changeset aa7a67647c7b in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=aa7a67647c7b description: syscall emul: fix Power Linux mmap constant, plus other cleanup We were getting a spurious warning in the regressions that turned out to be due to having the

[gem5-dev] changeset in m5: sim: style fixes in sim/process.hh

2011-05-23 Thread Steve Reinhardt
changeset 76095b05f4da in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=76095b05f4da description: sim: style fixes in sim/process.hh diffstat: src/sim/process.hh | 46 +++--- 1 files changed, 19 insertions(+), 27 deletions(-)