[gem5-dev] Change in gem5/gem5[develop]: tests: Remove the stattest "UnitTest".

2021-05-06 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/45166 ) Change subject: tests: Remove the stattest "UnitTest". .. tests: Remove the stattest "UnitTest". This "UnitTest"

[gem5-dev] Change in gem5/gem5[develop]: tests: Delete the nmtest "UnitTest".

2021-05-06 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/45165 ) Change subject: tests: Delete the nmtest "UnitTest". .. tests: Delete the nmtest "UnitTest". This "UnitTest"

[gem5-dev] Change in gem5/gem5[develop]: misc: Delete the unittest/genini.py script.

2021-05-06 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/45167 ) Change subject: misc: Delete the unittest/genini.py script. .. misc: Delete the unittest/genini.py script. It

[gem5-dev] Change in gem5/gem5[develop]: scons,tests: Delete support for the UnitTest scons class/function.

2021-05-06 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/45168 ) Change subject: scons,tests: Delete support for the UnitTest scons class/function. .. scons,tests: Delete

[gem5-dev] Re: gem5 namespace

2021-05-06 Thread Gabe Black via gem5-dev
Be warned though, that there are some pitfalls with this namespace deprecation approach. The namespaces here are not actually equivalent, and so the old deprecated namespace can have things added to it that won't show up in the new one. This is probably not that big a deal in practice, and should

[gem5-dev] Re: Build failed in Jenkins: Compiler-Checks #65

2021-05-06 Thread Bobby Bruce via gem5-dev
This can be ignored. Just a hiccup during the Jenkins migration process :). -- Dr. Bobby R. Bruce Room 2235, Kemper Hall, UC Davis Davis, CA, 95616 web: https://www.bobbybruce.net On Thu, May 6, 2021 at 3:57 PM jenkins-no-reply--- via gem5-dev < gem5-dev@gem5.org> wrote: > See < >

[gem5-dev] Jenkins Server migrated to UC Davis. Web Portal temporarily unavailable.

2021-05-06 Thread Bobby Bruce via gem5-dev
Dear all, In order to save the project some money, the Jenkins server has been moved from the cloud to a server at UC Davis. This is a temporary solution until we can find our Jenkins instance a more permanent home. The only important thing to note is that, in order to keep the UC Davis machine

[gem5-dev] Build failed in Jenkins: Compiler-Checks #65

2021-05-06 Thread jenkins-no-reply--- via gem5-dev
See Changes: [shingarov] arch-power: Fix disassembly for branch instructions [Bobby R. Bruce] arch-gcn3: Add missing overrides [shingarov] arch-power: Add TAR and associated instructions [Giacomo Travaglini]

[gem5-dev] Change in gem5/gem5[minor-release-staging-v21-0-1]: util,arch-gcn3: Fixing gcn-gpu Dockerfile to v21-0 bucket

2021-05-06 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/+/45146 ) Change subject: util,arch-gcn3: Fixing gcn-gpu Dockerfile to v21-0 bucket .. util,arch-gcn3: Fixing gcn-gpu

[gem5-dev] Re: gem5 namespace

2021-05-06 Thread Jason Lowe-Power via gem5-dev
Thanks for putting this all together, Daniel! IMO, we should do our best with providing deprecation notices, but not bend over backwards. For things that are easy to add deprecations to (e.g., function names / class names) we should do it, and for things that have a big impact on our users we

[gem5-dev] Re: gem5 namespace

2021-05-06 Thread Daniel Carvalho via gem5-dev
Glad to see that we are reaching a consensus! Then we will create the "gem5" namespace, rename (most) macros to use a "GEM5_" prefix, and will rename all namespaces to snake case. I agree that we should do the renaming on a case-by-case basis. I've created a new Jira Epic to cover converting