[gem5-dev] v21.2 staging branch created; v21.2 release scheduled for Dec 21st

2021-12-11 Thread Bobby Bruce via gem5-dev
Dear all, The v21.2 staging branch has been created. Thank you to everyone who worked hard over the past week to get their changes into the develop branch. We'll still be accepting bug-fix changes to the v21.2 staging branch. Kind regards, Bobby -- Dr. Bobby R. Bruce Room 3050, Kemper Hall, UC

[gem5-dev] Change in gem5/gem5[develop]: arch-arm: Allowing table descriptor to be inserted in TLB

2021-12-11 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/52125 ) Change subject: arch-arm: Allowing table descriptor to be inserted in TLB .. arch-arm: Allowing table descriptor to be

[gem5-dev] Change in gem5/gem5[develop]: arch-arm: Allow TLB to be used as a WalkCache

2021-12-11 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/52124 ) Change subject: arch-arm: Allow TLB to be used as a WalkCache .. arch-arm: Allow TLB to be used as a WalkCache This patch

[gem5-dev] Change in gem5/gem5[develop]: arch-arm: Allow the L2 unified TLB to store partial translations

2021-12-11 Thread Bobby Bruce (Gerrit) via gem5-dev
Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/52126 ) ( 1 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one. )Change subject: arch-arm: Allow the L2 unified TLB to store

[gem5-dev] Change in gem5/gem5[develop]: arch,sim-se: Update the PC before emulating a system call.

2021-12-11 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/53983 ) Change subject: arch,sim-se: Update the PC before emulating a system call. .. arch,sim-se: Update the PC before emulating a

[gem5-dev] Re: Broken SST due to python changes

2021-12-11 Thread Gabe Black via gem5-dev
https://gem5-review.googlesource.com/c/public/gem5/+/54006 At least one problem I ran into was that the order of static initializers was not determinstic, so the structures which said what embedded python modules existed might be statically constructed after the thing that consumes and sets them

[gem5-dev] Change in gem5/gem5[develop]: sim: Make the EmbeddedPyBind::initAll method work correctly.

2021-12-11 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/54005 ) Change subject: sim: Make the EmbeddedPyBind::initAll method work correctly. .. sim: Make the

[gem5-dev] Change in gem5/gem5[develop]: python: Add a mechanism for installing pybind modules.

2021-12-11 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/54003 ) Change subject: python: Add a mechanism for installing pybind modules. .. python: Add a mechanism for installing

[gem5-dev] Change in gem5/gem5[develop]: ext: Fix compilation of the sst gem5 integration.

2021-12-11 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/54006 ) Change subject: ext: Fix compilation of the sst gem5 integration. .. ext: Fix compilation of the sst gem5

[gem5-dev] Change in gem5/gem5[develop]: python: Replace PYBIND11_EMBEDDED_MODULE with GEM5_PYBIND_MODULE_INIT.

2021-12-11 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/54004 ) Change subject: python: Replace PYBIND11_EMBEDDED_MODULE with GEM5_PYBIND_MODULE_INIT. .. python: Replace

[gem5-dev] Re: Broken SST due to python changes

2021-12-11 Thread Jason Lowe-Power via gem5-dev
Everything was working as of last week-ish, if I remember correctly. We were booting both Arm and RISCV full system with gem5 cores and SST caches/memory. Cheers, Jason On Sat, Dec 11, 2021, 8:23 AM Gabe Black wrote: > Thanks, that was really helpful. I've fixed the compilation problems, and >

[gem5-dev] Re: Broken SST due to python changes

2021-12-11 Thread Gabe Black via gem5-dev
Thanks, that was really helpful. I've fixed the compilation problems, and then a few more that were hiding behind that, including a few ones that were intrinsic to the way sst was initializing the gem5 library (with dlopen). Was this working to begin with and all this breakage is new, or was it