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

2019-04-05 Thread Cron Daemon
* build/ALPHA/tests/opt/quick/fs/10.linux-boot/alpha/linux/tsunami-simple-atomic-dual: FAILED! * build/ALPHA/tests/opt/quick/fs/10.linux-boot/alpha/linux/tsunami-simple-timing-dual: FAILED! * build/ALPHA/tests/opt/quick/fs/10.linux-boot/alpha/linux/tsunami-simple-timing: FAILED! *

Re: [gem5-dev] memory back door APIs (back door vs. DMI) and single vs multi domain physical address

2019-04-05 Thread Gabe Black
Actually, thinking about this a bit more, this would probably work out. The re-mapper would just need to act as the source on the remapped side, and then as the target on the regular mapped side, creating its own backdoor but with the same info. It could use a lambda with an appropriate capture to

[gem5-dev] Change in gem5/gem5[master]: dev: DmaPort constructor that selects a MasterPort

2019-04-05 Thread Matteo M. Fusi (Gerrit)
Matteo M. Fusi has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/17848 Change subject: dev: DmaPort constructor that selects a MasterPort .. dev: DmaPort constructor that selects a Ma

[gem5-dev] Change in gem5/gem5[master]: tests: Add Jenkins presubmit and continuous test scripts

2019-04-05 Thread Jason Lowe-Power (Gerrit)
Jason Lowe-Power has submitted this change and it was merged. ( https://gem5-review.googlesource.com/c/public/gem5/+/17456 ) Change subject: tests: Add Jenkins presubmit and continuous test scripts .. tests: Add Jenkins presub

[gem5-dev] Change in gem5/gem5[master]: mem: Reverse order of write/read mem queue check

2019-04-05 Thread Jason Lowe-Power (Gerrit)
Jason Lowe-Power has submitted this change and it was merged. ( https://gem5-review.googlesource.com/c/public/gem5/+/17828 ) Change subject: mem: Reverse order of write/read mem queue check .. mem: Reverse order of write/read

[gem5-dev] Change in gem5/gem5[master]: configs: Add full path for learning_gem5 binaries

2019-04-05 Thread Jason Lowe-Power (Gerrit)
Jason Lowe-Power has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/17868 Change subject: configs: Add full path for learning_gem5 binaries .. configs: Add full path for learning_gem5

[gem5-dev] Change in gem5/gem5[master]: mem-cache: ambiguous use of abs function

2019-04-05 Thread Jason Lowe-Power (Gerrit)
Jason Lowe-Power has uploaded a new patch set (#5) to the change originally created by Andrea Mondelli. ( https://gem5-review.googlesource.com/c/public/gem5/+/17788 ) Change subject: mem-cache: ambiguous use of abs function .

[gem5-dev] Change in gem5/gem5[master]: configs: Fix import path error in learning_gem5 part3

2019-04-05 Thread Jason Lowe-Power (Gerrit)
Jason Lowe-Power has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/17869 Change subject: configs: Fix import path error in learning_gem5 part3 .. configs: Fix import path error in lea

[gem5-dev] Change in gem5/gem5[master]: learning_gem5, configs: Update ruby_test

2019-04-05 Thread Jason Lowe-Power (Gerrit)
Jason Lowe-Power has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/17871 Change subject: learning_gem5,configs: Update ruby_test .. learning_gem5,configs: Update ruby_test Use Simple

[gem5-dev] Change in gem5/gem5[master]: learning_gem5: Fix vector port panic in SimpleCache

2019-04-05 Thread Jason Lowe-Power (Gerrit)
Jason Lowe-Power has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/17870 Change subject: learning_gem5: Fix vector port panic in SimpleCache .. learning_gem5: Fix vector port panic in

[gem5-dev] Change in gem5/gem5[master]: tests: Add protocol as an option to SconsFixture

2019-04-05 Thread Jason Lowe-Power (Gerrit)
Jason Lowe-Power has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/17872 Change subject: tests: Add protocol as an option to SconsFixture .. tests: Add protocol as an option to SconsF

[gem5-dev] Change in gem5/gem5[master]: tests: Add tests for learning_gem5 configs

2019-04-05 Thread Jason Lowe-Power (Gerrit)
Hello Rutuja Govind Oza, I'd like you to do a code review. Please visit https://gem5-review.googlesource.com/c/public/gem5/+/17873 to review the following change. Change subject: tests: Add tests for learning_gem5 configs ...

[gem5-dev] Change in gem5/gem5[master]: mem-cache: ambiguous use of abs function

2019-04-05 Thread Ryan Gambord (Gerrit)
Ryan Gambord has submitted this change and it was merged. ( https://gem5-review.googlesource.com/c/public/gem5/+/17788 ) Change subject: mem-cache: ambiguous use of abs function .. mem-cache: ambiguous use of abs function std

[gem5-dev] Change in gem5/gem5[master]: cpu: Correctly account for executed instructions in simple cpus

2019-04-05 Thread Nikos Nikoleris (Gerrit)
Nikos Nikoleris has submitted this change and it was merged. ( https://gem5-review.googlesource.com/c/public/gem5/+/17730 ) Change subject: cpu: Correctly account for executed instructions in simple cpus .. cpu: Correctly a

[gem5-dev] Change in gem5/gem5[master]: mem: Add a MemBackdoor type to track memory backdoors.

2019-04-05 Thread Gabe Black (Gerrit)
Gabe Black has submitted this change and it was merged. ( https://gem5-review.googlesource.com/c/public/gem5/+/17589 ) Change subject: mem: Add a MemBackdoor type to track memory backdoors. .. mem: Add a MemBackdoor type to tr

[gem5-dev] Hardware transactional memory support in gem5

2019-04-05 Thread zareen
Hi I am new to gem5. I have simulated a High Performance In-order ARM CPU model in FS mode. I want Hardware Transactional Memory support with the system so as to run STAMP benchmarks on it. Is some HTM model of a processor available for that purpose. The processor may not necessarily be ARM. I c