[gem5-dev] Change in gem5/gem5[master]: sim: Add a function for decoding the field(s) of an m5op address.

2020-02-06 Thread Gabe Black (Gerrit)
Gabe Black has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/23183 ) Change subject: sim: Add a function for decoding the field(s) of an m5op address. .. sim: Add a function for decoding the

[gem5-dev] Change in gem5/gem5[master]: x86: Use the m5 op range in the system.

2020-02-06 Thread Gabe Black (Gerrit)
Gabe Black has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/23182 ) Change subject: x86: Use the m5 op range in the system. .. x86: Use the m5 op range in the system. Don't hard code a range

[gem5-dev] Change in gem5/gem5[master]: arch, sim: Use _m5opRange in System::allocPhysPages.

2020-02-06 Thread Gabe Black (Gerrit)
Gabe Black has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/23181 ) Change subject: arch,sim: Use _m5opRange in System::allocPhysPages. .. arch,sim: Use _m5opRange in System::allocPhysPages.

[gem5-dev] Change in gem5/gem5[master]: sim: Add a typetraits style mechanism to test for VarArgs.

2020-02-06 Thread Gabe Black (Gerrit)
Gabe Black has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/23750 ) Change subject: sim: Add a typetraits style mechanism to test for VarArgs. .. sim: Add a typetraits style mechanism to test

[gem5-dev] Change in gem5/gem5[master]: cpu: Remove the ancient do_quiesce config option.

2020-02-06 Thread Gabe Black (Gerrit)
Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/25143 ) Change subject: cpu: Remove the ancient do_quiesce config option. .. cpu: Remove the ancient do_quiesce config

[gem5-dev] Change in gem5/gem5[master]: arch, cpu, sim: Eliminate the now empty kernel statistics classes.

2020-02-06 Thread Gabe Black (Gerrit)
Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/25149 ) Change subject: arch,cpu,sim: Eliminate the now empty kernel statistics classes. .. arch,cpu,sim: Eliminate

[gem5-dev] Change in gem5/gem5[master]: sim: Move guts of quiesce and quisceTick from ThreadContext to System.

2020-02-06 Thread Gabe Black (Gerrit)
Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/25145 ) Change subject: sim: Move guts of quiesce and quisceTick from ThreadContext to System. .. sim: Move guts of

[gem5-dev] Change in gem5/gem5[master]: fastmodel, cpu, sim: Eliminate EndQuiesceEvent and plumbing.

2020-02-06 Thread Gabe Black (Gerrit)
Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/25146 ) Change subject: fastmodel,cpu,sim: Eliminate EndQuiesceEvent and plumbing. .. fastmodel,cpu,sim: Eliminate

[gem5-dev] Change in gem5/gem5[master]: arch, cpu, dev, sim, mem: Collect System thread elements into a subclass.

2020-02-06 Thread Gabe Black (Gerrit)
Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/25144 ) Change subject: arch,cpu,dev,sim,mem: Collect System thread elements into a subclass. .. arch,cpu,dev,sim,mem:

[gem5-dev] Change in gem5/gem5[master]: alpha: Move the guts of Kernel::Statistics into FsWorkload.

2020-02-06 Thread Gabe Black (Gerrit)
Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/25148 ) Change subject: alpha: Move the guts of Kernel::Statistics into FsWorkload. .. alpha: Move the guts of

[gem5-dev] Change in gem5/gem5[master]: arch, kern, sim: Move the stats in Kernel::Statistics to Workload.

2020-02-06 Thread Gabe Black (Gerrit)
Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/25147 ) Change subject: arch,kern,sim: Move the stats in Kernel::Statistics to Workload. .. arch,kern,sim: Move the

Re: [gem5-dev] Ruby Checkpointing Broken

2020-02-06 Thread Timothy Hayes
I've done a git bisect and found the problematic commit. bb94296373dde1d0ce971ee58ad111f4225c425e is the first bad commit commit bb94296373dde1d0ce971ee58ad111f4225c425e Author: Joe Gross Date: Mon Jul 20 09:15:18 2015 -0500 mem-ruby: Fixed pipeline squashes caused by aliased requests

[gem5-dev] Change in gem5/gem5[master]: arch-arm: Implement ARMv8.3-JSConv

2020-02-06 Thread Jordi Vaquero (Gerrit)
Jordi Vaquero has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/25023 ) Change subject: arch-arm: Implement ARMv8.3-JSConv .. arch-arm: Implement ARMv8.3-JSConv This commit implements Armv8

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

2020-02-06 Thread Cron Daemon
* build/MIPS/tests/opt/quick/se/03.learning-gem5/mips/linux/learning-gem5-p1-simple: CHANGED! * build/MIPS/tests/opt/quick/se/03.learning-gem5/mips/linux/learning-gem5-p1-two-level: CHANGED! * build/NULL/tests/opt/quick/se/80.dram-closepage/null/none/dram-lowp: CHANGED! *

[gem5-dev] Ruby Checkpointing Broken

2020-02-06 Thread Timothy Hayes
I’m using a workflow that relies on checkpoints created by Gem5/Ruby w/ the MOESI_hammer protocol. I successfully created a set of checkpoints last September using the public branch up to date at the time. I’ve now pulled the latest changes from upstream and tried to recreate them, however, the

[gem5-dev] Change in gem5/gem5[master]: tests: Simplify testignore by using ignore patterns

2020-02-06 Thread Giacomo Travaglini (Gerrit)
Giacomo Travaglini has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/25084 ) Change subject: tests: Simplify testignore by using ignore patterns .. tests: Simplify testignore by

[gem5-dev] Change in gem5/gem5[master]: ext: Add failure node to JUnit xml file

2020-02-06 Thread Giacomo Travaglini (Gerrit)
Hello Nikos Nikoleris, I'd like you to do a code review. Please visit https://gem5-review.googlesource.com/c/public/gem5/+/25083 to review the following change. Change subject: ext: Add failure node to JUnit xml file ..

[gem5-dev] Change in gem5/gem5[master]: tests: Move old quick regressions back into their original set

2020-02-06 Thread Giacomo Travaglini (Gerrit)
Giacomo Travaglini has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/25025 ) Change subject: tests: Move old quick regressions back into their original set .. tests: Move old quick

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

2020-02-06 Thread Cron Daemon
* build/RISCV/tests/opt/quick/se/02.insttest/riscv/linux-rv64c/simple-timing-ruby: FAILED! * build/RISCV/tests/opt/quick/se/02.insttest/riscv/linux-rv64c/o3-timing: FAILED! * build/RISCV/tests/opt/quick/se/02.insttest/riscv/linux-rv64c/minor-timing: FAILED! *