Searched hist:11785 (Results 1 - 1 of 1) sorted by relevance

/gem5/src/sim/
H A Dprocess.ccdiff 11785:6dc9ab9b2294 Fri Dec 23 09:43:00 EST 2016 Joel Hestness <jthestness@gmail.com> sim: Fix SE mode checkpoint restore file handling

When restoring from a checkpoint, the simulation used to use file handles from
the checkpoint. This disallows multiple separate restore simulations from using
separate input and output files and directories, and plays havoc when the
checkpointed file locations may have changed. Add handling to allow the command
line specified files to be used as input/output for the restored simulation
(Note: this is the similar functionality to FS mode for output and error).

Completed in 19 milliseconds