diff options
author | Andreas Sandberg <andreas.sandberg@arm.com> | 2015-09-01 13:41:45 +0100 |
---|---|---|
committer | Andreas Sandberg <andreas.sandberg@arm.com> | 2015-09-01 13:41:45 +0100 |
commit | 0572dc3c6eca3acd6fc4e2e34607bd5d0ab67829 (patch) | |
tree | 376413ded3aedcffb07c365ab92742b3cd795b93 /src/mem/ruby/structures | |
parent | 1fa7a4394c3dd8f12256952ce8c6fa46d1092e1a (diff) | |
download | gem5-0572dc3c6eca3acd6fc4e2e34607bd5d0ab67829.tar.xz |
sim: Remove autoserialize support for exit events
This changeset removes the support for the autoserialize parameter in
GlobalSimLoopExitEvent (including exitSimLoop()) and
LocalSimLoopExitEvent.
Auto-serialization of the LocalSimLoopExitEvent was never used, so
this is not expected to affect anything. However, it was sometimes
used for GlobalSimLoopExitEvent. Unfortunately, serialization of
global events has never been supported, so checkpoints with such
events will currently cause simulation panics.
The serialize parameter to exitSimLoop() has been left in-place to
maintain API compatibility (removing it would affect m5ops). Instead
of just dropping it, we now print a warning if the parameter is set
and the exit event is scheduled in the future (i.e., not at the
current tick).
Diffstat (limited to 'src/mem/ruby/structures')
0 files changed, 0 insertions, 0 deletions