diff options
author | Ali Saidi <saidi@eecs.umich.edu> | 2007-10-31 01:21:54 -0400 |
---|---|---|
committer | Ali Saidi <saidi@eecs.umich.edu> | 2007-10-31 01:21:54 -0400 |
commit | bf02aed7b7466ba7a5fe111b77949462c8884f95 (patch) | |
tree | 50513602f944c983e66ab6e18dcb0cfeb1257d8f /RELEASE_NOTES | |
parent | 538fae951b3a594814dff6bb6d038c32caadb25c (diff) | |
download | gem5-bf02aed7b7466ba7a5fe111b77949462c8884f95.tar.xz |
RELEASE: First cut of updated release files for 2.0b4
--HG--
extra : convert_revision : 5d906cfd568e18e082235e515b955efb6a25912a
Diffstat (limited to 'RELEASE_NOTES')
-rw-r--r-- | RELEASE_NOTES | 37 |
1 files changed, 25 insertions, 12 deletions
diff --git a/RELEASE_NOTES b/RELEASE_NOTES index e91f5432d..103bc0b7a 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -1,17 +1,30 @@ Outstanding issues for 2.0 release: -------------------- -1. Fix multi-level coherence/dma issues -2. Fix O3 CPU bug in SE 40.perlbmk fails -3. Fix O3 processing nacks/coherence messages -4. Better statistics for the caches. -5. Clean up more SimObject parameter stuff -6. Checkpoint/switchover testing -7. FS mode doesn't work under Cygwin -8. memtest regression crashes under Cygwin -9. Make repository public -10. Testing -11. Validation -12. Testing +1. Fix O3 CPU bug in SE 40.perlbmk fails +2. Fix O3 processing nacks/coherence messages +3. Better statistics for the caches. +4. FS mode doesn't work under Cygwin +5. memtest regression crashes under Cygwin +6. Make repository public +7. Testing +8. Validation +9. Testing + +Nov XX, 2007: m5_2.0_beta4 +-------------------- +New Features +1. New cache +2. Ability to include compiled code with EXTRAS= +3. Python creation of params structures for initialization +4. Ability to remotely debug in SE + +Bug fixes: +1. Fix SE serialization +2. SPARC_FS booting with TimingSimpleCPU +3. Rename cycles() to ticks() +4. Various SPARC ISA fixes +5. Draining code for checkpointing +6. Various performance improvements May 16, 2007: m5_2.0_beta3 -------------------- |