mem-ruby: fixes for masked writes
[gem5.git] / RELEASE-NOTES.md
index 46c8795709d434dc6635d1a6f02026ac86aecd3d..c84d9b47dfc6754b8f9c5a839e50cad27b34f72f 100644 (file)
@@ -1,3 +1,15 @@
+# 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:
+
+* A "ValueError: invalid literal for int() with base..." error was being thrown in certain circumstances due to a non-integer being passed to "MemorySize" via a division operation. This has been rectified.
+* An assertion in Stats could be triggered due to a name collision between two ThreadStateStats objects, due to both erroneously sharing the same ThreadID. This has been fixed.
+
 # Version 20.1.0.1
 
 **[HOTFIX]** A patch was applied to fix the Garnet network interface stats.