[gem5-dev] Change in gem5/gem5[develop]: mem: Add option to remove shared memory at the end

2022-03-16 Thread Jui-min Lee (Gerrit) via gem5-dev
Jui-min Lee has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/57469 ) Change subject: mem: Add option to remove shared memory at the end .. mem: Add option to remove shared memory at the end

[gem5-dev] Change in gem5/gem5[develop]: mem: Add system request flag for dGPUs

2022-03-16 Thread Matthew Poremba (Gerrit) via gem5-dev
Matthew Poremba has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/51852 ) Change subject: mem: Add system request flag for dGPUs .. mem: Add system request flag for dGPUs dGPUs can translate a

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

2022-03-16 Thread Bobby Bruce via gem5-dev
These two tests failed on jenkins with very similar errors: ``` JSONDecodeError: Unterminated string starting at: line 266 column 31 (char 12245) At: /usr/lib/python3.8/json/decoder.py(355): raw_decode /usr/lib/python3.8/json/decoder.py(337): decode

[gem5-dev] Change in gem5/gem5[develop]: stdlib: Add file lock to the resources.json download

2022-03-16 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/57789 ) Change subject: stdlib: Add file lock to the resources.json download .. stdlib: Add file lock to the

[gem5-dev] Change in gem5/gem5[develop]: arch-arm: Define ESR.ISS field as a SubBitUnion

2022-03-16 Thread Giacomo Travaglini (Gerrit) via gem5-dev
Giacomo Travaglini has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/57489 ) Change subject: arch-arm: Define ESR.ISS field as a SubBitUnion .. arch-arm: Define ESR.ISS field as a SubBitUnion

[gem5-dev] Change in gem5/gem5[develop]: arch-arm: Fix coding tyle of faults.{cc,hh}

2022-03-16 Thread Giacomo Travaglini (Gerrit) via gem5-dev
Giacomo Travaglini has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/57569 ) Change subject: arch-arm: Fix coding tyle of faults.{cc,hh} .. arch-arm: Fix coding tyle of faults.{cc,hh}

[gem5-dev] Change in gem5/gem5[develop]: arch-arm: Fix setup of ESR.IL field

2022-03-16 Thread Giacomo Travaglini (Gerrit) via gem5-dev
Giacomo Travaglini has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/57570 ) Change subject: arch-arm: Fix setup of ESR.IL field .. arch-arm: Fix setup of ESR.IL field The ESR.IL field

[gem5-dev] Change in gem5/gem5[develop]: scons: Turn all global sticky variables into variant ones.

2022-03-16 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/56753 ) Change subject: scons: Turn all global sticky variables into variant ones. .. scons: Turn all global sticky variables into

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

2022-03-16 Thread Jason Lowe-Power via gem5-dev
Thanks, Gabe! On Tue, Mar 15, 2022 at 9:28 PM Gabe Black via gem5-dev wrote: > https://gem5-review.googlesource.com/c/public/gem5/+/57749 > > On Tue, Mar 15, 2022 at 12:59 PM Gabe Black wrote: > >> It looks like the problem is that the aapcs test calls ThreadContext >> which returns a

[gem5-dev] Change in gem5/gem5[develop]: dev-amdgpu: Add aperture base definitions file

2022-03-16 Thread Matthew Poremba (Gerrit) via gem5-dev
Matthew Poremba has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/57769 ) Change subject: dev-amdgpu: Add aperture base definitions file .. dev-amdgpu: Add aperture base definitions

[gem5-dev] Change in gem5/gem5[develop]: arch: Add an "as" template to dummy vec regs.

2022-03-16 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/57749 ) Change subject: arch: Add an "as" template to dummy vec regs. .. arch: Add an "as" template to dummy vec regs. Keep the

[gem5-dev] Change in gem5/gem5[develop]: arch: Eliminate the "func" parameter to build(Read|Write)Code.

2022-03-16 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/49737 ) ( 62 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one. )Change subject: arch: Eliminate the "func" parameter to

[gem5-dev] Change in gem5/gem5[develop]: arch: Disable unused read/write code overrides in the ISA parser.

2022-03-16 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/49736 ) ( 62 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one. )Change subject: arch: Disable unused read/write code overrides in

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

2022-03-16 Thread jenkins-no-reply--- via gem5-dev
See Changes: [Giacomo Travaglini] arch-arm: Add DVM enabled flag in the Decoder class [Giacomo Travaglini] mem: Add external TLBI flags to the Request object [Giacomo Travaglini] mem: Add TlbiExtSync packet type