[gem5-users] ARM FS not working when using gem5 standard library

2023-05-03 Thread AbdelQader AlKilany via gem5-users
Hello gem5 community, I am relatively new to gem5 and I may be missing something very obvious here. I am trying to run SE and FS simulations on both basic ARM and RISCV configurations and I want to do this using the gem5 standard library. I have managed to get these all to run without using the

[gem5-users] KVM with ARM host

2023-05-25 Thread AbdelQader AlKilany via gem5-users
Hello gem5 users, I was wondering if anyone has recently run an ARM fs simulation using a KVM CPU type, and if so whether there are any instructions on how to do so. (I've read that SE KVM is only supported with X86, but FS KVM is supported for ARM as well?) I am using an ARM host and just to

[gem5-users] Re: KVM with ARM host

2023-05-26 Thread AbdelQader AlKilany via gem5-users
mailing list Cc: AbdelQader AlKilany Subject: Re: [gem5-users] KVM with ARM host Hi On 25/05/2023 18:50, AbdelQader AlKilany via gem5-users wrote: Hello gem5 users, I was wondering if anyone has recently run an ARM fs simulation using a KVM CPU type, and if so whether there are any instructions

[gem5-users] Simple Switchable Processor with checkpoint restoration

2023-06-19 Thread AbdelQader AlKilany via gem5-users
Hello gem5 users, I was having some trouble trying to restore a simulation from a checkpoint when using a stdlib switchable processor (SimpleSwitchableProcessor). When I would attempt to run a simulation like this the simulation would freeze up and not restore the checkpoint at all. I was won

[gem5-users] Re: Simple Switchable Processor with checkpoint restoration

2023-06-22 Thread AbdelQader AlKilany via gem5-users
Mon, Jun 19, 2023 at 11:45 AM AbdelQader AlKilany via gem5-users mailto:gem5-users@gem5.org>> wrote: Hello gem5 users, I was having some trouble trying to restore a simulation from a checkpoint when using a stdlib switchable processor (SimpleSwitchableProcessor). When I would attempt to run a

[gem5-users] Simulate using stdlib

2023-07-07 Thread AbdelQader AlKilany via gem5-users
Hello gem5 users, I was wondering if anyone knew a way to run through a simulation normally before executing other commands whilst using a gem5 stdlib script. For context I am trying to exit a simulation after a set number of instructions in order to manipulate an exit event (so I want to run f

[gem5-users] ARM KVM Switch + Restoration

2023-08-01 Thread AbdelQader AlKilany via gem5-users
Hello gem5 users, I was wondering if it is possible to start a FS ARM simulation using KVM, switch to another CPU type such as Atomic, then restore the CPU type(Atomic), and maybe even switch again to O3. I have tried to do this using the standard library but I have encountered some errors suc

[gem5-users] Re: ARM KVM Switch + Restoration

2023-08-01 Thread AbdelQader AlKilany via gem5-users
... can you provide an example script and specific commands to reproduce the error? Thanks, Jason On Tue, Aug 1, 2023 at 11:24 AM AbdelQader AlKilany via gem5-users mailto:gem5-users@gem5.org>> wrote: Hello gem5 users, I was wondering if it is possible to start a FS ARM simulation usi