diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2006-11-29 17:34:20 -0500 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2006-11-29 17:34:20 -0500 |
commit | 5bdf4400b223056d296ae27f4a7ee2f707a4d1bd (patch) | |
tree | ff29e4424fe411d28b82ab653baa86a7f86ed18b /RELEASE_NOTES | |
parent | f2daf210f1cac2dd0a102b9d796fb700d4be92d1 (diff) | |
parent | 544f4b4d8156c1b7f779a2dd974cbff6a5b67c20 (diff) | |
download | gem5-5bdf4400b223056d296ae27f4a7ee2f707a4d1bd.tar.xz |
Merge zizzer:/bk/sparcfs
into zower.eecs.umich.edu:/eecshome/m5/newmemmid
src/arch/sparc/isa_traits.hh:
src/arch/sparc/miscregfile.hh:
hand merge
--HG--
extra : convert_revision : 34f50dc5e6e22096cb2c08b5888f2b0fcd418f3e
Diffstat (limited to 'RELEASE_NOTES')
-rw-r--r-- | RELEASE_NOTES | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 39086de89..03eec3aab 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -1,3 +1,19 @@ +Nov. 28, 2006: m5_2.0_beta2 +-------------------- +Bug fixes since beta 1: +1. Many cache issues resolved +2. Uni-coherence fixes in full-system +3. LL/SC Support +4. Draining/Switchover +5. Functional Accesses +6. Bus now has real timing +7. Single config file fro all SpecCPU2000 benchmarks +8. Several other minor bug fixes and enhancements + +Outstading issues for 2.0 release: +1. Simulator performance fixes for memory system/caches +2. Multiprocessor linux boot using the detailed O3 CPU model + Aug. 25, 2006: m5_2.0_beta patch 1 -------------------- Handful of minor bug fixes for m5_2.0_beta, |