Re: [gem5-users] Issue with page table allocate when restoring from checkpoint

2017-11-16 Thread Jason Lowe-Power
Hi Ruohuang, We all would really appreciate it if you would create a patch and submit it to the code review site: https://gem5-review.googlesource.com. Steps on how to get started can be found here: https://gem5.googlesource.com/public/gem5/+/master/CONTRIBUTING.md. Once you submit the patch you'

Re: [gem5-users] Issue with page table allocate when restoring from checkpoint

2017-11-16 Thread Ruohuang Zheng
Hi, This is because of address space info is not saved during serialization. In src/sim/process.cc, In void Process::serialize(CheckpointOut &cp) const, add the following lines paramOut(cp, "mem_state.brk_point", memState->getBrkPoint()); paramOut(cp, "mem_state.stack_base", memState->g

[gem5-users] Issue with page table allocate when restoring from checkpoint

2017-11-13 Thread Austin Harris
Hello, I've been running into an issue with the latest gem5 git master when running gobmk from spec2006. The issue occurs when restoring from a checkpoint that I created by adding m5_checkpoint to the gobmk source (specifically right before the switch(playmode) in interface/main.c.) If I let the s