[gem5-dev] GEM5 Running SE Mode Does not terminated

2017-01-12 Thread Muhammed Emin Öztürk
I am running benchmark with gem5 but it does not terminate itself. I waited approximately 30 minutes but it did not end so I interrupted process. Output emin@emin-S300CA://home/emin/gem5$ ./build/ARM/gem5.opt configs/example/se.py -c sobel -o 4 gem5 Simulator System. http://gem5.org gem5 is

[gem5-dev] Review Request 3780: riscv: Fix crash when syscall argument reg index is too high

2017-01-12 Thread Alec Roelke
--- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/3780/ --- Review request for Default. Repository: gem5 Description --- Changeset

Re: [gem5-dev] changeset in gem5: syscall_emul: add support for x86 statfs syst...

2017-01-12 Thread Gutierrez, Anthony
We do not have access to BSD or OSX, so unless somebody can give Brandon access to such a machine he would have no way to test any potential fix. From a high level, the only easy solution I see is to guard OS-specific code with #ifdefs or something similar. It seems that if we are going to

[gem5-dev] Header order issues

2017-01-12 Thread Andreas Sandberg
Hi Everyone, Brandon’s recent header reorder patch (thanks Brandon!) uncovered some issues in the style guide. The style guide currently mandates that the primary header (foo.hh in the case of foo.cc) is included first, then Python.hh (if needed), then other header. This turns out to be a bit

[gem5-dev] Cron <m5test@zizzer> /z/m5/regression/do-regression quick

2017-01-12 Thread Cron Daemon
* build/ALPHA/tests/opt/quick/se/00.hello/alpha/linux/minor-timing: CHANGED! * build/ALPHA/tests/opt/quick/se/01.hello-2T-smt/alpha/linux/o3-timing-mt: CHANGED! * build/ALPHA/tests/opt/quick/se/00.hello/alpha/linux/o3-timing: CHANGED! *

Re: [gem5-dev] changeset in gem5: syscall_emul: add support for x86 statfs syst...

2017-01-12 Thread Andreas Hansson
Hi Brandon, Could you have a look at this and come up with some form of solution so that gem5 compiles on BSD and OSX as well? Thanks, Andreas On 22/12/2016, 10:30, "gem5-dev on behalf of Bjoern A. Zeeb" wrote: >On 15 Dec