misc: Updated the RELEASE-NOTES and version number
authorBobby R. Bruce <bbruce@ucdavis.edu>
Tue, 2 Feb 2021 21:27:38 +0000 (13:27 -0800)
committerBobby R. Bruce <bbruce@ucdavis.edu>
Wed, 3 Feb 2021 19:08:56 +0000 (19:08 +0000)
Updated the RELEASE-NOTES.md and version number for the v20.1.0.3
hotfix release.

Change-Id: I95ab84ea259f5e0529ebaa32be65d9a14370f219
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/40435
Reviewed-by: Bobby R. Bruce <bbruce@ucdavis.edu>
Reviewed-by: Jason Lowe-Power <power.jg@gmail.com>
Maintainer: Bobby R. Bruce <bbruce@ucdavis.edu>
Tested-by: kokoro <noreply+kokoro@google.com>
RELEASE-NOTES.md
src/Doxyfile
src/base/version.cc

index 71934a73282236f4963d1cbf9ad80fafe71f9a37..c84d9b47dfc6754b8f9c5a839e50cad27b34f72f 100644 (file)
@@ -1,3 +1,8 @@
+# Version 20.1.0.3
+
+**[HOTFIX]** A patch was apply to fix an [error where booting Linux stalled when using the ARM ISA](https://gem5.atlassian.net/browse/GEM5-901).
+This fix adds the parameter `have_vhe` to enable FEAT_VHE on demand, and is disabled by default to resolve this issue.
+
 # Version 20.1.0.2
 
 **[HOTFIX]** This hotfix release fixes known two bugs:
index b9346390ca7ac7edf64db7c6f30d6baee29e54f8..ddc39338c748338a90c9877c763126852e6044ae 100644 (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         = v20.1.0.2
+PROJECT_NUMBER         = v20.1.0.3
 
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 
 # base path where the generated documentation will be put. 
index 304ccc19c546ab1a672b3511fc68883cfdc50af6..d30ddd151077e77ca6fa2300404d525b78496ec9 100644 (file)
@@ -29,4 +29,4 @@
 /**
  * @ingroup api_base_utils
  */
-const char *gem5Version = "20.1.0.2";
+const char *gem5Version = "20.1.0.3";