Re: [gem5-users] Multicore x86 simulation hangs during system booting

2018-04-05 Thread Ciro Santilli
My setup https://github.com/cirosantilli/linux-kernel-module-cheat/tree/ 32920fd25d6473934a89c48c56f4e12d03abde85#gem5-getting-started correctly boots x86_64 with 4 cores (./run -c 4), and `cat /proc/cpuinfo` shows them. I haven't however used your exact same build / run options: RUBY=True

[gem5-users] Multicore x86 simulation hangs during system booting

2018-04-04 Thread Xin Zhan
Hi all, When I simulate a 4-core x86 system, my simulation always hangs during system booting. And I tried to use hack_back_ckpt.rcS to create a checkpoint but it doesn't work as well. The booting hangs at the step: Fake M5 x86_64 CPU stepping 01 Brought up 4 CPUs I use the below command to