[gem5-users] Re: Slow checkpoint creation

2022-11-22 Thread Giacomo Travaglini via gem5-users
This is weird; it never took me more than 20 seconds to generate a single checkpoint in gem5. I suspect most of the time is spent on draining the system. Would you be able to debug which draining method is stalling the checkpointing process? Kind Regards Giacomo From: Hanhwi Jang via gem5-us

[gem5-users] Panic when running gem5 Full System mode

2022-11-22 Thread William Hua via gem5-users
Hello everyone, I am trying to implement a Prime+Probe attack in gem5 full system mode using X86 MESI Two Level architecture. When I run the command line, the process aborts and returns "build/X86_MESI_Two_Level/base/loader/image_file_data.cc:54: panic: panic condition sz != 2 occurred: Couldn't r

[gem5-users] Re: Panic when running gem5 Full System mode

2022-11-22 Thread JASPINDER KAUR via gem5-users
Hi, For me compiling attacker code using --static helped on the host machine before executing it with Gem5 FS mode worked. On Wed, Nov 23, 2022 at 12:25 AM William Hua via gem5-users < gem5-users@gem5.org> wrote: > Hello everyone, > > I am trying to implement a Prime+Probe attack in gem5 full sys