[gem5-dev] Change in gem5/gem5[master]: arch-riscv: Implement MHARTID CSR

2019-05-03 Thread Alec Roelke (Gerrit)
Alec Roelke has submitted this change and it was merged. ( https://gem5-review.googlesource.com/c/public/gem5/+/16988 ) Change subject: arch-riscv: Implement MHARTID CSR .. arch-riscv: Implement MHARTID CSR This patch

Re: [gem5-dev] include order style checker bug

2019-05-03 Thread Gambord, Ryan
I can confirm it's been doing this for a while now on my end. Lots of existing files in gem5 fail the style checker when I modify them, so it seems to be at least somewhat recent, or people were overriding the style checker in the past. Ryan Gambord On Thu, May 2, 2019, 22:58 Gabe Black wrote:

[gem5-dev] Change in gem5/gem5[master]: mem-cache: Support for page crossing prefetches

2019-05-03 Thread Javier Bueno Hedo (Gerrit)
Hello Andreas Sandberg, kokoro, Daniel Carvalho, Giacomo Travaglini, Jason Lowe-Power, Nikos Nikoleris, I'd like you to reexamine a change. Please visit https://gem5-review.googlesource.com/c/public/gem5/+/14620 to look at the new patch set (#16). Change subject: mem-cache: Support for

[gem5-dev] Change in gem5/gem5[master]: mem-cache: Support for page crossing prefetches

2019-05-03 Thread Javier Bueno Hedo (Gerrit)
Hello Andreas Sandberg, kokoro, Daniel Carvalho, Giacomo Travaglini, Jason Lowe-Power, Nikos Nikoleris, I'd like you to reexamine a change. Please visit https://gem5-review.googlesource.com/c/public/gem5/+/14620 to look at the new patch set (#15). Change subject: mem-cache: Support for

[gem5-dev] Change in gem5/gem5[master]: sim-se: fix a few bugs/warns from GCC 6

2019-05-03 Thread Brandon Potter (Gerrit)
Brandon Potter has submitted this change and it was merged. ( https://gem5-review.googlesource.com/c/public/gem5/+/12126 ) Change subject: sim-se: fix a few bugs/warns from GCC 6 .. sim-se: fix a few bugs/warns from GCC 6

[gem5-dev] Change in gem5/gem5[master]: mem-cache: Handle data expansion

2019-05-03 Thread Daniel Carvalho (Gerrit)
Hello kokoro, Daniel Carvalho, Jason Lowe-Power, Nikos Nikoleris, I'd like you to reexamine a change. Please visit https://gem5-review.googlesource.com/c/public/gem5/+/12087 to look at the new patch set (#15). Change subject: mem-cache: Handle data expansion

[gem5-dev] Change in gem5/gem5[master]: mem-cache: Remove writebacks packet list

2019-05-03 Thread Daniel Carvalho (Gerrit)
Hello kokoro, Jason Lowe-Power, Nikos Nikoleris, I'd like you to reexamine a change. Please visit https://gem5-review.googlesource.com/c/public/gem5/+/18209 to look at the new patch set (#4). Change subject: mem-cache: Remove writebacks packet list

Re: [gem5-dev] Continuous integration is live!

2019-05-03 Thread Jason Lowe-Power
Thanks for the info, Rahul! Is there any way to specify a different compiler (e.g., clang) when building on kokoro? Thanks, Jason On Fri, May 3, 2019 at 9:12 AM Rahul Thakur wrote: > Hi Giacomo, Jason, > > Sorry for late reply. > Re: tool chain - scons and python are available in the test

[gem5-dev] Change in gem5/gem5[master]: sim-se: fix a few bugs/warns from GCC 6

2019-05-03 Thread Brandon Potter (Gerrit)
Hello Alexandru Duțu, John Alsop, Jason Lowe-Power, I'd like you to reexamine a change. Please visit https://gem5-review.googlesource.com/c/public/gem5/+/12126 to look at the new patch set (#22). Change subject: sim-se: fix a few bugs/warns from GCC 6

Re: [gem5-dev] Continuous integration is live!

2019-05-03 Thread Rahul Thakur
Hi Giacomo, Jason, Sorry for late reply. Re: tool chain - scons and python are available in the test environment AFAIK. Re: test throughput - How long does kokoro take to finish current presubmit test? If you have much longer tests to run at periodic frequency, say once in a few days, on HEAD,

[gem5-dev] Change in gem5/gem5[master]: mem-cache: Support for page crossing prefetches

2019-05-03 Thread Javier Bueno Hedo (Gerrit)
Hello Andreas Sandberg, kokoro, Daniel Carvalho, Giacomo Travaglini, Jason Lowe-Power, Nikos Nikoleris, I'd like you to reexamine a change. Please visit https://gem5-review.googlesource.com/c/public/gem5/+/14620 to look at the new patch set (#14). Change subject: mem-cache: Support for

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

2019-05-03 Thread Brandon Potter (Gerrit)
Brandon Potter has submitted this change and it was merged. ( https://gem5-review.googlesource.com/c/public/gem5/+/12125 ) Change subject: sim-se: add eventfd system call .. sim-se: add eventfd system call Change-Id:

[gem5-dev] Change in gem5/gem5[master]: mem-cache: Mark block as dirty after a SWPrefetchEXResp

2019-05-03 Thread Nikos Nikoleris (Gerrit)
Nikos Nikoleris has submitted this change and it was merged. ( https://gem5-review.googlesource.com/c/public/gem5/+/17729 ) Change subject: mem-cache: Mark block as dirty after a SWPrefetchEXResp .. mem-cache: Mark block as

Re: [gem5-dev] Continuous integration is live!

2019-05-03 Thread Giacomo Travaglini
Hi Jason, I have seen patches being under review for a long time, and IMHO adding an extra 10-30 mins is not the real bottleneck. I'd rather wait a little bit more but being sure I am not breaking anything... about ruby protocols, let me say that we (in arm) are relatively happy with the

[gem5-dev] Change in gem5/gem5[master]: base: Add argument to Coroutine class to not run on creation

2019-05-03 Thread Giacomo Travaglini (Gerrit)
Hello kokoro, Gabe Black, Anthony Gutierrez, I'd like you to reexamine a change. Please visit https://gem5-review.googlesource.com/c/public/gem5/+/18588 to look at the new patch set (#2). Change subject: base: Add argument to Coroutine class to not run on creation

[gem5-dev] Change in gem5/gem5[master]: base: Provide a getter for Fiber::started boolean variable

2019-05-03 Thread Giacomo Travaglini (Gerrit)
Giacomo Travaglini has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/18648 Change subject: base: Provide a getter for Fiber::started boolean variable .. base: Provide a getter for

[gem5-dev] Change in gem5/gem5[master]: arch-riscv, isa: Fix for compressed jump (c_j) imm

2019-05-03 Thread Avishay Tvila (Gerrit)
Avishay Tvila has submitted this change and it was merged. ( https://gem5-review.googlesource.com/c/public/gem5/+/17808 ) Change subject: arch-riscv,isa: Fix for compressed jump (c_j) imm .. arch-riscv,isa: Fix for compressed

[gem5-dev] Change in gem5/gem5[master]: dev: StreamID generation in DMA device

2019-05-03 Thread Giacomo Travaglini (Gerrit)
Giacomo Travaglini has submitted this change and it was merged. ( https://gem5-review.googlesource.com/c/public/gem5/+/16749 ) Change subject: dev: StreamID generation in DMA device .. dev: StreamID generation in DMA device

[gem5-dev] Cron /z/m5/regression/do-regression quick

2019-05-03 Thread Cron Daemon
* build/ALPHA/tests/opt/quick/fs/10.linux-boot/alpha/linux/tsunami-simple-atomic: FAILED! * build/ALPHA/tests/opt/quick/fs/10.linux-boot/alpha/linux/tsunami-simple-atomic-dual: FAILED! * build/ALPHA/tests/opt/quick/fs/10.linux-boot/alpha/linux/tsunami-simple-timing: FAILED! *

[gem5-dev] Change in gem5/gem5[master]: mips: Add an object file loader for linux.

2019-05-03 Thread Gabe Black (Gerrit)
Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/18586 Change subject: mips: Add an object file loader for linux. .. mips: Add an object file loader for linux.

[gem5-dev] Change in gem5/gem5[master]: sparc: Add an object file loader for linux and solaris.

2019-05-03 Thread Gabe Black (Gerrit)
Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/18629 Change subject: sparc: Add an object file loader for linux and solaris. .. sparc: Add an object file loader for

[gem5-dev] Change in gem5/gem5[master]: sim: Make the Process create function use the object loader mechanism.

2019-05-03 Thread Gabe Black (Gerrit)
Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/18631 Change subject: sim: Make the Process create function use the object loader mechanism. .. sim: Make the Process

[gem5-dev] Change in gem5/gem5[master]: arm: Add an object file loader for linux and freebsd.

2019-05-03 Thread Gabe Black (Gerrit)
Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/18585 Change subject: arm: Add an object file loader for linux and freebsd. .. arm: Add an object file loader for linux

[gem5-dev] Change in gem5/gem5[master]: base: Add a type for keeping track of object file loaders.

2019-05-03 Thread Gabe Black (Gerrit)
Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/18583 Change subject: base: Add a type for keeping track of object file loaders. .. base: Add a type for keeping track of

[gem5-dev] Change in gem5/gem5[master]: power: Add an object file loader for linux.

2019-05-03 Thread Gabe Black (Gerrit)
Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/18587 Change subject: power: Add an object file loader for linux. .. power: Add an object file loader for linux.

[gem5-dev] Change in gem5/gem5[master]: alpha: Add an object file loader for linux.

2019-05-03 Thread Gabe Black (Gerrit)
Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/18584 Change subject: alpha: Add an object file loader for linux. .. alpha: Add an object file loader for linux.

[gem5-dev] Change in gem5/gem5[master]: x86: Add an object file loader for linux.

2019-05-03 Thread Gabe Black (Gerrit)
Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/18630 Change subject: x86: Add an object file loader for linux. .. x86: Add an object file loader for linux. Change-Id: