[gem5-dev] Change in gem5/gem5[develop]: misc: Using OS::off_t in syscall signature

2021-10-13 Thread Giacomo Travaglini (Gerrit) via gem5-dev
Giacomo Travaglini has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/51490 ) Change subject: misc: Using OS::off_t in syscall signature .. misc: Using OS::off_t in syscall signature Change-Id:

[gem5-dev] Change in gem5/gem5[develop]: arch-arm: Add sendto and recvfrom implementations to the Syscall Table

2021-10-13 Thread Giacomo Travaglini (Gerrit) via gem5-dev
Giacomo Travaglini has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/51487 ) Change subject: arch-arm: Add sendto and recvfrom implementations to the Syscall Table .. arch-arm: Add sendto

[gem5-dev] Change in gem5/gem5[develop]: arch-arm: Add ftruncate implementation to the Syscall Table

2021-10-13 Thread Giacomo Travaglini (Gerrit) via gem5-dev
Giacomo Travaglini has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/51488 ) Change subject: arch-arm: Add ftruncate implementation to the Syscall Table .. arch-arm: Add ftruncate

[gem5-dev] Change in gem5/gem5[develop]: misc: Using OS::size_t in syscall signature

2021-10-13 Thread Giacomo Travaglini (Gerrit) via gem5-dev
Giacomo Travaglini has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/51489 ) Change subject: misc: Using OS::size_t in syscall signature .. misc: Using OS::size_t in syscall signature Using

[gem5-dev] Change in gem5/gem5[develop]: sparc: Stop special casing FP enable checks for full system.

2021-10-13 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/48716 ) ( 1 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one. )Change subject: sparc: Stop special casing FP enable checks for

[gem5-dev] Change in gem5/gem5[develop]: arch,sparc: Get rid of the unused checkVecEnableFault mechanism.

2021-10-13 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/48715 ) ( 1 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one. )Change subject: arch,sparc: Get rid of the unused

[gem5-dev] Change in gem5/gem5[develop]: mem: Make ruby AbstractController compatible with XBar

2021-10-13 Thread Giacomo Travaglini (Gerrit) via gem5-dev
Giacomo Travaglini has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/50367 ) Change subject: mem: Make ruby AbstractController compatible with XBar .. mem: Make ruby AbstractController

[gem5-dev] Change in gem5/gem5[develop]: base,arch-arm: Replace Stats namespace with statistics.

2021-10-13 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/51528 ) Change subject: base,arch-arm: Replace Stats namespace with statistics. .. base,arch-arm: Replace Stats namespace

[gem5-dev] Change in gem5/gem5[develop]: mem: Stop using SlavePort as a base class.

2021-10-13 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/51529 ) Change subject: mem: Stop using SlavePort as a base class. .. mem: Stop using SlavePort as a base class. There

[gem5-dev] Change in gem5/gem5[develop]: mem: Replace SatCounter with SatCounter8 in the SHiP replacement policy.

2021-10-13 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/51530 ) Change subject: mem: Replace SatCounter with SatCounter8 in the SHiP replacement policy. .. mem: Replace

[gem5-dev] Change in gem5/gem5[develop]: cpu: Eliminate the unused hasBranchTarget method in StaticInst.

2021-10-13 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/51531 ) Change subject: cpu: Eliminate the unused hasBranchTarget method in StaticInst. .. cpu: Eliminate the unused

[gem5-dev] Change in gem5/gem5[develop]: arch-power: Replace the Loader namespace with loader.

2021-10-13 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/51527 ) Change subject: arch-power: Replace the Loader namespace with loader. .. arch-power: Replace the Loader namespace

[gem5-dev] Change in gem5/gem5[develop]: sparc: Stop using fp_enable_check.

2021-10-13 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/48717 ) ( 1 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one. )Change subject: sparc: Stop using fp_enable_check.

[gem5-dev] Build failed in Jenkins: nightly #10

2021-10-13 Thread jenkins-no-reply--- via gem5-dev
See Changes: [quentin.forcioli] dev-arm: Added trusted DRAM to vexpress Realview [giacomo.travaglini] sim-se: Rewrite some syscalls to use a syscallImpl function [giacomo.travaglini] sim-se: Implement at suffixed syscalls

[gem5-dev] Re: Build failed in Jenkins: nightly #10

2021-10-13 Thread Bobby Bruce via gem5-dev
Ah, yeah, that's probably the problem. For clarity, all the nightly tests do is run `./tests/nightly.sh 16` from the gem5 root. Likewise, all the weekly tests do is run `./tests/weekly.sh 16` from the gem5 root. If you can update the tests with this assumption in mind, they should pass. -- Dr.

[gem5-dev] Re: Build failed in Jenkins: nightly #10

2021-10-13 Thread Bobby Bruce via gem5-dev
Fix for the nightly tests here: https://gem5-review.googlesource.com/c/public/gem5/+/51607 I've verified this fixes the issue. -- Dr. Bobby R. Bruce Room 3050, Kemper Hall, UC Davis Davis, CA, 95616 web: https://www.bobbybruce.net On Wed, Oct 13, 2021 at 10:50 AM Bobby Bruce wrote: > Ah,

[gem5-dev] Change in gem5/gem5[develop]: tests: Fix the nightly GPU tests

2021-10-13 Thread Bobby R. Bruce (Gerrit) via gem5-dev
Bobby R. Bruce has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/51607 ) Change subject: tests: Fix the nightly GPU tests .. tests: Fix the nightly GPU tests The nightly tests

[gem5-dev] Change in gem5/gem5[develop]: python: Add check to SimObject for __init__

2021-10-13 Thread Jason Lowe-Power (Gerrit) via gem5-dev
Jason Lowe-Power has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/51568 ) Change subject: python: Add check to SimObject for __init__ .. python: Add check to SimObject for __init__

[gem5-dev] Re: Build failed in Jenkins: nightly #10

2021-10-13 Thread Matt Sinclair via gem5-dev
Thanks Bobby! Good to know for future reference. I suspect I need to update the weekly tests accordingly too. Matt On Wed, Oct 13, 2021 at 1:15 PM Bobby Bruce wrote: > Fix for the nightly tests here: > https://gem5-review.googlesource.com/c/public/gem5/+/51607 > > I've verified this fixes

[gem5-dev] Re: Build failed in Jenkins: nightly #10

2021-10-13 Thread Matt Sinclair via gem5-dev
(Resending as my prior email bounced) Matt On Wed, Oct 13, 2021 at 10:21 AM Matt Sinclair wrote: > I believe the weekly tests will fail until this is merged in: > https://gem5-review.googlesource.com/c/public/gem5/+/51207 > > Jason, I will follow-up with Kyle today about the additional change

[gem5-dev] Re: Build failed in Jenkins: nightly #10

2021-10-13 Thread Bobby Bruce via gem5-dev
In fairness, I think the tests should ideally pass regardless as to where they are executed from, but that's not a priority right now :). -- Dr. Bobby R. Bruce Room 3050, Kemper Hall, UC Davis Davis, CA, 95616 web: https://www.bobbybruce.net On Wed, Oct 13, 2021 at 11:19 AM Matt Sinclair

[gem5-dev] Change in gem5/gem5[develop]: tests: convert all nightly GPU tests from GUID to GID

2021-10-13 Thread Matt Sinclair (Gerrit) via gem5-dev
Matt Sinclair has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/51567 ) Change subject: tests: convert all nightly GPU tests from GUID to GID .. tests: convert all nightly GPU tests

[gem5-dev] Change in gem5/gem5[develop]: sim-se: Define rmdirImpl helper

2021-10-13 Thread Giacomo Travaglini (Gerrit) via gem5-dev
Giacomo Travaglini has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/51547 ) Change subject: sim-se: Define rmdirImpl helper .. sim-se: Define rmdirImpl helper This will be used by

[gem5-dev] Change in gem5/gem5[develop]: arch-arm: Add chdir implementation to the Syscall Table

2021-10-13 Thread Giacomo Travaglini (Gerrit) via gem5-dev
Giacomo Travaglini has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/51549 ) Change subject: arch-arm: Add chdir implementation to the Syscall Table .. arch-arm: Add chdir

[gem5-dev] Re: Build failed in Jenkins: nightly #10

2021-10-13 Thread Jason Lowe-Power via gem5-dev
Looks like the failure is in the GPU tests (note: the weekly tests are also failing due to GPU errors). https://jenkins.gem5.org/job/nightly/10/console On Wed, Oct 13, 2021 at 4:03 AM jenkins-no-reply--- via gem5-dev < gem5-dev@gem5.org> wrote: > See

[gem5-dev] Change in gem5/gem5[develop]: sim-se, kern: Add flags parameter to unlinkat

2021-10-13 Thread Giacomo Travaglini (Gerrit) via gem5-dev
Giacomo Travaglini has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/51548 ) Change subject: sim-se, kern: Add flags parameter to unlinkat .. sim-se, kern: Add flags parameter to

[gem5-dev] Change in gem5/gem5[develop]: scons: Add tag support to GdbXml.

2021-10-13 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/50328 ) Change subject: scons: Add tag support to GdbXml. .. scons: Add tag support to GdbXml. Change-Id:

[gem5-dev] Change in gem5/gem5[develop]: mem: Replace SatCounter with SatCounter8 in the SHiP replacement policy.

2021-10-13 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/51530 ) Change subject: mem: Replace SatCounter with SatCounter8 in the SHiP replacement policy. .. mem: Replace SatCounter with

[gem5-dev] Change in gem5/gem5[develop]: mem: Adding PortTerminator

2021-10-13 Thread Mahyar Samani (Gerrit) via gem5-dev
Mahyar Samani has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/51609 ) Change subject: mem: Adding PortTerminator .. mem: Adding PortTerminator This change adds the source code for

[gem5-dev] Change in gem5/gem5[develop]: misc: Adding SimpleSingleChannelMemory

2021-10-13 Thread Mahyar Samani (Gerrit) via gem5-dev
Mahyar Samani has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/51611 ) Change subject: misc: Adding SimpleSingleChannelMemory .. misc: Adding SimpleSingleChannelMemory This change

[gem5-dev] Change in gem5/gem5[develop]: misc: Updating AbstractGeneratorCore

2021-10-13 Thread Mahyar Samani (Gerrit) via gem5-dev
Mahyar Samani has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/51610 ) Change subject: misc: Updating AbstractGeneratorCore .. misc: Updating AbstractGeneratorCore This change

[gem5-dev] Change in gem5/gem5[develop]: tests: Re-enable 'Hello World' 32-bit tests

2021-10-13 Thread Bobby R. Bruce (Gerrit) via gem5-dev
Bobby R. Bruce has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/51612 ) Change subject: tests: Re-enable 'Hello World' 32-bit tests .. tests: Re-enable 'Hello World' 32-bit tests

[gem5-dev] Change in gem5/gem5[develop]: misc: Adding GUPSGen to components library.

2021-10-13 Thread Mahyar Samani (Gerrit) via gem5-dev
Mahyar Samani has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/51613 ) Change subject: misc: Adding GUPSGen to components library. .. misc: Adding GUPSGen to components library.

[gem5-dev] Change in gem5/gem5[develop]: scons: Add tag support to ISADesc.

2021-10-13 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/50329 ) Change subject: scons: Add tag support to ISADesc. .. scons: Add tag support to ISADesc. Change-Id:

[gem5-dev] Change in gem5/gem5[develop]: cpu: Stop excluding the protobuf tracer for x86.

2021-10-13 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/50332 ) Change subject: cpu: Stop excluding the protobuf tracer for x86. .. cpu: Stop excluding the protobuf tracer for x86.

[gem5-dev] Change in gem5/gem5[develop]: base,arch-arm: Replace Stats namespace with statistics.

2021-10-13 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/51528 ) ( 1 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one. )Change subject: base,arch-arm: Replace Stats namespace with

[gem5-dev] Change in gem5/gem5[develop]: arch-power: Replace the Loader namespace with loader.

2021-10-13 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/51527 ) Change subject: arch-power: Replace the Loader namespace with loader. .. arch-power: Replace the Loader namespace with

[gem5-dev] Change in gem5/gem5[develop]: cpu: Adding GUPSGen ClockedObject.

2021-10-13 Thread Mahyar Samani (Gerrit) via gem5-dev
Mahyar Samani has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/47439 ) Change subject: cpu: Adding GUPSGen ClockedObject. .. cpu: Adding GUPSGen ClockedObject. This patch adds the code base

[gem5-dev] Change in gem5/gem5[develop]: tests: Fix the nightly GPU tests

2021-10-13 Thread Bobby R. Bruce (Gerrit) via gem5-dev
Bobby R. Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/51607 ) Change subject: tests: Fix the nightly GPU tests .. tests: Fix the nightly GPU tests The nightly tests failed:

[gem5-dev] Change in gem5/gem5[develop]: cpu: Updating stats for GUPSGen

2021-10-13 Thread Mahyar Samani (Gerrit) via gem5-dev
Mahyar Samani has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/51608 ) Change subject: cpu: Updating stats for GUPSGen .. cpu: Updating stats for GUPSGen This changes deletes the

[gem5-dev] Change in gem5/gem5[develop]: scons: Don't explicitly list include dependencies for the cxx config.

2021-10-13 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/49403 ) Change subject: scons: Don't explicitly list include dependencies for the cxx config. .. scons: Don't explicitly list

[gem5-dev] Change in gem5/gem5[develop]: misc: Adding documentation on how to setup KVM.

2021-10-13 Thread Mahyar Samani (Gerrit) via gem5-dev
Mahyar Samani has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/51615 ) Change subject: misc: Adding documentation on how to setup KVM. .. misc: Adding documentation on how to setup

[gem5-dev] Change in gem5/gem5[develop]: tests: convert all nightly GPU tests from GUID to GID

2021-10-13 Thread Matt Sinclair (Gerrit) via gem5-dev
Matt Sinclair has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/51567 ) Change subject: tests: convert all nightly GPU tests from GUID to GID .. tests: convert all nightly GPU tests from GUID

[gem5-dev] Change in gem5/gem5[develop]: misc: Adding instructions on how to setup a multi-channel memory.

2021-10-13 Thread Kaustav Goswami (Gerrit) via gem5-dev
Kaustav Goswami has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/51614 ) Change subject: misc: Adding instructions on how to setup a multi-channel memory. .. misc: Adding

[gem5-dev] Change in gem5/gem5[develop]: tests: add additional space in weekly DNNMark tests

2021-10-13 Thread Matt Sinclair (Gerrit) via gem5-dev
Matt Sinclair has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/51453 ) Change subject: tests: add additional space in weekly DNNMark tests .. tests: add additional space in weekly DNNMark

[gem5-dev] Change in gem5/gem5[develop]: tests: fix LULESH weekly regression command

2021-10-13 Thread Matt Sinclair (Gerrit) via gem5-dev
Matt Sinclair has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/51207 ) Change subject: tests: fix LULESH weekly regression command .. tests: fix LULESH weekly regression command 7756c5e added

[gem5-dev] Change in gem5/gem5[develop]: mem: Stop using SlavePort as a base class.

2021-10-13 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/51529 ) ( 1 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one. )Change subject: mem: Stop using SlavePort as a base class.

[gem5-dev] Change in gem5/gem5[develop]: scons: Make the SimObject list from the 'gem5 lib' tag.

2021-10-13 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/50331 ) Change subject: scons: Make the SimObject list from the 'gem5 lib' tag. .. scons: Make the SimObject list from the 'gem5

[gem5-dev] Change in gem5/gem5[develop]: scons,arch: Make the gem5 lib tag imply the current arch tag.

2021-10-13 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/50330 ) Change subject: scons,arch: Make the gem5 lib tag imply the current arch tag. .. scons,arch: Make the gem5 lib tag imply