sim: fold checkpoint restore code into instantiate()
Review Request #79 - Created July 29, 2010 and submitted
Information | |
---|---|
Steve Reinhardt | |
gem5 | |
Reviewers | |
Default | |
sim: fold checkpoint restore code into instantiate() The separate restoreCheckpoint() call is gone; just pass the checkpoint dir as an optional arg to instantiate(). This change is a precursor to some more extensive reworking of the startup code.
Since we don't have any regression tests for checkpointing, looks fine to me assuming it's been tested...