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

2014-02-23 Thread Cron Daemon
* build/ARM/tests/opt/long/se/20.parser/arm/linux/o3-timing CHANGED! scons: `build/ALPHA_MOESI_hammer/tests/opt/quick/fs' is up to date. scons: `build/ALPHA_MOESI_hammer/tests/opt/long/se' is up to date. scons: `build/ALPHA_MOESI_hammer/tests/opt/long/fs' is up to date. scons:

Re: [gem5-dev] Review Request 2164: misc: Add panic_if replacement for if(foo) ... assert(!foo)

2014-02-23 Thread Steve Reinhardt
--- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/2164/#review4911 --- Is the idea here to have something like assert() that does not get

[gem5-dev] changeset in gem5: ruby: slicc: remove unused COPY_HEAD function...

2014-02-23 Thread Nilay Vaish
changeset b9891fbae4c8 in /z/repo/gem5 details: http://repo.gem5.org/gem5?cmd=changeset;node=b9891fbae4c8 description: ruby: slicc: remove unused COPY_HEAD functionality diffstat: src/mem/ruby/buffers/MessageBuffer.cc | 8 src/mem/ruby/buffers/MessageBuffer.hh | 1 -

[gem5-dev] changeset in gem5: ruby: remove few not required #includes

2014-02-23 Thread Nilay Vaish
changeset bd1089db3a88 in /z/repo/gem5 details: http://repo.gem5.org/gem5?cmd=changeset;node=bd1089db3a88 description: ruby: remove few not required #includes diffstat: src/mem/ruby/SConscript| 1 - src/mem/ruby/common/NetDest.hh

[gem5-dev] changeset in gem5: ruby: message buffer: refactor code

2014-02-23 Thread Nilay Vaish
changeset 86f3b546c214 in /z/repo/gem5 details: http://repo.gem5.org/gem5?cmd=changeset;node=86f3b546c214 description: ruby: message buffer: refactor code Code in two of the functions was exactly the same. This patch moves this code to a new function which is called from

[gem5-dev] changeset in gem5: config: topologies: slight code refactor

2014-02-23 Thread Nilay Vaish
changeset eca928d8a4ab in /z/repo/gem5 details: http://repo.gem5.org/gem5?cmd=changeset;node=eca928d8a4ab description: config: topologies: slight code refactor diffstat: configs/topologies/Cluster.py | 16 1 files changed, 12 insertions(+), 4 deletions(-) diffs (35

[gem5-dev] changeset in gem5: ruby: Simplify RubyPort flow control and routing

2014-02-23 Thread Andreas Hansson
changeset bc3126a05a7f in /z/repo/gem5 details: http://repo.gem5.org/gem5?cmd=changeset;node=bc3126a05a7f description: ruby: Simplify RubyPort flow control and routing This patch simplfies the retry logic in the RubyPort, avoiding redundant attributes, and enforcing more

[gem5-dev] changeset in gem5: ruby: route all packets through ruby port

2014-02-23 Thread Nilay Vaish
changeset 4eec7bdde5b0 in /z/repo/gem5 details: http://repo.gem5.org/gem5?cmd=changeset;node=4eec7bdde5b0 description: ruby: route all packets through ruby port Currently, the interrupt controller in x86 is connected to the io bus directly. Therefore the packets between

[gem5-dev] changeset in gem5: stats: updates due to changes to ruby pio acc...

2014-02-23 Thread Nilay Vaish
changeset d76312a74915 in /z/repo/gem5 details: http://repo.gem5.org/gem5?cmd=changeset;node=d76312a74915 description: stats: updates due to changes to ruby pio access handling diffstat: tests/long/fs/10.linux-boot/ref/x86/linux/pc-simple-timing-ruby-MESI_Two_Level/config.ini

Re: [gem5-dev] Review Request 2163: mem: Wakeup sleeping CPUs without caches on LLSC

2014-02-23 Thread Steve Reinhardt
--- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/2163/#review4912 --- Does LL put the core to sleep in ARM? For Alpha, where LLSC was