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
This commit is contained in:
Bobby R. Bruce
2020-07-03 20:46:28 -07:00
3 changed files with 6 additions and 2 deletions

View File

@@ -2,6 +2,10 @@
* 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.

View File

@@ -31,7 +31,7 @@ PROJECT_NAME = gem5
# This could be handy for archiving the generated documentation or
# if some version control system is used.
PROJECT_NUMBER = DEVELOP-FOR-V20.1
PROJECT_NUMBER = v20.0.0.3
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.

View File

@@ -26,4 +26,4 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
const char *gem5Version = "[DEVELOP-FOR-V20.1]";
const char *gem5Version = "20.0.0.3";