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

2015-03-27 Thread Cron Daemon
* build/ALPHA/tests/opt/quick/se/00.hello/alpha/linux/o3-timing passed. * build/ALPHA/tests/opt/quick/se/00.hello/alpha/tru64/simple-atomic passed. * build/ALPHA/tests/opt/quick/se/00.hello/alpha/tru64/minor-timing passed. *

[gem5-dev] changeset in gem5: mem: Align all MSHR entries to block boundaries

2015-03-27 Thread Andreas Hansson
changeset b32578b2af99 in /z/repo/gem5 details: http://repo.gem5.org/gem5?cmd=changeset;node=b32578b2af99 description: mem: Align all MSHR entries to block boundaries This patch aligns all MSHR queue entries to block boundaries to simplify checks for matches. Previously

[gem5-dev] changeset in gem5: mem: Rename PREFETCH_SNOOP_SQUASH flag to BLO...

2015-03-27 Thread Ali Jafri
changeset d524dc4f16ae in /z/repo/gem5 details: http://repo.gem5.org/gem5?cmd=changeset;node=d524dc4f16ae description: mem: Rename PREFETCH_SNOOP_SQUASH flag to BLOCK_CACHED This patch subsumes the PREFETCH_SNOOP_SQUASH flag with the more generic BLOCK_CACHED flag. Future

[gem5-dev] changeset in gem5: mem: Modernise MSHR iterators to C++11

2015-03-27 Thread Andreas Hansson
changeset b2071d0eb5f1 in /z/repo/gem5 details: http://repo.gem5.org/gem5?cmd=changeset;node=b2071d0eb5f1 description: mem: Modernise MSHR iterators to C++11 This patch updates the iterators in the MSHR and MSHR queues to use C++11 range-based for loops. It also does a bit

[gem5-dev] changeset in gem5: mem: Ignore uncacheable MSHRs when finding ma...

2015-03-27 Thread Andreas Hansson
changeset 9a34e28cd2c2 in /z/repo/gem5 details: http://repo.gem5.org/gem5?cmd=changeset;node=9a34e28cd2c2 description: mem: Ignore uncacheable MSHRs when finding matches This patch changes how we search for matching MSHRs, ignoring any MSHR that is allocated for an

[gem5-dev] changeset in gem5: mem: Remove redundant allocateUncachedReadBuf...

2015-03-27 Thread Andreas Hansson
changeset 993c2baa485a in /z/repo/gem5 details: http://repo.gem5.org/gem5?cmd=changeset;node=993c2baa485a description: mem: Remove redundant allocateUncachedReadBuffer in cache This patch removes the no-longer-needed allocateUncachedReadBuffer. Besides the checks it is

[gem5-dev] changeset in gem5: arm, configs: Do not forward snoops from I cache

2015-03-27 Thread Andreas Hansson
changeset 8a7285d6197e in /z/repo/gem5 details: http://repo.gem5.org/gem5?cmd=changeset;node=8a7285d6197e description: arm, configs: Do not forward snoops from I cache This fix simply tells the I cache to not forward snoops to the fetch unit (since there is really no

[gem5-dev] changeset in gem5: mem: Cleanup flow for uncacheable accesses

2015-03-27 Thread Andreas Hansson
changeset 9e521c0c3877 in /z/repo/gem5 details: http://repo.gem5.org/gem5?cmd=changeset;node=9e521c0c3877 description: mem: Cleanup flow for uncacheable accesses This patch simplifies the code dealing with uncacheable timing accesses, aiming to align it with the existing

[gem5-dev] changeset in gem5: mem: Allocate cache writebacks before new MSHRs

2015-03-27 Thread Andreas Hansson
changeset c48310de1a51 in /z/repo/gem5 details: http://repo.gem5.org/gem5?cmd=changeset;node=c48310de1a51 description: mem: Allocate cache writebacks before new MSHRs This patch changes the order of writeback allocation such that any writebacks resulting from a tag lookup

[gem5-dev] Review Request 2708: arm, dev: Add a NAND flash timing model

2015-03-27 Thread Andreas Hansson
--- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/2708/ --- Review request for Default. Repository: gem5 Description --- Changeset

[gem5-dev] Review Request 2709: arm, dev: Add a UFS device

2015-03-27 Thread Andreas Hansson
--- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/2709/ --- Review request for Default. Repository: gem5 Description --- Changeset

[gem5-dev] Review Request 2710: Correct the endianess detection

2015-03-27 Thread Ruslan Bukin
--- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/2710/ --- Review request for Default. Repository: gem5 Description --- _BIG_ENDIAN is

[gem5-dev] Review Request 2705: Extend access width for IDE control registers

2015-03-27 Thread Ruslan Bukin
Hello, can someone review this ? http://reviews.gem5.org/r/2705/ This makes freebsd ATA stack happy, as it want different access-width for two of registers Ruslan ___ gem5-dev mailing list gem5-dev@gem5.org

Re: [gem5-dev] Review Request 2710: Correct the endianess detection

2015-03-27 Thread Andreas Hansson
--- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/2710/#review5975 --- Thanks! Again, the summary should start with sim : - Andreas Hansson

Re: [gem5-dev] Review Request 2705: Extend access width for IDE control registers

2015-03-27 Thread Ruslan Bukin
On March 27, 2015, 2:16 p.m., Andreas Hansson wrote: Looks great. Thanks for the contribution. A few minor things: 1) The summary should start with dev : (see http://gem5.org/Commit_Access for details) 2) Are any regressions affected? (or is this not impacting linux) this is

Re: [gem5-dev] Review Request 2705: Extend access width for IDE control registers

2015-03-27 Thread Andreas Hansson
--- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/2705/#review5974 --- Looks great. Thanks for the contribution. A few minor things: 1) The

Re: [gem5-dev] Review Request 2710: Correct the endianess detection

2015-03-27 Thread Ali Saidi
--- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/2710/#review5978 --- Ship it! Ship It! - Ali Saidi On March 27, 2015, 2 p.m., Ruslan

Re: [gem5-dev] Review Request 2705: Extend access width for IDE control registers

2015-03-27 Thread Ali Saidi
--- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/2705/#review5977 --- Ship it! Thanks for the change! - Ali Saidi On March 25, 2015, 11:10

Re: [gem5-dev] Review Request 2668: config: Support full-system with SST's memory system

2015-03-27 Thread Steve Reinhardt
--- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/2668/#review5980 --- Looks much nicer. Thanks for the changes! Sorry for the long wait for

Re: [gem5-dev] Review Request 2668: config: Support full-system with SST's memory system

2015-03-27 Thread Curtis Dunham
--- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/2668/ --- (Updated March 27, 2015, 10:27 p.m.) Review request for Default. Repository:

Re: [gem5-dev] Review Request 2668: config: Support full-system with SST's memory system

2015-03-27 Thread Curtis Dunham
On March 27, 2015, 6:28 p.m., Steve Reinhardt wrote: ext/sst/tests/test6_arm_4c.py, line 93 http://reviews.gem5.org/r/2668/diff/5/?file=43877#file43877line93 so does this require you to edit the file to replace /XXX/abs-path-to? couldn't this path be read from an environment