Re: [gem5-users] Starting docker inside the gem5 simulated system.

2020-04-07 Thread niranjan soundararajan
Hey folks Any updates on this. I am working on a similar setup and see that docker is failing with same issue Thanks Niranjan On Mon, 6 Apr 2020 at 2:26 PM, swamy saranam wrote: > I need start the docker application inside the Gem5 simulated system. > > Steps followed: > 1. Installed docker

Re: [gem5-users] Instruction size

2020-03-11 Thread niranjan soundararajan
got the size of inst from pcstate().size. Thanks On Wed, Mar 11, 2020 at 11:28 AM niranjan soundararajan < niranja...@gmail.com> wrote: > Hello > > For x86 direct branch instructions, the branchTarget() function returns a > panic. When trying to add the code to get the ac

[gem5-users] Instruction size

2020-03-10 Thread niranjan soundararajan
Hello For x86 direct branch instructions, the branchTarget() function returns a panic. When trying to add the code to get the actual branch target (at decode), I am using the immediate field (which should capture the offset to next PC for direct branches) but there is a slight difference (few

Re: [gem5-users] Kernel for x64

2020-03-02 Thread niranjan soundararajan
dthedocs.io/en/latest/tutorials/boot-tutorial.html> > tutorial to see which kernels are booting successfully. > > Best, > Muhammet > > niranjan soundararajan , 26 Şub 2020 Çar, 09:31 > tarihinde şunu yazdı: > >> Hello >> >> Has anyone got a recent Linux k

Re: [gem5-users] Changing CPU type

2020-03-02 Thread niranjan soundararajan
tion 1 working on commit 2a98a994df296f818b05da90ba073d879562da04 > > You can find my commands here > https://www.mail-archive.com/gem5-users@gem5.org/msg16795.html > > > Best regards, > > Abhishek > > > On Thu, Feb 27, 2020 at 12:50 PM niranjan soundararajan < > niran

[gem5-users] Changing CPU type

2020-02-27 Thread niranjan soundararajan
Hello We booted ubuntu using AtomicCPU and wanted to switch cpu cores. Different options we tried but both resulted in different errors 1. we set --cpu-type = and --restore-cpu-type = AtomicSimpleCPU, we tried the following two options a. ./build/X86/gem5.opt configs/example/fs.py

Re: [gem5-users] Linux boot

2020-02-27 Thread niranjan soundararajan
The issue with booting with KVM is resolved when only applying the second patch. The issue we now see is after logging in we get a "Login timeout after 60 seconds" before we could type the username and password. Has anyone run into this issue? Thanks On Thu, Feb 27, 2020 at 4:11 P

Re: [gem5-users] Linux boot

2020-02-27 Thread niranjan soundararajan
li.com/linux-kernel-module-cheat/#p51 > > With Ubuntu, I would use my own minimal init rather than the super > bloated Ubuntu one. > > Then you can m5 checkpoint and restore as discussed elsewhere. > > > On Thu, Feb 27, 2020 at 6:00 AM niranjan soundararajan > wrote: >

Re: [gem5-users] Linux boot

2020-02-27 Thread niranjan soundararajan
; > You can use KVM CPU, it will boot the system fast as it works on host > machine speed. > > On Thu, Feb 27, 2020 at 1:00 AM niranjan soundararajan < > niranja...@gmail.com> wrote: > >> Hello >> >> We are booting Ubuntu 18.0.4 and kernel 5.2.3 on x86

[gem5-users] Linux boot

2020-02-26 Thread niranjan soundararajan
Hello We are booting Ubuntu 18.0.4 and kernel 5.2.3 on x86_64 bit core. We are running the following commandline ./build/X86/gem5.opt configs/example/fs.py --disk-image=ubuntu_base_v1.1.img --kernel=vmlinux-5.2.3 --cpu-type=AtomicSimpleCPU --caches --l2cache --mem-size=8192MB We notice that the

Re: [gem5-users] Kernel for x64

2020-02-26 Thread niranjan soundararajan
e which kernels are booting successfully. > > Best, > Muhammet > > niranjan soundararajan , 26 Şub 2020 Çar, 09:31 > tarihinde şunu yazdı: > >> Hello >> >> Has anyone got a recent Linux kernel (Ubuntu 18.0.4) for GEM5 working for >> x64 (x86 64 bit)? We are run

[gem5-users] Kernel for x64

2020-02-25 Thread niranjan soundararajan
Hello Has anyone got a recent Linux kernel (Ubuntu 18.0.4) for GEM5 working for x64 (x86 64 bit)? We are running into the following issues (when trying different kernel versions) 1. panic condition !pci_dev occurred: 00:01.4: Write to config space on non-existent PCI device 2. VFS: Cannot open

Re: [gem5-users] x64 support on Gem5

2020-02-14 Thread niranjan soundararajan
u are seeing? > > Thanks > > > On Fri, Feb 14, 2020 at 4:21 AM niranjan soundararajan < > niranja...@gmail.com> wrote: > >> Hello >> >> How is the x64 support on Gem5. I am finding that the decoded >> instructions don’t have their types set, for

[gem5-users] x64 support on Gem5

2020-02-14 Thread niranjan soundararajan
Hello How is the x64 support on Gem5. I am finding that the decoded instructions don’t have their types set, for example branch instructions. Has someone been able to resolve this issue Thanks Niranjan ___ gem5-users mailing list gem5-users@gem5.org

[gem5-users] X86/X64 uops

2018-05-10 Thread niranjan soundararajan
Hey folks Does GEM5 provide the x86/x64 uops for complex instructions? Is this information available for the pipeline to work on uops? Thanks Niranjan ___ gem5-users mailing list gem5-users@gem5.org http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users