[gem5-users] Restoring from a checkpoint using ruby

2014-09-20 Thread Fulya via gem5-users
Hi all, I am trying to run Parsec on X86 FS multicore, using ruby memory model. My gem5 version is the latest stable version from May31, 2014. I successfully take a checkpoint at the beginning of ROI using "timing simple cpu”. When i try to restore from it using the detailed cpu, I get the follo

Re: [gem5-users] thread migration

2014-09-20 Thread sanem.arslan via gem5-users
Hello again, I give up to use drain() and switchOut() functions since I only seek for migrate anapplication thread from one core to another without any change on cpu type. So I updated my pseudo-instruction like that: void my_func(ThreadContext *tc) { BaseCPU *oldcpu = tc->getCpuPtr(); Syst