[gem5-dev] Change in gem5/gem5[develop]: base, misc: Added version to code

2020-04-13 Thread Bobby R. Bruce (Gerrit)
Bobby R. Bruce has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/27787 ) Change subject: base,misc: Added version to code .. base,misc: Added version to code This version ID string

Re: [gem5-dev] gem5-resources: Feedback appreciated!

2020-04-13 Thread Gabe Black
I think this is a good idea. I would advocate to not use Make for these since it sort of falls over, or gets very complicated, when trying to build the same source for multiple target architectures simultaneously. I have CLs which convert the m5 utility's build over to scons which I think worked

[gem5-dev] Change in gem5/gem5[develop]: arm: Use the common pseudoInst dispatch function.

2020-04-13 Thread Gabe Black (Gerrit)
Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/27791 ) Change subject: arm: Use the common pseudoInst dispatch function. .. arm: Use the common pseudoInst dispatch

[gem5-dev] Change in gem5/gem5[develop]: x86: Use the common pseudoInst dispatch function.

2020-04-13 Thread Gabe Black (Gerrit)
Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/27789 ) Change subject: x86: Use the common pseudoInst dispatch function. .. x86: Use the common pseudoInst dispatch

[gem5-dev] Change in gem5/gem5[develop]: cpu, arch: Eliminate the IsQuiesce flag and related functions.

2020-04-13 Thread Gabe Black (Gerrit)
Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/27788 ) Change subject: cpu,arch: Eliminate the IsQuiesce flag and related functions. .. cpu,arch: Eliminate the

[gem5-dev] Change in gem5/gem5[develop]: arm: Don't use pseudo instructions to implement regular instructions.

2020-04-13 Thread Gabe Black (Gerrit)
Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/27790 ) Change subject: arm: Don't use pseudo instructions to implement regular instructions. .. arm: Don't use pseudo

[gem5-dev] gem5-resources: Feedback appreciated!

2020-04-13 Thread Bobby Bruce
Dear all, As part of the gem5 20 release, we want to improve the way we handle the gem5 resources. What I mean by resources are things such as test programs, images, kernels, etc; stuff that we don't strictly need to compile or run gem5, but we frequently use (and/or may be difficult to

[gem5-dev] Change in gem5/gem5[develop]: cpu-o3: Support multiple FU Pools and partial bypassing in O3CPU

2020-04-13 Thread David Zhao Akeley (Gerrit)
David Zhao Akeley has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/27767 ) Change subject: cpu-o3: Support multiple FU Pools and partial bypassing in O3CPU .. cpu-o3: Support