[gem5-users] Re: FS KVM switching cpu

2020-11-23 Thread Hoa Nguyen via gem5-users
I'm glad it helped :D Regards, Hoa Nguyen On Mon, Nov 23, 2020, 12:22 AM sujayyadalam--- via gem5-users < gem5-users@gem5.org> wrote: > So I was able to solve this by creating a new config from scratch. > > Previously, I was using a modified version of the fs.py. > Now, I used the run_npb.py in

[gem5-users] Re: FS KVM switching cpu

2020-11-23 Thread sujayyadalam--- via gem5-users
So I was able to solve this by creating a new config from scratch. Previously, I was using a modified version of the fs.py. Now, I used the run_npb.py in gem5-resources as the start. I don't know what in fs.py causes this problem. Thanks Nguyen for your help! ___

[gem5-users] Re: FS KVM switching cpu

2020-11-21 Thread sujayyadalam--- via gem5-users
Hi Hoa Nguyen, Thanks for pointing out to those resources. I spent some more time and figured out that the issue is with the ruby subsystem. I am able to switch cpus when I use classic caches but not when I use ruby caches. I will try to get more info as to why this is happening. Regards, Suj

[gem5-users] Re: FS KVM switching cpu

2020-11-21 Thread Hoa Nguyen via gem5-users
Hi Sujay, I'm not sure about the problem with the gem5 config. You might want to take a look at gem5 resources (https://gem5.googlesource.com/public/gem5-resources/). The gem5 resources repo has the resources (including gem5 configs) for running a workload in FS mode by booting with KVM and swit