[gem5-dev] Change in gem5/gem5[develop]: arch-arm: De-macrofy arch/arm/kvm/arm_cpu.cc.

2021-05-22 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/45879 ) Change subject: arch-arm: De-macrofy arch/arm/kvm/arm_cpu.cc. .. arch-arm: De-macrofy arch/arm/kvm/arm_cpu.cc.

[gem5-dev] Change in gem5/gem5[develop]: mem: Add a ThreadContext helper constructor for PortProxy.

2021-05-22 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/45863 ) Change subject: mem: Add a ThreadContext helper constructor for PortProxy. .. mem: Add a ThreadContext helper

[gem5-dev] Change in gem5/gem5[develop]: cpu: Add a sendFunctional function to the ThreadContext.

2021-05-22 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/45861 ) Change subject: cpu: Add a sendFunctional function to the ThreadContext. .. cpu: Add a sendFunctional function to

[gem5-dev] Change in gem5/gem5[develop]: misc: Stop using BaseCPU::getSendFunctional.

2021-05-22 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/45864 ) Change subject: misc: Stop using BaseCPU::getSendFunctional. .. misc: Stop using BaseCPU::getSendFunctional.

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

2021-05-22 Thread jenkins-no-reply--- via gem5-dev
See Changes: [Giacomo Travaglini] arch-arm: Stop using the DmaPort in the TableWalker [Giacomo Travaglini] arch: Make MMU::flushAll virtual [odanrc] base: Add macros to deprecate namespaces and classes [odanrc] dev:

[gem5-dev] Change in gem5/gem5[develop]: cpu: Fix syntax in cpu/simple_thread.hh.

2021-05-22 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/45860 ) Change subject: cpu: Fix syntax in cpu/simple_thread.hh. .. cpu: Fix syntax in cpu/simple_thread.hh. Change-Id:

[gem5-dev] Change in gem5/gem5[develop]: fastmodel: Implement ThreadContext::sendFunctional.

2021-05-22 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/45862 ) Change subject: fastmodel: Implement ThreadContext::sendFunctional. .. fastmodel: Implement

[gem5-dev] Change in gem5/gem5[develop]: cpu: Fix style in cpu/simple/base.hh.

2021-05-22 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/45859 ) Change subject: cpu: Fix style in cpu/simple/base.hh. .. cpu: Fix style in cpu/simple/base.hh. Change-Id:

[gem5-dev] Change in gem5/gem5[develop]: cpu,fastmodel: Get rid of the getSendFunctional method.

2021-05-22 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/45865 ) Change subject: cpu,fastmodel: Get rid of the getSendFunctional method. .. cpu,fastmodel: Get rid of the

[gem5-dev] Re: test breakage for GCN3 on ToT?

2021-05-22 Thread Gabe Black via gem5-dev
Hmm, I thought this might be that something was stale, but I did a fresh checkout and the same tests fail at ToT there too. I'm trying on a much older checkout since hopefully I'll be able to get back to a point where the tests pass... If not, then there's something screwy about my setup, although

[gem5-dev] Re: test breakage for GCN3 on ToT?

2021-05-22 Thread Gabe Black via gem5-dev
Even that failed... Maybe something ended up damaged in one of the docker images? I don't think those are used, but I'm not sure what else it could be... I'll have docker clear all those and try again. Gabe On Sat, May 22, 2021 at 3:17 AM Gabe Black wrote: > Hmm, I thought this might be that

[gem5-dev] Re: test breakage for GCN3 on ToT?

2021-05-22 Thread Gabe Black via gem5-dev
Well, I think I figured out the problem. The GCN3 hello world executable is dynamically linked, and I'm assuming it's pulling in libraries from my system. That seems to use a system call that's not implemented, see below. These tests should *not* be dependent on the host system to work correctly!

[gem5-dev] Re: test breakage for GCN3 on ToT?

2021-05-22 Thread Gabe Black via gem5-dev
This isn't a build issue, this is failing tests (see below). It's hard to extract more information than that from the test runs, so I can't say much more. It could be something got messed up in my local environment somehow? I'm still trying to find a revision that works, but there may be something