----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/3078/ -----------------------------------------------------------
Review request for Default. Repository: gem5 Description ------- Changeset 11062:f6bbc0348c44 --------------------------- 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). Diffs ----- src/sim/process.cc a1c1c3aa359b Diff: http://reviews.gem5.org/r/3078/diff/ Testing ------- Thanks, Joel Hestness _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
