Hi,
Has anyone run bbench successfully on the latest version of gem5?
I'm using gem5 21.0 with the following command line:
build/ARM/gem5.opt configs/example/fs.py
--cpu-type=AtomicSimpleCPU
-b bbench-ics
--script=./configs/boot/bbench-ics.rcS
--machine-type=VExpress_EMM
--kernel=vmlinux.smp.mo
Hi all,
I'm able to boot a kernel with the given image (
www.m5sim.org/dist/current/x86/x86-system.tar.bz2) using the AtomicCPU.
However when I try to create a checkpoint using command /sbin/m5 checkpoint
in the booted guest machine, it just exits without any checkpoint file
generated. The host sid
e-cheat/tree/
> 99382df5ff1c1933be1371d060a221195608a9a5#gem5
>
> On Wed, May 16, 2018 at 2:13 AM, Ryan Wang wrote:
> > Hi all,
> > I'm able to boot a kernel with the given image
> > (www.m5sim.org/dist/current/x86/x86-system.tar.bz2) using the AtomicCPU.
> > However when I try to create a checkpo
output. It should be in the outdir (m5out/ by default).
>
> Let me know if you have any further questions. Checkpointing isn't as
> straightforward as it should be. Also, it hasn't been tested for a while so
> there may be bugs.
>
> Cheers,
> Jason
>
> On
Hi, All,
I was trying to bring up NIC(from i8254xGBe.cc) in a kernel (4.9) for x86
system. However I got the panic in interrupts.cc as follows:
panic("in readReg: Local APIC Trigger Mode registers are unimplemented.\n");
It happens because the reg value is 26, which falls between
APIC_TRIGGER_MOD
e local APIC to return an value that will give the right
> behavior.
>
> Gabe
>
> On Fri, Jul 6, 2018 at 5:11 PM Ryan Wang wrote:
>
>> Hi, All, (Particularly to Gabe)
>> I was trying to bring up NIC(from i8254xGBe.cc) in a kernel (4.9) for x86
>> system. However
Hi,
I was trying to use x86KvmCPU, and got a panic in the beginning of the
run: panic:
PerfKvmCounter::open failed (13)
I saw that there are some patches from Jason that should solve a different
error seen by some others, which I don't think related to this.
I have kvm enabled in my machine and I
On Sat, Jul 14, 2018 at 8:19 AM, Ciro Santilli
wrote:
> What is your image, kernel, gem5 revision, full gem5 command line, are
> there any terminal messages.
>
> On Sat, Jul 14, 2018 at 2:43 AM, Ryan Wang wrote:
>
>> Hi,
>> I was trying to use x86KvmCPU, and got a pa
I figured it out, i have to use sudo
On Sat, Jul 14, 2018 at 8:16 PM, Ryan Wang wrote:
> Hi Ciro,
> I am using the image and kernel provided from the gem5 website, see the
> command line below. Not sure how to check the gem5 version, but I
> downloaded it 3 months ago.
>
>