I had always done with an m5 checkpoint m5op + fs.py -r
. I then also learned that fs.py
has --take-checkpoints
which can select the tick.
But today I needed to do it for an integration Linux boot test (tests/gem5/fs/linux/arm/run.py
) to start running closer to the point of interest, and I don't want to modify the kernel to add the m5op + the runner script does not have -r
/--take-checkpoint
options. I wish this stuff were gem5.opt options available to all runs rather Python script options, but they're not.