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

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 ) const, add the following lines paramOut(cp, "mem_state.brk_point", memState->getBrkPoint()); paramOut(cp, "mem_state.stack_base",

[gem5-users] simulate() limit problem

2017-11-16 Thread liuchen
Hello: while i was running splash2 Alpha on gem5 alpha se multicore mode,I always have a "Existing tick 18446744073709551615 simulate() limit reached" problem. I changed simulate.cc to shadow the limit_event,but it didn't work,it will cause core dumped.splash2 i used is from the gem5