[gem5-dev] Change in gem5/gem5[develop]: arch-x86: Move the macroop type into pure python.

2022-02-04 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/56470 ) Change subject: arch-x86: Move the macroop type into pure python. .. arch-x86: Move the macroop type into pure

[gem5-dev] Change in gem5/gem5[develop]: arch-x86: Get rid of some cruft related to microcode.

2022-02-04 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/56466 ) Change subject: arch-x86: Get rid of some cruft related to microcode. .. arch-x86: Get rid of some cruft related

[gem5-dev] Change in gem5/gem5[develop]: arch-x86: Add an arch/x86 subpackage to the ucasmlib namespace.

2022-02-04 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/56469 ) Change subject: arch-x86: Add an arch/x86 subpackage to the ucasmlib namespace. .. arch-x86: Add an arch/x86

[gem5-dev] Change in gem5/gem5[develop]: arch: Make ucasmlib a namespace package.

2022-02-04 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/56468 ) Change subject: arch: Make ucasmlib a namespace package. .. arch: Make ucasmlib a namespace package. This will

[gem5-dev] Change in gem5/gem5[develop]: arch,arch-x86: Remove underdeveloped and unused RomMacroop.

2022-02-04 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/56467 ) Change subject: arch,arch-x86: Remove underdeveloped and unused RomMacroop. .. arch,arch-x86: Remove

[gem5-dev] Change in gem5/gem5[develop]: mem-ruby: Support partial DMA writes in MOESI_AMD_Base-dir

2022-02-04 Thread Matthew Poremba (Gerrit) via gem5-dev
Matthew Poremba has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/56449 ) Change subject: mem-ruby: Support partial DMA writes in MOESI_AMD_Base-dir .. mem-ruby: Support partial DMA

[gem5-dev] Change in gem5/gem5[develop]: mem-ruby: Add protocol prints to MOESI_AMD_BASE-dma

2022-02-04 Thread Matthew Poremba (Gerrit) via gem5-dev
Matthew Poremba has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/56447 ) Change subject: mem-ruby: Add protocol prints to MOESI_AMD_BASE-dma .. mem-ruby: Add protocol prints to

[gem5-dev] Change in gem5/gem5[develop]: mem-ruby: Remove DirectoryMemory storage in MOESI_AMD_BASE-dir

2022-02-04 Thread Matthew Poremba (Gerrit) via gem5-dev
Matthew Poremba has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/56446 ) Change subject: mem-ruby: Remove DirectoryMemory storage in MOESI_AMD_BASE-dir .. mem-ruby: Remove

[gem5-dev] Change in gem5/gem5[develop]: cpu: Only acquire needed tokens in PTL tester

2022-02-04 Thread Matthew Poremba (Gerrit) via gem5-dev
Matthew Poremba has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/56450 ) Change subject: cpu: Only acquire needed tokens in PTL tester .. cpu: Only acquire needed tokens in PTL

[gem5-dev] Change in gem5/gem5[develop]: mem-ruby: Support partial DMA/memory writes

2022-02-04 Thread Matthew Poremba (Gerrit) via gem5-dev
Matthew Poremba has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/56448 ) Change subject: mem-ruby: Support partial DMA/memory writes .. mem-ruby: Support partial DMA/memory writes

[gem5-dev] Change in gem5/gem5[develop]: configs: Allow for no DMAs in Ruby GPU tester

2022-02-04 Thread Matthew Poremba (Gerrit) via gem5-dev
Matthew Poremba has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/56451 ) Change subject: configs: Allow for no DMAs in Ruby GPU tester .. configs: Allow for no DMAs in Ruby GPU

[gem5-dev] Re: gem5 Minor release v21.2.1: Candidate patches

2022-02-04 Thread Bobby Bruce via gem5-dev
Dear all, Haven't heard much, or anything, from this. I'm going to take this as a quiet thumbs up from the community. I'm planning to release v21.1.2 on Tuesday, so there are still a few more days to protest, ask questions, propose other patches, etc. Kind regards, Bobby -- Dr. Bobby R. Bruce

[gem5-dev] Re: Kokoro failures

2022-02-04 Thread Bobby Bruce via gem5-dev
Hey Giacomo, For the first two patches I can't access the failing Kokoro due to re-runs overwriting the log. In the last one, https://gem5-review.googlesource.com/c/public/gem5/+/56303/1, I'm not seeing a timeout issue. That appears to be my aforementioned issue, which I've come to guess is due

[gem5-dev] Change in gem5/gem5[develop]: arch-x86: Filter out the NMI masking bit from the CMOS offset.

2022-02-04 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/55244 ) Change subject: arch-x86: Filter out the NMI masking bit from the CMOS offset. .. arch-x86: Filter out the NMI masking

[gem5-dev] Change in gem5/gem5[develop]: python: Remove the m5.config and options.py mechanism.

2022-02-04 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/56387 ) Change subject: python: Remove the m5.config and options.py mechanism. .. python: Remove the m5.config and options.py

[gem5-dev] Change in gem5/gem5[develop]: scons: Make CC, CXX and PROTOC no longer sticky.

2022-02-04 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/56386 ) Change subject: scons: Make CC, CXX and PROTOC no longer sticky. .. scons: Make CC, CXX and PROTOC no longer sticky. These

[gem5-dev] Change in gem5/gem5[develop]: arch-x86: Use operand size consistently pushing for near calls.

2022-02-04 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/55250 ) Change subject: arch-x86: Use operand size consistently pushing for near calls. .. arch-x86: Use operand size

[gem5-dev] Change in gem5/gem5[develop]: cpu,arch-arm: Track register size in RegClassInfo.

2022-02-04 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/49104 ) ( 38 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one. )Change subject: cpu,arch-arm: Track register size in

[gem5-dev] Change in gem5/gem5[develop]: cpu: rename RegClass::size to RegClass::numRegs.

2022-02-04 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/56303 ) Change subject: cpu: rename RegClass::size to RegClass::numRegs. .. cpu: rename RegClass::size to RegClass::numRegs. This

[gem5-dev] Change in gem5/gem5[develop]: cpu-kvm,sim: Reverse the relationship between System and KvmVM.

2022-02-04 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/56187 ) ( 2 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one. )Change subject: cpu-kvm,sim: Reverse the relationship between

[gem5-dev] Re: Kokoro failures

2022-02-04 Thread Giacomo Travaglini via gem5-dev
Thanks Bobby, Here are some examples: https://gem5-review.googlesource.com/c/public/gem5/+/56426 https://gem5-review.googlesource.com/c/public/gem5/+/55964/6 https://gem5-review.googlesource.com/c/public/gem5/+/56303/1 (If you check the verification history of the last patch you can see it first