Re: [gem5-dev] Port configuration overhaul

2019-03-11 Thread Gabe Black
My doc is updated with what my patches turned into, so PTAL if you have a chance. I think it turned out to be pretty straightforward which should make it an easier read. I took a look at Andrea's patch, and it has some pretty interesting ideas in there. One prominent difference I see is that I

[gem5-dev] Change in gem5/gem5[master]: mem-cache: Removed default arg from get() in prefetch/base.hh

2019-03-11 Thread Ryan Gambord (Gerrit)
Ryan Gambord has submitted this change and it was merged. ( https://gem5-review.googlesource.com/c/public/gem5/+/17070 ) Change subject: mem-cache: Removed default arg from get() in prefetch/base.hh .. mem-cache: Removed

[gem5-dev] Change in gem5/gem5[master]: arch-hsail: changed gen.py shebang from python(3) to python2.7

2019-03-11 Thread Ryan Gambord (Gerrit)
Ryan Gambord has submitted this change and it was merged. ( https://gem5-review.googlesource.com/c/public/gem5/+/17008 ) Change subject: arch-hsail: changed gen.py shebang from python(3) to python2.7 .. arch-hsail: changed

Re: [gem5-dev] Syscall_Emulation for Shared Memory

2019-03-11 Thread Potter, Brandon
Hi Maryam, The code that you are looking at is going to change soon. There is a changeset on the google reviewboard which will add some fidelity to the tracing of mmap/munmaps from the perspective of SE mode (https://gem5-review.googlesource.com/c/public/gem5/+/12307). Feel free to review it

[gem5-dev] Change in gem5/gem5[master]: sim-se: add new option to getrlimit syscall

2019-03-11 Thread Brandon Potter (Gerrit)
Brandon Potter has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/17109 Change subject: sim-se: add new option to getrlimit syscall .. sim-se: add new option to getrlimit syscall The

[gem5-dev] Change in gem5/gem5[master]: sim-se: remove mem proxy in ThreadContext

2019-03-11 Thread Brandon Potter (Gerrit)
Brandon Potter has uploaded a new patch set (#11). ( https://gem5-review.googlesource.com/c/public/gem5/+/12305 ) Change subject: sim-se: remove mem proxy in ThreadContext .. sim-se: remove mem proxy in ThreadContext Many

[gem5-dev] Change in gem5/gem5[master]: sim-se: add a faux-filesystem

2019-03-11 Thread Brandon Potter (Gerrit)
Brandon Potter has uploaded a new patch set (#12). ( https://gem5-review.googlesource.com/c/public/gem5/+/12119 ) Change subject: sim-se: add a faux-filesystem .. sim-se: add a faux-filesystem This change introduces the

[gem5-dev] Change in gem5/gem5[master]: sim-se: add new getpgrp system call

2019-03-11 Thread Brandon Potter (Gerrit)
Brandon Potter has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/17111 Change subject: sim-se: add new getpgrp system call .. sim-se: add new getpgrp system call This changeset adds

[gem5-dev] Change in gem5/gem5[master]: sim-se: small performance optimization

2019-03-11 Thread Brandon Potter (Gerrit)
Brandon Potter has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/17108 Change subject: sim-se: small performance optimization .. sim-se: small performance optimization A local

[gem5-dev] Change in gem5/gem5[master]: sim-se, tests: add a new sim-se test

2019-03-11 Thread Brandon Potter (Gerrit)
Brandon Potter has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/17112 Change subject: sim-se, tests: add a new sim-se test .. sim-se, tests: add a new sim-se test This changeset

[gem5-dev] Change in gem5/gem5[master]: sim-se: fstat64 bugfix

2019-03-11 Thread Brandon Potter (Gerrit)
Brandon Potter has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/17110 Change subject: sim-se: fstat64 bugfix .. sim-se: fstat64 bugfix The fstat64 system call does an upcast on

[gem5-dev] Change in gem5/gem5[master]: configs: faux-filesystem fix w/ classic se mode

2019-03-11 Thread Brandon Potter (Gerrit)
Brandon Potter has uploaded a new patch set (#12). ( https://gem5-review.googlesource.com/c/public/gem5/+/12120 ) Change subject: configs: faux-filesystem fix w/ classic se mode .. configs: faux-filesystem fix w/ classic se

[gem5-dev] Change in gem5/gem5[master]: arch-arm: Fixing implicit fallthrough build errors

2019-03-11 Thread Ryan Gambord (Gerrit)
Ryan Gambord has submitted this change and it was merged. ( https://gem5-review.googlesource.com/c/public/gem5/+/17071 ) Change subject: arch-arm: Fixing implicit fallthrough build errors .. arch-arm: Fixing implicit

[gem5-dev] Change in gem5/gem5[master]: arch-hsail: changed gen.py shebang from python(3) to python2.7

2019-03-11 Thread Ryan Gambord (Gerrit)
Hello Anthony Gutierrez, Andrea Mondelli, I'd like you to reexamine a change. Please visit https://gem5-review.googlesource.com/c/public/gem5/+/17008 to look at the new patch set (#2). Change subject: arch-hsail: changed gen.py shebang from python(3) to python2.7

[gem5-dev] Change in gem5/gem5[master]: mem-cache: Removed default arg from get() in prefetch/base.hh

2019-03-11 Thread Ryan Gambord (Gerrit)
Hello Nikos Nikoleris, Javier Bueno Hedo, Daniel Carvalho, I'd like you to reexamine a change. Please visit https://gem5-review.googlesource.com/c/public/gem5/+/17070 to look at the new patch set (#4). Change subject: mem-cache: Removed default arg from get() in prefetch/base.hh

[gem5-dev] Change in gem5/gem5[master]: arch-arm: Fixing implicit fallthrough build errors

2019-03-11 Thread Ryan Gambord (Gerrit)
Hello Giacomo Travaglini, Andreas Sandberg, Ciro Santilli, I'd like you to reexamine a change. Please visit https://gem5-review.googlesource.com/c/public/gem5/+/17071 to look at the new patch set (#5). Change subject: arch-arm: Fixing implicit fallthrough build errors

[gem5-dev] Change in gem5/gem5[master]: arch-arm: Fixing implicit fallthrough build errors

2019-03-11 Thread Ryan Gambord (Gerrit)
Hello Giacomo Travaglini, Andreas Sandberg, Ciro Santilli, I'd like you to reexamine a change. Please visit https://gem5-review.googlesource.com/c/public/gem5/+/17071 to look at the new patch set (#4). Change subject: arch-arm: Fixing implicit fallthrough build errors

[gem5-dev] Change in gem5/gem5[master]: arch-arm: Fixed initialization array size

2019-03-11 Thread Giacomo Travaglini (Gerrit)
Giacomo Travaglini has uploaded a new patch set (#2). ( https://gem5-review.googlesource.com/c/public/gem5/+/17088 ) Change subject: arch-arm: Fixed initialization array size .. arch-arm: Fixed initialization array size

[gem5-dev] Change in gem5/gem5[master]: arch-arm: Fixed initialization array size

2019-03-11 Thread Giacomo Travaglini (Gerrit)
Giacomo Travaglini has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/17088 Change subject: arch-arm: Fixed initialization array size .. arch-arm: Fixed initialization array size

[gem5-dev] Change in gem5/gem5[master]: mem-cache: Removed default argument from get() in

2019-03-11 Thread Ryan Gambord (Gerrit)
Hello Nikos Nikoleris, Javier Bueno Hedo, Daniel Carvalho, I'd like you to reexamine a change. Please visit https://gem5-review.googlesource.com/c/public/gem5/+/17070 to look at the new patch set (#3). Change subject: mem-cache: Removed default argument from get() in

[gem5-dev] Change in gem5/gem5[master]: arch-arm: Fixing implicit fallthrough build errors

2019-03-11 Thread Ryan Gambord (Gerrit)
Hello Giacomo Travaglini, Andreas Sandberg, Ciro Santilli, I'd like you to reexamine a change. Please visit https://gem5-review.googlesource.com/c/public/gem5/+/17071 to look at the new patch set (#3). Change subject: arch-arm: Fixing implicit fallthrough build errors

[gem5-dev] Change in gem5/gem5[master]: mem-cache: Revert "mem-cache: Remove Packet dependency in Tags"

2019-03-11 Thread Daniel Carvalho (Gerrit)
Daniel Carvalho has submitted this change and it was merged. ( https://gem5-review.googlesource.com/c/public/gem5/+/17049 ) Change subject: mem-cache: Revert "mem-cache: Remove Packet dependency in Tags" .. mem-cache:

[gem5-dev] Change in gem5/gem5[master]: arch, base: Added NullByteOrder to enum ByteOrder

2019-03-11 Thread Ryan Gambord (Gerrit)
Hello Nikos Nikoleris, Javier Bueno Hedo, Daniel Carvalho, I'd like you to reexamine a change. Please visit https://gem5-review.googlesource.com/c/public/gem5/+/17070 to look at the new patch set (#2). Change subject: arch, base: Added NullByteOrder to enum ByteOrder