Skip to content

Commit 4e8df82

Browse files
authored
misc: Update RELEASE-NOTES.md for v23.0.1.0 (gem5#128)
Change-Id: I5ae5081e0ac5524271e6c8300917d7d1e16d71ee
2 parents 010baba + 501d72f commit 4e8df82

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

RELEASE-NOTES.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
# Version 23.0.1.0
2+
3+
This minor release incorporates documentation updates, bug fixes, and some minor improvements.
4+
5+
## Documentation updates
6+
7+
* "TESTING.md" has been updated to more accurately reflect our current testing infrastructure.
8+
* "README" has been replaced with "README.md" and includes more up-to-date information on using gem5.
9+
* "CONTRIBUTING.md" has been updated to reflect our migration to GitHub and the changes in policy and proceedures.
10+
* Where needed old references to Gerrit have been removed in favor of GitHub.
11+
12+
## Bug Fixes
13+
14+
* Fixes an assert failure when using ARM which was trigged when `shiftAmt` is 0 for a UQRSH instruction.
15+
* Fixes `name 'fatal' is not defined` being thrown when tracing is off.
16+
* Fixes a bug in ARM in which the TLBIOS instructions were decoded as normal MSR instructions with no effect on the TLBs.
17+
* Fixes invalid `packet_id` value in flit.
18+
* Fixes default CustomMesh for use with Garnet.
19+
20+
## Minor Improvements
21+
22+
* The gem5 resources downloader now outputs more helpful errors in the case of a failure.
23+
* "util/github-runners-vagrant" has been added. This outlines how to setup a GitHub Action's set-hosted runner for gem5.
24+
* The PyUnit tests have been refactored to no longer download large resources during testing.
25+
* Using Perf is now optional when utilizing KVM CPUs.
26+
127
# Version 23.0.0.1
228

329
**[HOTFIX]** Fixes compilation of `GCN3_X86` and `VEGA_X85`.

0 commit comments

Comments
 (0)