How to switch CPU models in gem5 after restoring a checkpoint and then observe the difference?
问题 I want to boot the Linux kernel in full system (FS) mode with a lightweight CPU to save time, make a checkpoint after boot finishes, and then restore the checkpoint with a more detailed CPU to study a benchmark, as mentioned at: http://gem5.org/Checkpoints However, when I tried to use -r 1 --restore-with-cpu= I cannot observe cycle differences between the new and old CPU. The measure I'm looking at is how cache sizes affect the number of cycles that a benchmark takes to run. The setup I'm