[gem5-users] Re: KVM patch for FS mode and PARSEC on gem5-21

2021-06-10 Thread Hoa Nguyen via gem5-users
Hi Rajesh, I assume that you're on the develop branch of gem5. You can remove the line self.intrctrl = IntrControl() to fix the config file. Regards, Hoa Nguyen On Wed, Jun 9, 2021, 10:26 PM Rajesh Shashi Kumar via gem5-users < gem5-users@gem5.org> wrote: > Hi Ayaz, > > Thank you very

[gem5-users] Re: KVM patch for FS mode and PARSEC on gem5-21

2021-06-09 Thread Rajesh Shashi Kumar via gem5-users
Hi Ayaz, Thank you very much. That was indeed the issue. I also noticed that the following was missing in configs/system/system.py. After adding this line, I'm able to get FS,PARSEC simulations running on gem5-v21 *self.intrctrl = IntrControl()* Error message: ``` Error in unproxying

[gem5-users] Re: KVM patch for FS mode and PARSEC on gem5-21

2021-06-09 Thread Ayaz Akram via gem5-users
Hi Rajesh, I think the error you are seeing is because tlbs are exposed through an mmu unit in gem5 now. I guess changing line 117 in caches.py as in this file ( https://gem5.googlesource.com/public/gem5-resources/+/refs/heads/stable/src/boot-exit/configs/system/caches.py) should work for you.

[gem5-users] Re: KVM patch for FS mode and PARSEC on gem5-21

2021-06-09 Thread Rajesh Shashi Kumar via gem5-users
Thank you for the quick response. - Thank you for confirming that the KVM fix has been integrated into the stable branch (pointing to gem5-v21.0). At this time, I have not managed to get PARSEC working in FS mode on the stable branch (v21.0) and I am debugging the issue described

[gem5-users] Re: KVM patch for FS mode and PARSEC on gem5-21

2021-06-09 Thread Bobby Bruce via gem5-users
The "Fix KVM on Intel platforms" patch is on stable, it was added here: https://gem5-review.googlesource.com/c/public/gem5/+/12278 The other patch your cherry-picking I'm less sure of, but I dont think it's a relevant problem anymore from what I can ascertain. I apologize that the gem5art