Re: [gem5-users] m5 pseudo instructions in KVM mode x86

2018-06-12 Thread Gabe Black
I don't think so. If I remember correctly, they're mapped into a range of NOPs and so will just not do anything on a real x86 CPU. Since nothing "interesting" is happening as far as the virtualization hardware is concerned, the instruction will execute on hardware and gem5 will never be aware of

[gem5-users] m5 pseudo instructions in KVM mode x86

2018-06-12 Thread Mohammad Alian
Hi All, Are pseudo instructions functional for x86 KVM mode? For me initparam always returns 12288. Thank you, Mohammad ___ gem5-users mailing list gem5-users@gem5.org http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

[gem5-users] gem5 setup problem

2018-06-12 Thread Han Bee Oh
Hello, I tried to use GARNET2.0 to simulate NoC now. I checked there are programs like git, gcc 4.8+, SCons, Python 2.7+, protobuf 2.1 in my server. I commanded git clone https://gem5.googlesource.com/public/gem5

[gem5-users] Segmentation Fault in PARSEC Benchmark

2018-06-12 Thread Riddhi Thakker
Hi, I am running PARSEC benchmark on X86 system. It is running fine without checkpoints. But if I am using checkpoints, then after restoring checkpoint I am getting segmentation fault in PARSEC benchmark. I have used configs/boot/hack_back_ckpt.rcS to create checkpoint (cputype=timing). After I