[gem5-users] Simpoint with (Ruby, MOESI Hammer, X86, multicore-KVM)

2021-06-11 Thread Majid Jalili via gem5-users
Hi, I am trying to take simpoints for a X86 multicore machine. I compiled version 21.0.1 for X86_MOESI_Hammer protocol, and applied KVM patches. Now, I can boot up and see all the cores online. However, when I pass --take-simpoint-checkpoint arguments with simpoint files and intervals, what

[gem5-users] add an instrution statistics in stats.txt

2021-06-11 Thread Liyichao via gem5-users
Hi All: How to add an instruction statistics item to distinguish the number of kernel-mode instructions and user-mode instructions? ___ gem5-users mailing list -- gem5-users@gem5.org To unsubscribe send an email to gem5-users-le...@gem5.org

[gem5-users] Re: gem5 Intel SGX model

2021-06-11 Thread Ayaz Akram via gem5-users
Hi Jared, Not SGX, but we recently did some work on running RISC-V-based TEEs (Keystone specifically) in gem5, which you might find useful. You can look at the documentation here: https://github.com/darchr/Keystone-experiments -Ayaz On Thu, Jun 10, 2021 at 11:41 AM Jared Nye wrote: > Hello, >