[gem5-dev] Change in gem5/gem5[develop]: x86: Fix the indentation in arch/x86/stacktrace.hh.

2020-07-04 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/30959 ) Change subject: x86: Fix the indentation in arch/x86/stacktrace.hh. .. x86: Fix the indentation in arch/x86/stackt

[gem5-dev] Change in gem5/gem5[develop]: cpu: Slightly modernize and simplify code in cpu/profile.(hh|cc).

2020-07-04 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/30960 ) Change subject: cpu: Slightly modernize and simplify code in cpu/profile.(hh|cc). .. cpu: Slightly modernize an

[gem5-dev] Change in gem5/gem5[develop]: arch: Delete the unused ProcessInfo class.

2020-07-04 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/30958 ) Change subject: arch: Delete the unused ProcessInfo class. .. arch: Delete the unused ProcessInfo class. Change-I

[gem5-dev] gem5 v20.0.0.3 Hotfix Release

2020-07-04 Thread Bobby Bruce via gem5-dev
Dear all, On July 1st we were made aware of a bug within gem5-20.0, reported by Hsuan Hsu here: https://gem5.atlassian.net/browse/GEM5-658. The bug resulted in gem5 crashing when calling m5ops, using the ARM ISA. Thankfully the source of this bug was found and fixed (here: https://gem5-review.goog

[gem5-dev] mercurial support?

2020-07-04 Thread Gabe Black via gem5-dev
Hi folks. Have we officially dropped support for checking out gem5 through mercurial? If so, we should probably delete the various bits and pieces lying around which were for that. If not then never mind... Gabe ___ gem5-dev mailing list -- gem5-dev@gem5

[gem5-dev] Change in gem5/gem5[develop]: sim: Retrofit the VPtr type.

2020-07-04 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/29400 ) Change subject: sim: Retrofit the VPtr type. .. sim: Retrofit the VPtr type. Rename it to be ProxyPtr and ConstProxyPtr, mer