[gem5-dev] Re: Build failed in Jenkins: nightly #193

2022-04-14 Thread Bobby Bruce via gem5-dev
Hoa, Looks like you broke the tests with this commit: https://gem5-review.googlesource.com/c/public/gem5/+/58790. You should've removed the `root = Root(full_system=True, system=board)` line, this is set when you execute simulator.run() Can you push a quick fix (and run it to make sure it works)?

[gem5-dev] Re: gem5 v22.0 to be released in early May. Staging branch to be created by the end of April

2022-04-14 Thread Bobby Bruce via gem5-dev
R. Bruce Room 3050, Kemper Hall, UC Davis Davis, CA, 95616 web: https://www.bobbybruce.net On Mon, Apr 4, 2022 at 10:28 AM Bobby Bruce wrote: > Dear all, > > In line with our policy of having three major releases a year, we're > aiming to have v22.0 of gem5 released in early

[gem5-dev] Re: Upcoming gem5 events! Tutorial, Workshop, and Boot Camp!

2022-04-21 Thread Bobby Bruce via gem5-dev
-4th-gem5-users-workshop Kind regards, Bobby -- Dr. Bobby R. Bruce Room 3050, Kemper Hall, UC Davis Davis, CA, 95616 web: https://www.bobbybruce.net On Tue, Mar 29, 2022 at 6:30 PM Bobby Bruce wrote: > Dear all, > > We wish to make the computer architecture research community aware

[gem5-dev] Re: Build failed in Jenkins: weekly #46

2022-04-25 Thread Bobby Bruce via gem5-dev
This test actually failed with an error message: ``` FileExistsError: [Errno 17] File exists: '/nobackup/jenkins/workspace/weekly/tests/gem5/resources' At: /usr/lib/python3.8/os.py(228): makedirs build/GCN3_X86/python/gem5/resources/resource.py(156): __init__ /nobackup/jenkins/workspace/week

[gem5-dev] Re: Build failed in Jenkins: nightly #403

2022-11-01 Thread Bobby Bruce via gem5-dev
At least one problem here is the Nightly tests are failing due to it reaching timeout. I've submitted some patches here to remove some of the Boot tests (we have a lot of these, they take a while to run, and are largely doing the same thing), remove a couple of tests that require compilation of SP

[gem5-dev] v22.1 Staging branch created

2022-11-08 Thread Bobby Bruce via gem5-dev
Dear all, As of this afternoon, the gem5 v22.1 staging branch has been created. This branch will be intensely tested over the next couple of weeks to ensure it's ready to be merged into the stable branch. If you have any bug fixes you can submit them to the develop branch then cherry-pick the cha

[gem5-dev] Re: Build failed in Jenkins: nightly #413

2022-11-09 Thread Bobby Bruce via gem5-dev
It turns out this patch: https://gem5-review.googlesource.com/c/public/gem5/+/64831 is greatly increasing the Linux boot times and therefore causing the timeouts to occur. I'll try to find a solution for this. Unfortunately reverting the patch isn't an option, changing the CPUID is necessary to run

[gem5-dev] Re: Build failed in Jenkins: nightly #413

2022-11-14 Thread Bobby Bruce via gem5-dev
now. Hopefully after this patch is submitted we'll be back to everything passing. Kind regards, Bobby -- Dr. Bobby R. Bruce Room 3050, Kemper Hall, UC Davis Davis, CA, 95616 web: https://www.bobbybruce.net On Wed, Nov 9, 2022 at 2:33 PM Bobby Bruce wrote: > It turns out this patch: > h

[gem5-dev] Re: Build failed in Jenkins: nightly #413

2022-11-17 Thread Bobby Bruce via gem5-dev
o use multiple event queues and set the “sim_quantum” of the Root object to 1e8: https://gem5-review.googlesource.com/c/public/gem5/+/65131. Note that 1e8 is different from the 1e9 value used elsewhere in gem5. Based on a test of doing 100 boots with 4 CPUs, 1e8 booted all four CPUs every time and

[gem5-dev] Re: Build failed in Jenkins: nightly #413

2022-11-17 Thread Bobby Bruce via gem5-dev
t, feel free to revert these reverts at some point. Kind regards, Bobby -- Dr. Bobby R. Bruce Room 3050, Kemper Hall, UC Davis Davis, CA, 95616 web: https://www.bobbybruce.net On Thu, Nov 17, 2022 at 4:13 PM Bobby Bruce wrote: > Hey all, > > So this patch worked but we ran into another bu

[gem5-dev] Re: Build failed in Jenkins: nightly #429

2022-11-21 Thread Bobby Bruce via gem5-dev
Fixed with: https://gem5-review.googlesource.com/c/public/gem5/+/65871 -- Dr. Bobby R. Bruce Room 3050, Kemper Hall, UC Davis Davis, CA, 95616 web: https://www.bobbybruce.net On Mon, Nov 21, 2022 at 12:31 PM jenkins-no-reply--- via gem5-dev < gem5-dev@gem5.org> wrote: > See

[gem5-dev] Re: Build failed in Jenkins: compiler-checks #435

2022-11-28 Thread Bobby Bruce via gem5-dev
I don't know exactly what patch triggered this bug, but gcc-12 was failing to compile gem5 due to a missing virtual destructor in GlobalSyncEvent. This patch should fix the problem: https://gem5-review.googlesource.com/c/public/gem5/+/66152 -- Dr. Bobby R. Bruce Room 3050, Kemper Hall, UC Davis D

[gem5-dev] Change in gem5/gem5[develop]: scons,misc: Update default X86 protocol to MESI_Two_Level

2021-12-06 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/53503 ) Change subject: scons,misc: Update default X86 protocol to MESI_Two_Level .. scons,misc: Update default X86 protocol to

[gem5-dev] Change in gem5/gem5[develop]: stdlib: Add X86DemoBoard

2021-12-06 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/53004 ) Change subject: stdlib: Add X86DemoBoard .. stdlib: Add X86DemoBoard Change-Id: I5aae95d2d8fe37374c393b337243526eb1c90aa1

[gem5-dev] Change in gem5/gem5[develop]: tests: Add a nightly test for SST integration.

2021-12-06 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/52564 ) Change subject: tests: Add a nightly test for SST integration. .. tests: Add a nightly test for SST integration. This test

[gem5-dev] Change in gem5/gem5[develop]: scons,misc: Fix broken X86_MI_example build_opts

2021-12-07 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/53684 ) Change subject: scons,misc: Fix broken X86_MI_example build_opts .. scons,misc: Fix broken X86_MI_example

[gem5-dev] Change in gem5/gem5[develop]: scons,misc: Fix broken X86_MI_example build_opts

2021-12-07 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/53684 ) Change subject: scons,misc: Fix broken X86_MI_example build_opts .. scons,misc: Fix broken X86_MI_example build_opts This

[gem5-dev] [M] Change in gem5/gem5[release-staging-v22-1]: arch-arm: Setup TC/ISA at construction time 2nd attempt

2022-12-05 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/66291?usp=email ) Change subject: arch-arm: Setup TC/ISA at construction time 2nd attempt .. arch-arm: Setup TC/ISA at construction

[gem5-dev] [S] Change in gem5/gem5[release-staging-v22-1]: tests: Abstract the docker image tag for Nightly tests

2022-12-05 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/65919?usp=email ) Change subject: tests: Abstract the docker image tag for Nightly tests .. tests: Abstract the docker image tag

[gem5-dev] [S] Change in gem5/gem5[release-staging-v22-1]: base: Update the version to v22.1.0.0

2022-12-05 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/65913?usp=email ) Change subject: base: Update the version to v22.1.0.0 .. base: Update the version to v22.1.0.0 Change-Id

[gem5-dev] [S] Change in gem5/gem5[release-staging-v22-1]: stdlib: Update the gem5 resources' version to "v22.1"

2022-12-05 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/65915?usp=email ) Change subject: stdlib: Update the gem5 resources' version to "v22.1" .. stdlib: Update the

[gem5-dev] [M] Change in gem5/gem5[release-staging-v22-1]: util-docker: Add v22-1 tag to docker-compose.yaml

2022-12-05 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/65917?usp=email ) Change subject: util-docker: Add v22-1 tag to docker-compose.yaml .. util-docker: Add v22-1 tag to docker

[gem5-dev] [S] Change in gem5/gem5[release-staging-v22-1]: tests: Update nightly test docker image tags to v22-1

2022-12-05 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/65920?usp=email ) Change subject: tests: Update nightly test docker image tags to v22-1 .. tests: Update nightly test docker image

[gem5-dev] [S] Change in gem5/gem5[release-staging-v22-1]: scons: Remove -Werror for the gem5 v22.1 release

2022-12-05 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/65912?usp=email ) Change subject: scons: Remove -Werror for the gem5 v22.1 release .. scons: Remove -Werror for the gem5 v22.1

[gem5-dev] [S] Change in gem5/gem5[release-staging-v22-1]: python,tests: Update Resource URL path to v22-1

2022-12-05 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/65914?usp=email ) Change subject: python,tests: Update Resource URL path to v22-1 .. python,tests: Update Resource URL path to v22

[gem5-dev] [S] Change in gem5/gem5[release-staging-v22-1]: util-docker: Update gcn-gpu Docker to use v22-1 ROCM patch

2022-12-05 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/65916?usp=email ) Change subject: util-docker: Update gcn-gpu Docker to use v22-1 ROCM patch .. util-docker: Update gcn-gpu Docker

[gem5-dev] [S] Change in gem5/gem5[release-staging-v22-1]: tests: Abstract the docker image tag for Weekly tests

2022-12-05 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/65921?usp=email ) Change subject: tests: Abstract the docker image tag for Weekly tests .. tests: Abstract the docker image tag for

[gem5-dev] [S] Change in gem5/gem5[release-staging-v22-1]: tests: Update the compiler-tests.sh to use the v22-1 images

2022-12-05 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/65918?usp=email ) Change subject: tests: Update the compiler-tests.sh to use the v22-1 images .. tests: Update the compiler

[gem5-dev] [S] Change in gem5/gem5[release-staging-v22-1]: tests: Update weekly test docker image tags to v22-1

2022-12-05 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/65922?usp=email ) Change subject: tests: Update weekly test docker image tags to v22-1 .. tests: Update weekly test docker image

[gem5-dev] [S] Change in gem5/gem5[release-staging-v22-1]: ext: Update ext/sst/README.md for v22.1 release

2022-12-05 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/65924?usp=email ) Change subject: ext: Update ext/sst/README.md for v22.1 release .. ext: Update ext/sst/README.md for v22.1

[gem5-dev] [S] Change in gem5/gem5[release-staging-v22-1]: util-gem5art: Fix incorrect type of size in `createArtifact`

2022-12-05 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/66371?usp=email ) Change subject: util-gem5art: Fix incorrect type of size in `createArtifact` .. util-gem5art: Fix incorrect type

[gem5-dev] [S] Change in gem5/gem5[release-staging-v22-1]: tests: Update presubmit.sh to use v22-1 docker images

2022-12-05 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/65923?usp=email ) Change subject: tests: Update presubmit.sh to use v22-1 docker images .. tests: Update presubmit.sh to use v22-1

[gem5-dev] [S] Change in gem5/gem5[develop]: python: Remove 'scheduleTickExit' in favor of 'exitSimLoop'

2022-12-05 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/66451?usp=email ) Change subject: python: Remove 'scheduleTickExit' in favor of 'exitSimLoop' ..

[gem5-dev] [S] Change in gem5/gem5[release-staging-v22-1]: python: Remove 'scheduleTickExit' in favor of 'exitSimLoop'

2022-12-06 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/66511?usp=email ) Change subject: python: Remove 'scheduleTickExit' in favor of 'exitSimLoop' ..

[gem5-dev] [S] Change in gem5/gem5[develop]: python: Remove 'scheduleTickExit' in favor of 'exitSimLoop'

2022-12-06 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/66451?usp=email ) Change subject: python: Remove 'scheduleTickExit' in favor of 'exitSimLoop' .. python: Remo

[gem5-dev] [S] Change in gem5/gem5[develop]: configs: Alter x86-npb-benchmarks.py to exit after WORKEND

2022-12-06 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/66513?usp=email ) Change subject: configs: Alter x86-npb-benchmarks.py to exit after WORKEND .. configs: Alter x86-npb

[gem5-dev] [S] Change in gem5/gem5[develop]: configs: Fix x86-gapbs-benchmarks.py example

2022-12-06 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/66512?usp=email ) Change subject: configs: Fix x86-gapbs-benchmarks.py example .. configs: Fix x86-gapbs-benchmarks.py

[gem5-dev] [S] Change in gem5/gem5[release-staging-v22-1]: configs: Fix x86-gapbs-benchmarks.py example

2022-12-06 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/66514?usp=email ) Change subject: configs: Fix x86-gapbs-benchmarks.py example .. configs: Fix x86-gapbs-benchmarks.py

[gem5-dev] [S] Change in gem5/gem5[release-staging-v22-1]: configs: Alter x86-npb-benchmarks.py to exit after WORKEND

2022-12-06 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/66515?usp=email ) Change subject: configs: Alter x86-npb-benchmarks.py to exit after WORKEND .. configs: Alter x86-npb

[gem5-dev] [S] Change in gem5/gem5[release-staging-v22-1]: python: Remove 'scheduleTickExit' in favor of 'exitSimLoop'

2022-12-06 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/66511?usp=email ) Change subject: python: Remove 'scheduleTickExit' in favor of 'exitSimLoop' .. python: Remo

[gem5-dev] [S] Change in gem5/gem5[release-staging-v22-1]: configs: Alter x86-npb-benchmarks.py to exit after WORKEND

2022-12-07 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/66515?usp=email ) Change subject: configs: Alter x86-npb-benchmarks.py to exit after WORKEND .. configs: Alter x86-npb

[gem5-dev] [S] Change in gem5/gem5[release-staging-v22-1]: configs: Fix x86-gapbs-benchmarks.py example

2022-12-07 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/66514?usp=email ) Change subject: configs: Fix x86-gapbs-benchmarks.py example .. configs: Fix x86-gapbs-benchmarks.py example

[gem5-dev] [S] Change in gem5/gem5[develop]: configs: Fix x86-gapbs-benchmarks.py example

2022-12-07 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/66512?usp=email ) Change subject: configs: Fix x86-gapbs-benchmarks.py example .. configs: Fix x86-gapbs-benchmarks.py example

[gem5-dev] [S] Change in gem5/gem5[develop]: configs: Alter x86-npb-benchmarks.py to exit after WORKEND

2022-12-07 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/66513?usp=email ) Change subject: configs: Alter x86-npb-benchmarks.py to exit after WORKEND .. configs: Alter x86-npb

[gem5-dev] [M] Change in gem5/gem5[release-staging-v22-1]: misc: Update .mailmap

2022-12-07 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/66531?usp=email ) Change subject: misc: Update .mailmap .. misc: Update .mailmap This commit updates the mailmap since

[gem5-dev] [M] Change in gem5/gem5[develop]: misc: Update .mailmap

2022-12-07 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/66517?usp=email ) Change subject: misc: Update .mailmap .. misc: Update .mailmap This commit updates the mailmap since the initial

[gem5-dev] [M] Change in gem5/gem5[release-staging-v22-1]: misc: Update .mailmap

2022-12-08 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/66531?usp=email ) Change subject: misc: Update .mailmap .. misc: Update .mailmap This commit updates the mailmap since the initial

[gem5-dev] [S] Change in gem5/gem5[develop]: tests: Removed get_runtime_isa() from parsec_disk_run.py

2022-12-09 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/66612?usp=email ) Change subject: tests: Removed get_runtime_isa() from parsec_disk_run.py .. tests: Removed

[gem5-dev] [S] Change in gem5/gem5[develop]: util-gem5art: Fix incorrect type of size in `createArtifact`

2022-12-10 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/66613?usp=email ) Change subject: util-gem5art: Fix incorrect type of size in `createArtifact` .. util-gem5art: Fix

[gem5-dev] [S] Change in gem5/gem5[develop]: tests: Add missing `_pre_instantiate()`

2022-12-10 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/66614?usp=email ) Change subject: tests: Add missing `_pre_instantiate()` .. tests: Add missing `_pre_instantiate()` As

[gem5-dev] [S] Change in gem5/gem5[develop]: tests: Move replacement policy tests to long/Nightly

2022-12-10 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/66615?usp=email ) Change subject: tests: Move replacement policy tests to long/Nightly .. tests: Move replacement policy

[gem5-dev] [S] Change in gem5/gem5[develop]: tests: Fix compiler-tests.sh for no build args passed case

2022-12-12 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/66631?usp=email ) Change subject: tests: Fix compiler-tests.sh for no build args passed case .. tests: Fix compiler

[gem5-dev] [S] Change in gem5/gem5[develop]: mem: Implement and use the recvMemBackdoorReq func.

2022-12-12 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/66551?usp=email ) ( 1 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one. )Change subject: mem: Implement and use the

[gem5-dev] [S] Change in gem5/gem5[develop]: tests: Add missing `_pre_instantiate()`

2022-12-12 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/66613?usp=email ) Change subject: tests: Add missing `_pre_instantiate()` .. tests: Add missing `_pre_instantiate()` As of this

[gem5-dev] [S] Change in gem5/gem5[develop]: tests: Move replacement policy tests to long/Nightly

2022-12-12 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/66615?usp=email ) ( 1 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one. )Change subject: tests: Move replacement policy tests

[gem5-dev] [S] Change in gem5/gem5[develop]: tests: Fix compiler-tests.sh build args passing

2022-12-17 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/66772?usp=email ) Change subject: tests: Fix compiler-tests.sh build args passing .. tests: Fix compiler-tests.sh build

[gem5-dev] [S] Change in gem5/gem5[develop]: tests: Remove get_runtime_isa() from parsec_disk_run.py

2022-12-17 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/66612?usp=email ) Change subject: tests: Remove get_runtime_isa() from parsec_disk_run.py .. tests: Remove get_runtime_isa() from

[gem5-dev] [S] Change in gem5/gem5[release-staging-v22-1]: tests: Remove get_runtime_isa() from parsec_disk_run.py

2022-12-17 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/66611?usp=email ) Change subject: tests: Remove get_runtime_isa() from parsec_disk_run.py .. tests: Remove get_runtime_isa() from

[gem5-dev] [M] Change in gem5/gem5[release-staging-v22-1]: misc: Update RELEASE-NOTES.md for v22.1.0.0

2022-12-30 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/66391?usp=email ) Change subject: misc: Update RELEASE-NOTES.md for v22.1.0.0 .. misc: Update RELEASE-NOTES.md for v22.1.0.0

[gem5-dev] [S] Change in gem5/gem5[develop]: scons: Re-add -Werror for gem5 develop branch

2022-12-30 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/67052?usp=email ) Change subject: scons: Re-add -Werror for gem5 develop branch .. scons: Re-add -Werror for gem5

[gem5-dev] [M] Change in gem5/gem5[develop]: misc: Merge branch stable into develop branch

2022-12-30 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/67051?usp=email ) Change subject: misc: Merge branch stable into develop branch .. misc: Merge branch stable into

[gem5-dev] [M] Change in gem5/gem5[develop]: misc: Update version info for develop branch

2022-12-30 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/67053?usp=email ) Change subject: misc: Update version info for develop branch .. misc: Update version info for develop

[gem5-dev] [M] Change in gem5/gem5[develop]: misc: Merge branch stable into develop branch

2023-01-03 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/67051?usp=email ) Change subject: misc: Merge branch stable into develop branch .. misc: Merge branch stable into develop branch

[gem5-dev] [M] Change in gem5/gem5[develop]: misc: Update version info for develop branch

2023-01-03 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/67053?usp=email ) Change subject: misc: Update version info for develop branch .. misc: Update version info for develop branch

[gem5-dev] [S] Change in gem5/gem5[develop]: scons: Re-add -Werror for gem5 develop branch

2023-01-03 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/67052?usp=email ) Change subject: scons: Re-add -Werror for gem5 develop branch .. scons: Re-add -Werror for gem5 develop branch

[gem5-dev] [M] Change in gem5/gem5[develop]: scons: Set 'reflags' to `re.MULTILINE` in fastmodel parser

2023-01-17 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/67332?usp=email ) Change subject: scons: Set 'reflags' to `re.MULTILINE` in fastmodel parser .. scons: Set &#

[gem5-dev] [S] Change in gem5/gem5[develop]: misc: bla

2023-02-08 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/6?usp=email ) Change subject: misc: bla .. misc: bla Change-Id: I3898409a1f090b6289ee65517ec1dbb736ab1fb7 --- M src

[gem5-dev] [S] Change in gem5/gem5[develop]: configs,stdlib: Add Workloads to Looppoint examples

2023-02-19 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/68117?usp=email ) Change subject: configs,stdlib: Add Workloads to Looppoint examples .. configs,stdlib: Add Workloads

[gem5-dev] [S] Change in gem5/gem5[develop]: configs: Deprecate fs.py and se.py scripts

2023-02-19 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/68157?usp=email ) Change subject: configs: Deprecate fs.py and se.py scripts .. configs: Deprecate fs.py and se.py

[gem5-dev] [S] Change in gem5/gem5[develop]: stdlib: Fix checkpoint setting through set_workload func

2023-02-22 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/68277?usp=email ) Change subject: stdlib: Fix checkpoint setting through set_workload func .. stdlib: Fix checkpoint

[gem5-dev] [S] Change in gem5/gem5[develop]: configs,stdlib: Update simpoint-se-restore checkpoint

2023-02-22 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/68338?usp=email ) Change subject: configs,stdlib: Update simpoint-se-restore checkpoint .. configs,stdlib: Update

[gem5-dev] [S] Change in gem5/gem5[develop]: configs stdlib: Update checkpoint resource for riscv-hello

2023-02-22 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/68337?usp=email ) Change subject: configs stdlib: Update checkpoint resource for riscv-hello .. configs stdlib: Update

[gem5-dev] [S] Change in gem5/gem5[develop]: configs stdlib: Update checkpoint resource for riscv-hello

2023-02-23 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/68337?usp=email ) Change subject: configs stdlib: Update checkpoint resource for riscv-hello .. configs stdlib: Update checkpoint

[gem5-dev] [L] Change in gem5/gem5[develop]: stdlib: Add looppoint example scripts

2023-02-23 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/67493?usp=email ) ( 13 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one. )Change subject: stdlib: Add looppoint example scripts

[gem5-dev] [S] Change in gem5/gem5[develop]: configs,stdlib: Update simpoint-se-restore checkpoint

2023-02-23 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/68338?usp=email ) Change subject: configs,stdlib: Update simpoint-se-restore checkpoint .. configs,stdlib: Update simpoint-se

[gem5-dev] [S] Change in gem5/gem5[develop]: stdlib: Change the default Looppoint JSON output to m5out

2023-02-23 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/67491?usp=email ) ( 13 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one. )Change subject: stdlib: Change the default Looppoint

[gem5-dev] [M] Change in gem5/gem5[develop]: tests: Incorporate Looppoint example scripts into TestLib

2023-02-23 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/67758?usp=email ) ( 26 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one. )Change subject: tests: Incorporate Looppoint example

[gem5-dev] [M] Change in gem5/gem5[develop]: stdlib: Add LooppointJsonResource resource

2023-02-23 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/67858?usp=email ) ( 15 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one. )Change subject: stdlib: Add LooppointJsonResource

[gem5-dev] [M] Change in gem5/gem5[develop]: stdlib: Update LoopPointRestore to take singular region_id

2023-02-23 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/67492?usp=email ) ( 13 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one. )Change subject: stdlib: Update LoopPointRestore to

[gem5-dev] [L] Change in gem5/gem5[develop]: tests: Add pyunit tests for Looppoint

2023-02-23 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/67757?usp=email ) ( 25 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one. )Change subject: tests: Add pyunit tests for Looppoint

[gem5-dev] [S] Change in gem5/gem5[develop]: stdlib: Fix checkpoint setting through set_workload func

2023-02-23 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/68277?usp=email ) Change subject: stdlib: Fix checkpoint setting through set_workload func .. stdlib: Fix checkpoint setting

[gem5-dev] [M] Change in gem5/gem5[develop]: configs,stdlib: Add Workloads to Looppoint examples

2023-02-23 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/68117?usp=email ) Change subject: configs,stdlib: Add Workloads to Looppoint examples .. configs,stdlib: Add Workloads to Looppoint

[gem5-dev] [M] Change in gem5/gem5[develop]: stdlib: Add the LooppointCsvResource resource

2023-02-23 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/67857?usp=email ) ( 14 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one. )Change subject: stdlib: Add the LooppointCsvResource

[gem5-dev] [M] Change in gem5/gem5[develop]: stdlib: Add support for ELFies

2023-02-25 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/68038?usp=email ) Change subject: stdlib: Add support for ELFies .. stdlib: Add support for ELFies This enables the stdlib to load

[gem5-dev] [S] Change in gem5/gem5[develop]: arch-x86,sim-se: Ignore the some mem syscalls

2023-02-25 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/68037?usp=email ) Change subject: arch-x86,sim-se: Ignore the some mem syscalls .. arch-x86,sim-se: Ignore the some mem syscalls

[gem5-dev] [M] Change in gem5/gem5[develop]: cpu-o3: Use base instructions committed counters in O3CPU

2023-03-06 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/67393?usp=email ) Change subject: cpu-o3: Use base instructions committed counters in O3CPU .. cpu-o3: Use base instructions

[gem5-dev] [M] Change in gem5/gem5[develop]: cpu-o3: Move general fetch stats to BaseCPU::FetchCPUStats

2023-03-06 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/67394?usp=email ) Change subject: cpu-o3: Move general fetch stats to BaseCPU::FetchCPUStats .. cpu-o3: Move general fetch stats to

[gem5-dev] [M] Change in gem5/gem5[develop]: cpu: Move numInsts, numOps, ipc, cpi to BaseCPU

2023-03-06 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/67392?usp=email ) Change subject: cpu: Move numInsts, numOps, ipc, cpi to BaseCPU .. cpu: Move numInsts, numOps, ipc, cpi to

[gem5-dev] [M] Change in gem5/gem5[develop]: cpu-o3: Move O3 IEW stats to BaseCPU::ExecuteCPUStats

2023-03-06 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/67395?usp=email ) Change subject: cpu-o3: Move O3 IEW stats to BaseCPU::ExecuteCPUStats .. cpu-o3: Move O3 IEW stats to BaseCPU

[gem5-dev] [XS] Change in gem5/gem5[develop]: cpu-kvm: Implement IPC and CPI base stats for KVM CPU

2023-03-06 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/67396?usp=email ) ( 1 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one. )Change subject: cpu-kvm: Implement IPC and CPI base

[gem5-dev] [L] Change in gem5/gem5[develop]: cpu: Move execute stats from simple and minor to base

2023-03-06 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/67390?usp=email ) Change subject: cpu: Move execute stats from simple and minor to base .. cpu: Move execute stats from simple and

[gem5-dev] [L] Change in gem5/gem5[develop]: cpu: Move commit stats from simple to base cpu

2023-03-06 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/67391?usp=email ) Change subject: cpu: Move commit stats from simple to base cpu .. cpu: Move commit stats from simple to base cpu

[gem5-dev] [M] Change in gem5/gem5[develop]: cpu: Move fetch stats from simple and minor to base

2023-03-06 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/66031?usp=email ) Change subject: cpu: Move fetch stats from simple and minor to base .. cpu: Move fetch stats from simple and

[gem5-dev] [S] Change in gem5/gem5[develop]: tests: Fix the nightly SST and SystemC tests

2023-03-06 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/68677?usp=email ) Change subject: tests: Fix the nightly SST and SystemC tests .. tests: Fix the nightly SST and SystemC

[gem5-dev] [S] Change in gem5/gem5[develop]: python: Replace 'getargspec' with 'signature' in SimObject.py

2023-03-09 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/68817?usp=email ) Change subject: python: Replace 'getargspec' with 'signature' in SimObject.py ...

[gem5-dev] [XL] Change in gem5/gem5[develop]: ext: Update Pybind to Version 2.10.3

2023-03-09 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/68818?usp=email ) Change subject: ext: Update Pybind to Version 2.10.3 .. ext: Update Pybind to Version 2.10.3 Updating

[gem5-dev] [S] Change in gem5/gem5[develop]: python: Replace 'getargspec' with 'signature' in SimObject.py

2023-03-15 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/68817?usp=email ) Change subject: python: Replace 'getargspec' with 'signature' in SimObject.py .. python:

[gem5-dev] [XL] Change in gem5/gem5[develop]: ext: Update Pybind to Version 2.10.3

2023-03-15 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/68818?usp=email ) ( 2 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one. )Change subject: ext: Update Pybind to Version 2.10.3

[gem5-dev] [S] Change in gem5/gem5[develop]: tests: Add DRAMSys compilation and scripts to Weekly tests

2023-03-22 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/69200?usp=email ) Change subject: tests: Add DRAMSys compilation and scripts to Weekly tests .. tests: Add DRAMSys

[gem5-dev] [NoOp] Change in gem5/gem5[develop]: stdlib: Move dramsys examples to 'dramsys' directory

2023-03-22 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/69197?usp=email ) Change subject: stdlib: Move dramsys examples to 'dramsys' directory .. stdlib: Move dramsy

<    1   2   3   4   5   6   7   8   9   >