[gem5-dev] Change in gem5/gem5[develop]: python: Add simulator instantiation checks

2021-12-10 Thread Andreas Sandberg (Gerrit) via gem5-dev
Andreas Sandberg has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/53923 ) Change subject: python: Add simulator instantiation checks .. python: Add simulator instantiation checks

[gem5-dev] Change in gem5/gem5[develop]: python: Remove unnecessary Python 2.x workaround

2021-09-16 Thread Andreas Sandberg (Gerrit) via gem5-dev
Andreas Sandberg has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/50407 ) Change subject: python: Remove unnecessary Python 2.x workaround .. python: Remove unnecessary Python 2.x workaround

[gem5-dev] Change in gem5/gem5[develop]: cpu-kvm: Reinitialize threads on drainResume

2021-09-15 Thread Andreas Sandberg (Gerrit) via gem5-dev
Andreas Sandberg has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/50409 ) Change subject: cpu-kvm: Reinitialize threads on drainResume .. cpu-kvm: Reinitialize threads

[gem5-dev] Change in gem5/gem5[develop]: python: Remove unnecessary Python 2.x workaround

2021-09-15 Thread Andreas Sandberg (Gerrit) via gem5-dev
Andreas Sandberg has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/50407 ) Change subject: python: Remove unnecessary Python 2.x workaround .. python: Remove unnecessary Python 2.x

[gem5-dev] Change in gem5/gem5[develop]: sim: Fix fork for multithreaded simulations

2021-09-15 Thread Andreas Sandberg (Gerrit) via gem5-dev
Andreas Sandberg has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/50408 ) Change subject: sim: Fix fork for multithreaded simulations .. sim: Fix fork for multithreaded simulations

[gem5-dev] Change in gem5/gem5[stable]: python: Fix incorrect prefixes is m5.utils.convert

2021-03-11 Thread Andreas Sandberg (Gerrit) via gem5-dev
Andreas Sandberg has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/42783 ) Change subject: python: Fix incorrect prefixes is m5.utils.convert .. python: Fix incorrect prefixes is m5

[gem5-dev] Change in gem5/gem5[develop]: arch, mem, cpu, systemc: Remove Python 2.7 glue code

2021-01-27 Thread Andreas Sandberg (Gerrit) via gem5-dev
Andreas Sandberg has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/39758 ) Change subject: arch, mem, cpu, systemc: Remove Python 2.7 glue code .. arch, mem, cpu, systemc: Remove Python 2.7

[gem5-dev] Change in gem5/gem5[develop]: tests: Remove Python 2.7 glue code

2021-01-27 Thread Andreas Sandberg (Gerrit) via gem5-dev
Andreas Sandberg has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/39757 ) Change subject: tests: Remove Python 2.7 glue code .. tests: Remove Python 2.7 glue code Remove uses of six and from

[gem5-dev] Change in gem5/gem5[develop]: tests: Remove Python 2.7 glue code from testlib

2021-01-27 Thread Andreas Sandberg (Gerrit) via gem5-dev
Andreas Sandberg has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/39759 ) Change subject: tests: Remove Python 2.7 glue code from testlib .. tests: Remove Python 2.7 glue code from testlib

[gem5-dev] Re: Testlib six dependency

2021-01-26 Thread Andreas Sandberg via gem5-dev
wrote: Hi Andreas, There is no upstream for testlib. It's a purely gem5 project. We should fix it in tree. Jason On Tue, Jan 26, 2021 at 4:56 AM Andreas Sandberg via gem5-dev mailto:gem5-dev@gem5.org>> wrote: Hi Everyone, I have just posted a series of patches [1] that get rid o

[gem5-dev] Change in gem5/gem5[develop]: tests: Remove Python 2.7 glue code from testlib

2021-01-26 Thread Andreas Sandberg (Gerrit) via gem5-dev
Andreas Sandberg has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/39759 ) Change subject: tests: Remove Python 2.7 glue code from testlib .. tests: Remove Python 2.7 glue code from

[gem5-dev] Change in gem5/gem5[develop]: configs: Remove Python 2.7 glue code

2021-01-26 Thread Andreas Sandberg (Gerrit) via gem5-dev
Andreas Sandberg has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/39755 ) Change subject: configs: Remove Python 2.7 glue code .. configs: Remove Python 2.7 glue code Remove uses of six

[gem5-dev] Change in gem5/gem5[develop]: util: Remove Python 2.7 glue code

2021-01-26 Thread Andreas Sandberg (Gerrit) via gem5-dev
Andreas Sandberg has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/39756 ) Change subject: util: Remove Python 2.7 glue code .. util: Remove Python 2.7 glue code Remove uses of six and from

[gem5-dev] Change in gem5/gem5[develop]: sim: Use the Temperature type in power/thermal models

2021-01-26 Thread Andreas Sandberg (Gerrit) via gem5-dev
Andreas Sandberg has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/39455 ) Change subject: sim: Use the Temperature type in power/thermal models .. sim: Use the Temperature type in power

[gem5-dev] Testlib six dependency

2021-01-26 Thread Andreas Sandberg via gem5-dev
Hi Everyone, I have just posted a series of patches [1] that get rid of 'six' as a dependency in gem5. However, there is still a dependency on six coming from testlib. What's the process there? Should we fix it upstream and backport it or is testlib now effectively a gem5 project? Cheers,

[gem5-dev] Change in gem5/gem5[develop]: configs: Remove Python 2.7 glue code

2021-01-26 Thread Andreas Sandberg (Gerrit) via gem5-dev
Andreas Sandberg has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/39755 ) Change subject: configs: Remove Python 2.7 glue code .. configs: Remove Python 2.7 glue code Remove uses

[gem5-dev] Change in gem5/gem5[develop]: tests: Remove Python 2.7 glue code

2021-01-26 Thread Andreas Sandberg (Gerrit) via gem5-dev
Andreas Sandberg has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/39757 ) Change subject: tests: Remove Python 2.7 glue code .. tests: Remove Python 2.7 glue code Remove uses

[gem5-dev] Change in gem5/gem5[develop]: arch, mem, cpu, systemc: Remove Python 2.7 glue code

2021-01-26 Thread Andreas Sandberg (Gerrit) via gem5-dev
Andreas Sandberg has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/39758 ) Change subject: arch, mem, cpu, systemc: Remove Python 2.7 glue code .. arch, mem, cpu, systemc: Remove

[gem5-dev] Change in gem5/gem5[develop]: util: Remove Python 2.7 glue code

2021-01-26 Thread Andreas Sandberg (Gerrit) via gem5-dev
Andreas Sandberg has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/39756 ) Change subject: util: Remove Python 2.7 glue code .. util: Remove Python 2.7 glue code Remove uses of six

[gem5-dev] Change in gem5/gem5[develop]: python: Require a unit in anyToFrequency and anyToLatency

2021-01-26 Thread Andreas Sandberg (Gerrit) via gem5-dev
Andreas Sandberg has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/39435 ) Change subject: python: Require a unit in anyToFrequency and anyToLatency .. python: Require a unit in anyToFrequency

[gem5-dev] Change in gem5/gem5[develop]: base, python: Add a Temperature type and associated param

2021-01-26 Thread Andreas Sandberg (Gerrit) via gem5-dev
Andreas Sandberg has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/39218 ) Change subject: base, python: Add a Temperature type and associated param .. base, python: Add a Temperature type

[gem5-dev] Change in gem5/gem5[develop]: sim: Use the Temperature param type

2021-01-26 Thread Andreas Sandberg (Gerrit) via gem5-dev
Andreas Sandberg has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/39219 ) Change subject: sim: Use the Temperature param type .. sim: Use the Temperature param type Add support for passing

[gem5-dev] Change in gem5/gem5[develop]: tests: Add Python unit tests for m5.util.convert

2021-01-24 Thread Andreas Sandberg (Gerrit) via gem5-dev
Andreas Sandberg has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/39377 ) Change subject: tests: Add Python unit tests for m5.util.convert .. tests: Add Python unit tests for m5.util.convert

[gem5-dev] Change in gem5/gem5[develop]: sim: Consistently use ISO prefixes

2021-01-24 Thread Andreas Sandberg (Gerrit) via gem5-dev
Andreas Sandberg has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/39579 ) Change subject: sim: Consistently use ISO prefixes .. sim: Consistently use ISO prefixes We currently use

[gem5-dev] Change in gem5/gem5[develop]: python: Consistently use ISO prefixes

2021-01-24 Thread Andreas Sandberg (Gerrit) via gem5-dev
Andreas Sandberg has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/39577 ) Change subject: python: Consistently use ISO prefixes .. python: Consistently use ISO prefixes We currently use

[gem5-dev] Change in gem5/gem5[develop]: arch-arm, dev-arm: Consistently use ISO prefixes

2021-01-24 Thread Andreas Sandberg (Gerrit) via gem5-dev
Andreas Sandberg has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/39575 ) Change subject: arch-arm, dev-arm: Consistently use ISO prefixes .. arch-arm, dev-arm: Consistently use ISO prefixes

[gem5-dev] Change in gem5/gem5[develop]: mem: Consistently use ISO prefixes

2021-01-22 Thread Andreas Sandberg (Gerrit) via gem5-dev
Andreas Sandberg has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/39576 ) Change subject: mem: Consistently use ISO prefixes .. mem: Consistently use ISO prefixes We currently use

[gem5-dev] Change in gem5/gem5[develop]: python: Remove Python 2.7 compatibility code

2021-01-22 Thread Andreas Sandberg (Gerrit) via gem5-dev
Andreas Sandberg has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/39584 ) Change subject: python: Remove Python 2.7 compatibility code .. python: Remove Python 2.7 compatibility code We don't

[gem5-dev] Change in gem5/gem5[develop]: scons: Remove Python 2.7 compatibility code

2021-01-22 Thread Andreas Sandberg (Gerrit) via gem5-dev
Andreas Sandberg has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/39585 ) Change subject: scons: Remove Python 2.7 compatibility code .. scons: Remove Python 2.7 compatibility code Remove

[gem5-dev] Change in gem5/gem5[develop]: dev: Consistently use ISO prefixes

2021-01-22 Thread Andreas Sandberg (Gerrit) via gem5-dev
Andreas Sandberg has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/39578 ) Change subject: dev: Consistently use ISO prefixes .. dev: Consistently use ISO prefixes We currently use

[gem5-dev] Change in gem5/gem5[develop]: configs: Remove Python 2 compatibility code in Arm configs

2021-01-22 Thread Andreas Sandberg (Gerrit) via gem5-dev
Andreas Sandberg has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/39581 ) Change subject: configs: Remove Python 2 compatibility code in Arm configs .. configs: Remove Python 2 compatibility

[gem5-dev] Change in gem5/gem5[develop]: arch-arm, dev-arm: Remove Python 2 compatibility code

2021-01-22 Thread Andreas Sandberg (Gerrit) via gem5-dev
Andreas Sandberg has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/39580 ) Change subject: arch-arm, dev-arm: Remove Python 2 compatibility code .. arch-arm, dev-arm: Remove Python 2

[gem5-dev] Change in gem5/gem5[develop]: configs: Weed out old port terminology in Arm examples

2021-01-22 Thread Andreas Sandberg (Gerrit) via gem5-dev
Andreas Sandberg has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/39582 ) Change subject: configs: Weed out old port terminology in Arm examples .. configs: Weed out old port terminology

[gem5-dev] Change in gem5/gem5[develop]: python: Remove Python 2.7 compatibility code

2021-01-21 Thread Andreas Sandberg (Gerrit) via gem5-dev
Andreas Sandberg has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/39584 ) Change subject: python: Remove Python 2.7 compatibility code .. python: Remove Python 2.7 compatibility

[gem5-dev] Change in gem5/gem5[develop]: configs: Remove Python 2 compatibility code in Arm configs

2021-01-21 Thread Andreas Sandberg (Gerrit) via gem5-dev
Andreas Sandberg has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/39581 ) Change subject: configs: Remove Python 2 compatibility code in Arm configs .. configs: Remove Python 2

[gem5-dev] Change in gem5/gem5[develop]: configs: Weed out old port terminology in Arm examples

2021-01-21 Thread Andreas Sandberg (Gerrit) via gem5-dev
Andreas Sandberg has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/39582 ) Change subject: configs: Weed out old port terminology in Arm examples .. configs: Weed out old port

[gem5-dev] Change in gem5/gem5[develop]: scons: Remove Python 2.7 compatibility code

2021-01-21 Thread Andreas Sandberg (Gerrit) via gem5-dev
Andreas Sandberg has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/39585 ) Change subject: scons: Remove Python 2.7 compatibility code .. scons: Remove Python 2.7 compatibility code

[gem5-dev] Change in gem5/gem5[develop]: cpu: Don't use deprecated port names

2021-01-21 Thread Andreas Sandberg (Gerrit) via gem5-dev
Andreas Sandberg has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/39583 ) Change subject: cpu: Don't use deprecated port names .. cpu: Don't use deprecated port names The BaseCPU

[gem5-dev] Change in gem5/gem5[develop]: arch-arm, dev-arm: Remove Python 2 compatibility code

2021-01-21 Thread Andreas Sandberg (Gerrit) via gem5-dev
Andreas Sandberg has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/39580 ) Change subject: arch-arm, dev-arm: Remove Python 2 compatibility code .. arch-arm, dev-arm: Remove Python 2

[gem5-dev] Change in gem5/gem5[develop]: sim: Consistently use ISO prefixes

2021-01-21 Thread Andreas Sandberg (Gerrit) via gem5-dev
Andreas Sandberg has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/39579 ) Change subject: sim: Consistently use ISO prefixes .. sim: Consistently use ISO prefixes We currently use

[gem5-dev] Change in gem5/gem5[develop]: dev: Consistently use ISO prefixes

2021-01-21 Thread Andreas Sandberg (Gerrit) via gem5-dev
Andreas Sandberg has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/39578 ) Change subject: dev: Consistently use ISO prefixes .. dev: Consistently use ISO prefixes We currently use

[gem5-dev] Change in gem5/gem5[develop]: python: Consistently use ISO prefixes

2021-01-21 Thread Andreas Sandberg (Gerrit) via gem5-dev
Andreas Sandberg has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/39577 ) Change subject: python: Consistently use ISO prefixes .. python: Consistently use ISO prefixes We

[gem5-dev] Change in gem5/gem5[develop]: arch-arm, dev-arm: Consistently use ISO prefixes

2021-01-21 Thread Andreas Sandberg (Gerrit) via gem5-dev
Andreas Sandberg has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/39576 ) Change subject: arch-arm, dev-arm: Consistently use ISO prefixes .. arch-arm, dev-arm: Consistently use ISO

[gem5-dev] Change in gem5/gem5[develop]: arch-arm, dev-arm: Consistently use ISO prefixes

2021-01-21 Thread Andreas Sandberg (Gerrit) via gem5-dev
Andreas Sandberg has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/39575 ) Change subject: arch-arm, dev-arm: Consistently use ISO prefixes .. arch-arm, dev-arm: Consistently use ISO

[gem5-dev] Change in gem5/gem5[develop]: python: Fix incorrect prefixes is m5.utils.convert

2021-01-20 Thread Andreas Sandberg (Gerrit) via gem5-dev
Andreas Sandberg has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/39375 ) Change subject: python: Fix incorrect prefixes is m5.utils.convert .. python: Fix incorrect prefixes is m5

[gem5-dev] Change in gem5/gem5[develop]: sim, mem, dev, arch: Consistently use ISO prefixes

2021-01-20 Thread Andreas Sandberg (Gerrit) via gem5-dev
Andreas Sandberg has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/39475 ) Change subject: sim, mem, dev, arch: Consistently use ISO prefixes .. sim, mem, dev, arch: Consistently use

[gem5-dev] Change in gem5/gem5[develop]: sim: Use the Temperature type in power/thermal models

2021-01-20 Thread Andreas Sandberg (Gerrit) via gem5-dev
Andreas Sandberg has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/39455 ) Change subject: sim: Use the Temperature type in power/thermal models .. sim: Use the Temperature type

[gem5-dev] Change in gem5/gem5[develop]: python: Require a unit in anyToFreuency and anyToLatency

2021-01-20 Thread Andreas Sandberg (Gerrit) via gem5-dev
Andreas Sandberg has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/39435 ) Change subject: python: Require a unit in anyToFreuency and anyToLatency .. python: Require a unit

[gem5-dev] Change in gem5/gem5[develop]: sim: Don't serialise params in thermal models

2021-01-20 Thread Andreas Sandberg (Gerrit) via gem5-dev
Andreas Sandberg has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/39221 ) Change subject: sim: Don't serialise params in thermal models .. sim: Don't serialise params in thermal models

[gem5-dev] Change in gem5/gem5[develop]: sim: Thermal model style fixes

2021-01-20 Thread Andreas Sandberg (Gerrit) via gem5-dev
Andreas Sandberg has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/39220 ) Change subject: sim: Thermal model style fixes .. sim: Thermal model style fixes Fix various style issues

[gem5-dev] Change in gem5/gem5[develop]: tests: Add Python unit tests for m5.util.convert

2021-01-19 Thread Andreas Sandberg (Gerrit) via gem5-dev
Andreas Sandberg has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/39377 ) Change subject: tests: Add Python unit tests for m5.util.convert .. tests: Add Python unit tests for m5

[gem5-dev] Change in gem5/gem5[develop]: python: Fix incorrect anyToLatency conversion

2021-01-19 Thread Andreas Sandberg (Gerrit) via gem5-dev
Andreas Sandberg has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/39376 ) Change subject: python: Fix incorrect anyToLatency conversion .. python: Fix incorrect anyToLatency

[gem5-dev] Change in gem5/gem5[develop]: python: Fix incorrect prefixes is m5.utils.convert

2021-01-19 Thread Andreas Sandberg (Gerrit) via gem5-dev
Andreas Sandberg has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/39375 ) Change subject: python: Fix incorrect prefixes is m5.utils.convert .. python: Fix incorrect prefixes is m5

[gem5-dev] Change in gem5/gem5[develop]: python: Refactor toNum to support a selection of units

2021-01-19 Thread Andreas Sandberg (Gerrit) via gem5-dev
Andreas Sandberg has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/39217 ) Change subject: python: Refactor toNum to support a selection of units .. python: Refactor toNum to support

[gem5-dev] Change in gem5/gem5[develop]: base, python: Add a Temperature type and associated param

2021-01-19 Thread Andreas Sandberg (Gerrit) via gem5-dev
Andreas Sandberg has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/39218 ) Change subject: base, python: Add a Temperature type and associated param .. base, python: Add

[gem5-dev] Change in gem5/gem5[develop]: sim: Don't serialise params in thermal models

2021-01-19 Thread Andreas Sandberg (Gerrit) via gem5-dev
Andreas Sandberg has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/39221 ) Change subject: sim: Don't serialise params in thermal models .. sim: Don't serialise params in thermal

[gem5-dev] Change in gem5/gem5[develop]: sim: Use the Temperature param type

2021-01-19 Thread Andreas Sandberg (Gerrit) via gem5-dev
Andreas Sandberg has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/39219 ) Change subject: sim: Use the Temperature param type .. sim: Use the Temperature param type Add support

[gem5-dev] Change in gem5/gem5[develop]: sim: Thermal model style fixes

2021-01-19 Thread Andreas Sandberg (Gerrit) via gem5-dev
Andreas Sandberg has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/39220 ) Change subject: sim: Thermal model style fixes .. sim: Thermal model style fixes Fix various style issues

[gem5-dev] Change in gem5/gem5[develop]: misc: Convert MAINTAINERS to YAML

2020-11-06 Thread Andreas Sandberg (Gerrit) via gem5-dev
Andreas Sandberg has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/37035 ) Change subject: misc: Convert MAINTAINERS to YAML .. misc: Convert MAINTAINERS to YAML Convert MAINTAINERS to YAML

[gem5-dev] Change in gem5/gem5[develop]: util: Add a library to parser MAINTAINERS.yaml

2020-11-04 Thread Andreas Sandberg (Gerrit) via gem5-dev
Andreas Sandberg has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/37036 ) Change subject: util: Add a library to parser MAINTAINERS.yaml .. util: Add a library to parser

[gem5-dev] Change in gem5/gem5[develop]: misc: Convert MAINTAINERS to YAML

2020-11-04 Thread Andreas Sandberg (Gerrit) via gem5-dev
Andreas Sandberg has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/37035 ) Change subject: misc: Convert MAINTAINERS to YAML .. misc: Convert MAINTAINERS to YAML Convert MAINTAINERS

[gem5-dev] Change in gem5/gem5[develop]: scons: Test if binaries can embed the Python interpreter

2020-10-23 Thread Andreas Sandberg (Gerrit) via gem5-dev
Andreas Sandberg has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/36383 ) Change subject: scons: Test if binaries can embed the Python interpreter .. scons: Test if binaries can embed

[gem5-dev] Change in gem5/gem5[develop]: scons: Don't check for Python 2

2020-10-23 Thread Andreas Sandberg (Gerrit) via gem5-dev
Andreas Sandberg has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/36535 ) Change subject: scons: Don't check for Python 2 .. scons: Don't check for Python 2 The build system will now refuse

[gem5-dev] Change in gem5/gem5[develop]: scons: Don't check for Python 2

2020-10-23 Thread Andreas Sandberg (Gerrit) via gem5-dev
Andreas Sandberg has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/36535 ) Change subject: scons: Don't check for Python 2 .. scons: Don't check for Python 2 The build system

[gem5-dev] Change in gem5/gem5[develop]: scons: Test if binaries can embed the Python interpreter

2020-10-21 Thread Andreas Sandberg (Gerrit) via gem5-dev
Andreas Sandberg has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/36383 ) Change subject: scons: Test if binaries can embed the Python interpreter .. scons: Test if binaries can

[gem5-dev] Change in gem5/gem5[develop]: stats: Output new-world stats before legacy stats

2020-10-09 Thread Andreas Sandberg (Gerrit) via gem5-dev
Andreas Sandberg has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/35617 ) Change subject: stats: Output new-world stats before legacy stats .. stats: Output new-world stats before legacy stats

[gem5-dev] Change in gem5/gem5[develop]: sim, stats: Move global stats to Root

2020-10-09 Thread Andreas Sandberg (Gerrit) via gem5-dev
Andreas Sandberg has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/35616 ) Change subject: sim, stats: Move global stats to Root .. sim, stats: Move global stats to Root Global stats

[gem5-dev] Change in gem5/gem5[develop]: stats: Make Stats::Group::mergeStatGroup public

2020-10-08 Thread Andreas Sandberg (Gerrit) via gem5-dev
Andreas Sandberg has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/35615 ) Change subject: stats: Make Stats::Group::mergeStatGroup public .. stats: Make Stats::Group::mergeStatGroup public

[gem5-dev] Change in gem5/gem5[develop]: stats: Output new-world stats before legacy stats

2020-10-05 Thread Andreas Sandberg (Gerrit) via gem5-dev
Andreas Sandberg has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/35617 ) Change subject: stats: Output new-world stats before legacy stats .. stats: Output new-world stats before

[gem5-dev] Change in gem5/gem5[develop]: sim, stats: Move global stats to Root

2020-10-05 Thread Andreas Sandberg (Gerrit) via gem5-dev
Andreas Sandberg has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/35616 ) Change subject: sim, stats: Move global stats to Root .. sim, stats: Move global stats to Root Global

[gem5-dev] Change in gem5/gem5[develop]: stats: Make Stats::Group::mergeStatGroup public

2020-10-05 Thread Andreas Sandberg (Gerrit) via gem5-dev
Andreas Sandberg has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/35615 ) Change subject: stats: Make Stats::Group::mergeStatGroup public .. stats: Make Stats::Group::mergeStatGroup

[gem5-dev] Change in gem5/gem5[develop]: base, sim, mem, arch: Remove the dummy CPU in NULL

2020-09-14 Thread Andreas Sandberg (Gerrit) via gem5-dev
Andreas Sandberg has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/34236 ) Change subject: base, sim, mem, arch: Remove the dummy CPU in NULL .. base, sim, mem, arch: Remove the dummy CPU

[gem5-dev] Change in gem5/gem5[develop]: stats: Move global CPU stats to BaseCPU

2020-09-14 Thread Andreas Sandberg (Gerrit) via gem5-dev
Andreas Sandberg has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/34395 ) Change subject: stats: Move global CPU stats to BaseCPU .. stats: Move global CPU stats to BaseCPU We currently

[gem5-dev] Change in gem5/gem5[develop]: stats: Move global CPU stats to BaseCPU

2020-09-11 Thread Andreas Sandberg (Gerrit) via gem5-dev
Andreas Sandberg has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/34395 ) Change subject: stats: Move global CPU stats to BaseCPU .. stats: Move global CPU stats to BaseCPU We

[gem5-dev] Change in gem5/gem5[develop]: dev: Use the new ByteOrder param type in VirtIO devices

2020-09-10 Thread Andreas Sandberg (Gerrit) via gem5-dev
Andreas Sandberg has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/33296 ) Change subject: dev: Use the new ByteOrder param type in VirtIO devices .. dev: Use the new ByteOrder param type

[gem5-dev] Change in gem5/gem5[develop]: dev: Use the new ByteOrder param type in SimpleUart

2020-09-10 Thread Andreas Sandberg (Gerrit) via gem5-dev
Andreas Sandberg has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/33295 ) Change subject: dev: Use the new ByteOrder param type in SimpleUart .. dev: Use the new ByteOrder param type

[gem5-dev] Change in gem5/gem5[develop]: base, sim, mem, arch: Remove the dummy CPU in NULL

2020-09-09 Thread Andreas Sandberg (Gerrit) via gem5-dev
Andreas Sandberg has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/34236 ) Change subject: base, sim, mem, arch: Remove the dummy CPU in NULL .. base, sim, mem, arch: Remove

[gem5-dev] Change in gem5/gem5[develop]: sim: Expose the system's byte order as a param

2020-09-09 Thread Andreas Sandberg (Gerrit) via gem5-dev
Andreas Sandberg has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/33175 ) Change subject: sim: Expose the system's byte order as a param .. sim: Expose the system's byte order as a param

[gem5-dev] Change in gem5/gem5[develop]: base: Cleanup debug flags API

2020-09-07 Thread Andreas Sandberg (Gerrit) via gem5-dev
Andreas Sandberg has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/34118 ) Change subject: base: Cleanup debug flags API .. base: Cleanup debug flags API The debug flags API has a couple

[gem5-dev] Change in gem5/gem5[develop]: scons: Simplify arch enum generation

2020-09-07 Thread Andreas Sandberg (Gerrit) via gem5-dev
Andreas Sandberg has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/34116 ) Change subject: scons: Simplify arch enum generation .. scons: Simplify arch enum generation C++ allows a trailing

[gem5-dev] Change in gem5/gem5[develop]: base: Remove unused Debug::All flag

2020-09-07 Thread Andreas Sandberg (Gerrit) via gem5-dev
Andreas Sandberg has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/34117 ) Change subject: base: Remove unused Debug::All flag .. base: Remove unused Debug::All flag The Debug::All flag

[gem5-dev] Change in gem5/gem5[develop]: python: Remove unused debug APIs

2020-09-07 Thread Andreas Sandberg (Gerrit) via gem5-dev
Andreas Sandberg has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/34120 ) Change subject: python: Remove unused debug APIs .. python: Remove unused debug APIs The following APIs

[gem5-dev] Change in gem5/gem5[develop]: base: Cleanup Debug::CompoundFlag

2020-09-07 Thread Andreas Sandberg (Gerrit) via gem5-dev
Andreas Sandberg has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/34115 ) Change subject: base: Cleanup Debug::CompoundFlag .. base: Cleanup Debug::CompoundFlag Compound flags are currently

[gem5-dev] Change in gem5/gem5[develop]: python: Add the ability to check if a debug flag has been enabled

2020-09-07 Thread Andreas Sandberg (Gerrit) via gem5-dev
Andreas Sandberg has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/34119 ) Change subject: python: Add the ability to check if a debug flag has been enabled .. python: Add the ability

[gem5-dev] Change in gem5/gem5[develop]: python: Remove unused debug APIs

2020-09-04 Thread Andreas Sandberg (Gerrit) via gem5-dev
Andreas Sandberg has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/34120 ) Change subject: python: Remove unused debug APIs .. python: Remove unused debug APIs The following APIs

[gem5-dev] Change in gem5/gem5[develop]: python: Add the ability to check if a debug flag has been enabled

2020-09-04 Thread Andreas Sandberg (Gerrit) via gem5-dev
Andreas Sandberg has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/34119 ) Change subject: python: Add the ability to check if a debug flag has been enabled .. python: Add

[gem5-dev] Change in gem5/gem5[develop]: base: Cleanup debug flags API

2020-09-04 Thread Andreas Sandberg (Gerrit) via gem5-dev
Andreas Sandberg has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/34118 ) Change subject: base: Cleanup debug flags API .. base: Cleanup debug flags API The debug flags API has

[gem5-dev] Change in gem5/gem5[develop]: base: Remove unused Debug::All flag

2020-09-04 Thread Andreas Sandberg (Gerrit) via gem5-dev
Andreas Sandberg has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/34117 ) Change subject: base: Remove unused Debug::All flag .. base: Remove unused Debug::All flag The Debug::All

[gem5-dev] Change in gem5/gem5[develop]: scons: Simplify arch enum generation

2020-09-04 Thread Andreas Sandberg (Gerrit) via gem5-dev
Andreas Sandberg has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/34116 ) Change subject: scons: Simplify arch enum generation .. scons: Simplify arch enum generation C++ allows

[gem5-dev] Change in gem5/gem5[develop]: base: Cleanup Debug::CompoundFlag

2020-09-04 Thread Andreas Sandberg (Gerrit) via gem5-dev
Andreas Sandberg has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/34115 ) Change subject: base: Cleanup Debug::CompoundFlag .. base: Cleanup Debug::CompoundFlag Compound flags

[gem5-dev] Re: ARM build failures

2020-09-01 Thread Andreas Sandberg via gem5-dev
+ Ciro, Richard Hi Everyone, Thanks for pointing this out and submitting a fix. Richard/Ciro/Giacomo: Could one of you review this so we can merge the fix? Thanks, Andreas On 31/08/2020 05:41, Bobby Bruce wrote: Hey Gabe, Iru Cai made a fix for this a week or so ago:

[gem5-dev] Change in gem5/gem5[develop]: python: Add support for introspecting scalar stats

2020-08-28 Thread Andreas Sandberg (Gerrit) via gem5-dev
Andreas Sandberg has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/33176 ) Change subject: python: Add support for introspecting scalar stats .. python: Add support for introspecting scalar

[gem5-dev] Change in gem5/gem5[develop]: dev: Use the new ByteOrder param type in VirtIO devices

2020-08-24 Thread Andreas Sandberg (Gerrit) via gem5-dev
Andreas Sandberg has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/33296 ) Change subject: dev: Use the new ByteOrder param type in VirtIO devices .. dev: Use the new ByteOrder param

[gem5-dev] Change in gem5/gem5[develop]: dev: Use the new ByteOrder param type in SimpleUart

2020-08-24 Thread Andreas Sandberg (Gerrit) via gem5-dev
Andreas Sandberg has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/33295 ) Change subject: dev: Use the new ByteOrder param type in SimpleUart .. dev: Use the new ByteOrder param

[gem5-dev] Change in gem5/gem5[develop]: python: Add support for introspecting scalar stats

2020-08-21 Thread Andreas Sandberg (Gerrit) via gem5-dev
Andreas Sandberg has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/33176 ) Change subject: python: Add support for introspecting scalar stats .. python: Add support for introspecting

[gem5-dev] Change in gem5/gem5[develop]: sim: Expose the system's byte order as a param

2020-08-21 Thread Andreas Sandberg (Gerrit) via gem5-dev
Andreas Sandberg has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/33175 ) Change subject: sim: Expose the system's byte order as a param .. sim: Expose the system's byte order

[gem5-dev] gem5 documentation repo

2020-08-19 Thread Andreas Sandberg via gem5-dev
Hi All, I just had a quick look at the excellent new documentation section on the gem5 website. A big thanks to everyone who has worked on making that a reality! One thing that I noticed when browsing the documentation is hosted in the website repo and not the code repo. Would it make sense to

[gem5-dev] Re: [Suggestion] Replace gem5-users mailing-list with Discourse

2020-07-06 Thread Andreas Sandberg via gem5-dev
On 06/07/2020 19:37, Jason Lowe-Power wrote: On Mon, Jul 6, 2020 at 11:22 AM Andreas Sandberg via gem5-dev mailto:gem5-dev@gem5.org>> wrote: Hi Bobby, Can't we solve some of these issues by just moving the mailinglist to a better system with good archiving? That should solve both th

[gem5-dev] Re: [Suggestion] Replace gem5-users mailing-list with Discourse

2020-07-06 Thread Andreas Sandberg via gem5-dev
swer questions. Gabe On Thu, Jul 2, 2020 at 9:45 AM Andreas Sandberg via gem5-dev mailto:gem5-dev@gem5.org>> wrote: I would probably be more in favour of a split email+Slack/Teams approach. Email works well for most discussion, but I like the quick more informal communication in a cha

[gem5-dev] Re: mercurial support?

2020-07-06 Thread Andreas Sandberg via gem5-dev
Hi Gabe, As far as I know, we aren't keeping the Mercurial server in sync with the git repo any more. I can't see any reason to keep Mercurial-related cruft in the new repo. Cheers, Andreas On 05/07/2020 02:08, Gabe Black via gem5-dev wrote: Hi folks. Have we officially dropped support for

  1   2   3   4   5   6   7   8   9   10   >