[gem5-users] Re: X86KvmCPU segfaults in constructor

2020-07-27 Thread Soramichi Akiyama via gem5-users
Hi Gabe, Thanks for the quick reply. Adding system.kvm_vm = Kvm_VM() solved the issue. Soramichi On Mon, 27 Jul 2020 01:35:41 -0700 Gabe Black via gem5-users wrote: > You have to set the kvm_vm parameter of the System object. > > Gabe > > On Sun, Jul 26, 2020 at 10:57 PM Soramichi Akiyama

[gem5-users] Re: X86KvmCPU segfaults in constructor

2020-07-27 Thread Gabe Black via gem5-users
You have to set the kvm_vm parameter of the System object. Gabe On Sun, Jul 26, 2020 at 10:57 PM Soramichi Akiyama via gem5-users < gem5-users@gem5.org> wrote: > Hi, > > I am trying to fast-forward a large workload with X86KvmCPU, but the > constructor falls into a segmentation fault. > I use

[gem5-users] Current status of gem5 capabilities regarding multicores full system simulation

2020-07-27 Thread Nathanael Premillieu via gem5-users
Hi all, After a few years away, I'm back to gem5. I have to say a lot of things have changed, for the better, thank you all! I'm trying to assess what is the current state of gem5 regarding simulating configurations with multiples cores in a full system environment with the different cpu

[gem5-users] Re: Reading data from memory in Gem5

2020-07-27 Thread ABD ALRHMAN ABO ALKHEEL via gem5-users
Any suggestions would be appreciated. Thanks From: ABD ALRHMAN ABO ALKHEEL via gem5-users Sent: Monday, July 27, 2020 12:43 AM To: gem5 users mailing list ; gem5-users Cc: ABD ALRHMAN ABO ALKHEEL Subject: [gem5-users] Reading data from memory in Gem5 Hi All,

[gem5-users] Re: Current status of gem5 capabilities regarding multicores full system simulation

2020-07-27 Thread Jason Lowe-Power via gem5-users
Hi Nathanael, I'm not an expert on the current ARM support, but I believe what you're trying to do should work. I suggest checking out the scripts in configs/example/arm/, specifically, starter_fs.py. These will be more likely to work with current ARM software/OSes. You may also want to check