[gem5-dev] Review Request: Name: Replace M5 with gem5 in a few places it's printed on startup.

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

Re: [gem5-dev] Review Request: Name: Replace M5 with gem5 in a few places it's printed on startup.

2011-05-24 Thread Gabe Black
I'm sure there are other places we need to fix, but this gets some of the most prominent ones. Gabe On 05/24/11 00:42, Gabe Black wrote: --- This is an automatically generated e-mail. To reply, visit: http://reviews.m5sim.org/r/713/

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

2011-05-24 Thread Cron Daemon
* build/ALPHA_SE/tests/opt/quick/00.hello/alpha/linux/simple-timing passed. * build/ALPHA_SE/tests/opt/quick/20.eio-short/alpha/eio/simple-atomic passed. * build/ALPHA_SE/tests/opt/quick/00.hello/alpha/linux/inorder-timing passed. *

Re: [gem5-dev] Review Request: Name: Replace M5 with gem5 in a few places it's printed on startup.

2011-05-24 Thread Steve Reinhardt
--- This is an automatically generated e-mail. To reply, visit: http://reviews.m5sim.org/r/713/#review1256 --- Ship it! src/python/m5/main.py

[gem5-dev] Review Request: style: Make the style hook work in directories other than the root.

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

[gem5-dev] Review Request: grammar: better encapsulation of a grammar and parsing

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

[gem5-dev] Review Request: slicc: cleanup slicc code and make it less verbose

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

[gem5-dev] Review Request: slicc: add a protocol statement and an include statement

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

[gem5-dev] Review Request: Enabled instruction fetch pipelining.

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

Re: [gem5-dev] Review Request: Name: Replace M5 with gem5 in a few places it's printed on startup.

2011-05-24 Thread Ali Saidi
--- This is an automatically generated e-mail. To reply, visit: http://reviews.m5sim.org/r/713/#review1257 --- Ship it! src/python/m5/main.py

Re: [gem5-dev] Review Request: style: Make the style hook work in directories other than the root.

2011-05-24 Thread Ali Saidi
--- This is an automatically generated e-mail. To reply, visit: http://reviews.m5sim.org/r/714/#review1258 --- Ship it! hooray! - Ali On 2011-05-24 10:15:13, Nathan Binkert wrote:

[gem5-dev] changeset in m5: style: Make the style hook work in directories ...

2011-05-24 Thread Nathan Binkert
changeset 8b0eee09deaf in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=8b0eee09deaf description: style: Make the style hook work in directories other than the root. diffstat: util/style.py | 13 - 1 files changed, 8 insertions(+), 5 deletions(-) diffs

Re: [gem5-dev] Review Request: Name: Replace M5 with gem5 in a few places it's printed on startup.

2011-05-24 Thread Gabe Black
On 2011-05-24 18:41:14, Ali Saidi wrote: src/python/m5/main.py, line 40 http://reviews.m5sim.org/r/713/diff/1/?file=12646#file12646line40 This really should be the something else, maybe remove university of michigan and put see COPYRIGHT file (although that needs an update too).

[gem5-dev] changeset in m5: Name: Replace M5 with gem5 in a few places it's...

2011-05-24 Thread Gabe Black
changeset dda2a88eb7c4 in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=dda2a88eb7c4 description: Name: Replace M5 with gem5 in a few places it's printed on startup. diffstat: src/python/m5/main.py | 15 --- 1 files changed, 8 insertions(+), 7 deletions(-)

Re: [gem5-dev] Review Request: Enabled instruction fetch pipelining.

2011-05-24 Thread Gabe Black
--- This is an automatically generated e-mail. To reply, visit: http://reviews.m5sim.org/r/718/#review1260 --- Have you run the regressions for the various ISAs with this patch? Have