Re: [gem5-dev] scons configuration run only once

2018-02-20 Thread Gabe Black
I think that may actually already be the case. The checks are *printed* every time, but when I ran scons just now and checked, all the config checks said (cached) at the end, suggesting there was a cache somewhere and the results were just being read out of there. Gabe On Tue, Feb 20, 2018 at

[gem5-dev] Change in public/gem5[master]: scons: Import print_function from future

2018-02-20 Thread Siddhesh Poyarekar (Gerrit)
Hello Gabe Black, Anthony Gutierrez, Andreas Sandberg, Brandon Potter, I'd like you to reexamine a change. Please visit https://gem5-review.googlesource.com/8321 to look at the new patch set (#6). Change subject: scons: Import print_function from future

[gem5-dev] Change in public/gem5[master]: arm: Fix implicit-fallthrough warnings when building with gcc-7+

2018-02-20 Thread Siddhesh Poyarekar (Gerrit)
Hello Gabe Black, Nikos Nikoleris, Andreas Sandberg, I'd like you to reexamine a change. Please visit https://gem5-review.googlesource.com/8541 to look at the new patch set (#3). Change subject: arm: Fix implicit-fallthrough warnings when building with gcc-7+

[gem5-dev] Change in public/gem5[master]: scons: Import print_function from future

2018-02-20 Thread Siddhesh Poyarekar (Gerrit)
Hello Gabe Black, Anthony Gutierrez, Andreas Sandberg, Brandon Potter, I'd like you to reexamine a change. Please visit https://gem5-review.googlesource.com/8321 to look at the new patch set (#5). Change subject: scons: Import print_function from future

[gem5-dev] Change in public/gem5[master]: dev: Don't fall through into BRAR after RFDR case

2018-02-20 Thread Siddhesh Poyarekar (Gerrit)
Siddhesh Poyarekar has uploaded this change for review. ( https://gem5-review.googlesource.com/8563 Change subject: dev: Don't fall through into BRAR after RFDR case .. dev: Don't fall through into BRAR after RFDR case If

[gem5-dev] Change in public/gem5[master]: arm: Remove ignored const qualifier

2018-02-20 Thread Siddhesh Poyarekar (Gerrit)
Siddhesh Poyarekar has uploaded this change for review. ( https://gem5-review.googlesource.com/8562 Change subject: arm: Remove ignored const qualifier .. arm: Remove ignored const qualifier gcc8 warns about ignored const

[gem5-dev] Change in public/gem5[master]: dev: Leave last byte in strncpy for NULL

2018-02-20 Thread Siddhesh Poyarekar (Gerrit)
Siddhesh Poyarekar has uploaded this change for review. ( https://gem5-review.googlesource.com/8561 Change subject: dev: Leave last byte in strncpy for NULL .. dev: Leave last byte in strncpy for NULL The length of the

[gem5-dev] scons configuration run only once

2018-02-20 Thread Potter, Brandon
Hello everyone, I would like to rewrite some of the scons infrastructure so that the configuration tests are executed only once upon first building the source. This differs from the current situation where they're run every time anything is done. Currently, you cannot even print help

[gem5-dev] Change in public/gem5[master]: scons: Import print_function from future

2018-02-20 Thread Siddhesh Poyarekar (Gerrit)
Hello Gabe Black, Anthony Gutierrez, Andreas Sandberg, Brandon Potter, I'd like you to reexamine a change. Please visit https://gem5-review.googlesource.com/8321 to look at the new patch set (#4). Change subject: scons: Import print_function from future

[gem5-dev] Change in public/gem5[master]: arm: Fix implicit-fallthrough warnings when building with gcc-7+

2018-02-20 Thread Siddhesh Poyarekar (Gerrit)
Siddhesh Poyarekar has uploaded a new patch set (#2). ( https://gem5-review.googlesource.com/8541 ) Change subject: arm: Fix implicit-fallthrough warnings when building with gcc-7+ .. arm: Fix implicit-fallthrough warnings

[gem5-dev] Change in public/gem5[master]: arm: Fix implicit-fallthrough warnings when building with gcc-7+

2018-02-20 Thread Siddhesh Poyarekar (Gerrit)
Siddhesh Poyarekar has uploaded this change for review. ( https://gem5-review.googlesource.com/8541 Change subject: arm: Fix implicit-fallthrough warnings when building with gcc-7+ .. arm: Fix implicit-fallthrough

[gem5-dev] Change in public/gem5[master]: ruby, gpu-compute: bugfix for GPU_VIPER* protocols

2018-02-20 Thread Brandon Potter (Gerrit)
Brandon Potter has uploaded this change for review. ( https://gem5-review.googlesource.com/8521 Change subject: ruby,gpu-compute: bugfix for GPU_VIPER* protocols .. ruby,gpu-compute: bugfix for GPU_VIPER* protocols

[gem5-dev] Change in public/gem5[master]: mem-cache: Add a non-coherent cache

2018-02-20 Thread Nikos Nikoleris (Gerrit)
Hello Daniel Carvalho, I'd like you to reexamine a change. Please visit https://gem5-review.googlesource.com/8291 to look at the new patch set (#2). Change subject: mem-cache: Add a non-coherent cache .. mem-cache: Add a

[gem5-dev] Change in public/gem5[master]: arch-arm: Fix Hlt64, Svc64, Hvc64, Smc64, Brk64 disassembly

2018-02-20 Thread Giacomo Travaglini (Gerrit)
Giacomo Travaglini merged this change by Giacomo Travaglini. ( https://gem5-review.googlesource.com/8368 ) Change subject: arch-arm: Fix Hlt64,Svc64,Hvc64,Smc64,Brk64 disassembly .. arch-arm: Fix Hlt64,Svc64,Hvc64,Smc64,Brk64

[gem5-dev] Change in public/gem5[master]: cpu-o3: Don't add non-speculative mem barriers to the IQ twice

2018-02-20 Thread Giacomo Travaglini (Gerrit)
Giacomo Travaglini merged this change by Andreas Sandberg. ( https://gem5-review.googlesource.com/8374 ) Change subject: cpu-o3: Don't add non-speculative mem barriers to the IQ twice .. cpu-o3: Don't add non-speculative

[gem5-dev] Change in public/gem5[master]: arch-arm: Adding isa templates for semihosting ops

2018-02-20 Thread Giacomo Travaglini (Gerrit)
Giacomo Travaglini merged this change by Giacomo Travaglini. ( https://gem5-review.googlesource.com/8370 ) Change subject: arch-arm: Adding isa templates for semihosting ops .. arch-arm: Adding isa templates for semihosting

[gem5-dev] Change in public/gem5[master]: arch-arm: Make hlt64 a mem barrier with semihosting

2018-02-20 Thread Giacomo Travaglini (Gerrit)
Giacomo Travaglini merged this change by Giacomo Travaglini. ( https://gem5-review.googlesource.com/8373 ) Change subject: arch-arm: Make hlt64 a mem barrier with semihosting .. arch-arm: Make hlt64 a mem barrier with

[gem5-dev] Change in public/gem5[master]: arch-arm: Add AArch32 SVC Semihosting interface

2018-02-20 Thread Giacomo Travaglini (Gerrit)
Giacomo Travaglini merged this change by Giacomo Travaglini. ( https://gem5-review.googlesource.com/8371 ) Change subject: arch-arm: Add AArch32 SVC Semihosting interface .. arch-arm: Add AArch32 SVC Semihosting interface

[gem5-dev] Change in public/gem5[master]: arch-arm: Add AArch32 HLT Semihosting interface

2018-02-20 Thread Giacomo Travaglini (Gerrit)
Giacomo Travaglini merged this change by Giacomo Travaglini. ( https://gem5-review.googlesource.com/8372 ) Change subject: arch-arm: Add AArch32 HLT Semihosting interface .. arch-arm: Add AArch32 HLT Semihosting interface

[gem5-dev] Change in public/gem5[master]: arch-arm: HLT using immediate when checking for semihosting

2018-02-20 Thread Giacomo Travaglini (Gerrit)
Giacomo Travaglini merged this change by Giacomo Travaglini. ( https://gem5-review.googlesource.com/8369 ) Change subject: arch-arm: HLT using immediate when checking for semihosting .. arch-arm: HLT using immediate when

[gem5-dev] Change in public/gem5[master]: mem-cache: Split array indexing and replacement policies.

2018-02-20 Thread Daniel Carvalho (Gerrit)
Daniel Carvalho has uploaded this change for review. ( https://gem5-review.googlesource.com/8501 Change subject: mem-cache: Split array indexing and replacement policies. .. mem-cache: Split array indexing and replacement

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

2018-02-20 Thread Cron Daemon
* build/RISCV/tests/opt/quick/se/02.insttest/riscv/linux-rv64c/simple-timing-ruby: FAILED! * build/RISCV/tests/opt/quick/se/02.insttest/riscv/linux-rv64c/simple-atomic: FAILED! * build/RISCV/tests/opt/quick/se/02.insttest/riscv/linux-rv64c/simple-timing: FAILED! *