From: Bobby R. Bruce Date: Sat, 4 Jul 2020 03:46:28 +0000 (-0700) Subject: misc: Merged m5ops_base hotfix into develop X-Git-Tag: v20.1.0.0~509 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=477001c06bf5da3243f87ea81d366d8099c59628;p=gem5.git misc: Merged m5ops_base hotfix into develop This hotfix was a cherry-pick of https://gem5-review.googlesource.com/c/public/gem5/+/30914. Change-Id: Icb57bca196d8112d8b4457264b8e695cef0b1068 --- 477001c06bf5da3243f87ea81d366d8099c59628 diff --cc RELEASE-NOTES.md index adf33b295,f1478c50c..1a97b4c0a --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@@ -1,7 -1,7 +1,11 @@@ +# Version 20.1.0.0 + +* m5.stats.dump() root argument renamed to roots to reflect the fact that it now takes a list of SimObjects + + # Version 20.0.0.3 + + **[HOTFIX]** When using the ARM ISA, gem5 could crash when a guest tried to call m5ops. This was due to `m5ops_base` being incorrectly declared in `src/arch/arm/ArmSystem.py`. A fix was applied to remove this declaration. + # Version 20.0.0.2 **[HOTFIX]** A patch was applied to fix the RubyPrefetcher with MESI_Three_Level. Prior to this fix a segfault occurred.