Hello All, I want to create checkpoints after a FS Ubuntu boot up with KVM and then use that checkpoint to run multiple benchmarks with Timing/O3. Right now I am using x86-ubuntu-run-with-kvm.py<https://github.com/gem5/gem5/blob/stable/configs/example/gem5_library/x86-ubuntu-run-with-kvm.py> script to do that and it successfully boots up and I am able to connect with the m5term to view the process.
I slightly modified the script to add the `m5 checkpoint;` command, according to this<https://www.gem5.org/documentation/general_docs/checkpoints/>, and it look like this: command = "m5 exit;" \ + "echo 'This is running on Timing CPU cores.';" \ + "m5 checkpoint;" \ # Save a checkpoint + "sleep 1;" \ # Run a benchmark + "m5 exit;" My understanding is that, on the 1st m5 exit it switches from KVM to Timing so I want to get a checkpoint and later run a benchmark. I tried that and I am able to see the echo message but then it terminates. Then I tried to execute the same command trough m5term but still the same result (attach log files) Kind regards, Chrysanthos Pepi
gem5.log
Description: gem5.log
ubuntu.log
Description: ubuntu.log
_______________________________________________ gem5-users mailing list -- gem5-users@gem5.org To unsubscribe send an email to gem5-users-le...@gem5.org