[gem5-dev] Change in public/gem5[master]: x86: Add bitfields which can gather/scatter bases and limits.

2018-01-29 Thread Gabe Black (Gerrit)
Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/7661 Change subject: x86: Add bitfields which can gather/scatter bases and limits. .. x86: Add bitfields which can gather/scatter

Re: [gem5-dev] X86 Divide-Error when using

2018-01-29 Thread Gabe Black
x87 support (which I believe this is using) hasn't been fleshed out very much as far as I know. To use it reliably, you're probably going to need to implement some (maybe all) of those instructions it's warning about. The microcode ISA I used was based on a patent I found which I think was for the

[gem5-dev] Change in public/gem5[master]: riscv: Add overrides to various StaticInst methods.

2018-01-29 Thread Gabe Black (Gerrit)
Gabe Black has submitted this change and it was merged. ( https://gem5-review.googlesource.com/7643 ) Change subject: riscv: Add overrides to various StaticInst methods. .. riscv: Add overrides to various StaticInst methods.

[gem5-dev] Change in public/gem5[master]: base: Remove the ability to cprintf stringstreams directly.

2018-01-29 Thread Gabe Black (Gerrit)
Gabe Black has submitted this change and it was merged. ( https://gem5-review.googlesource.com/7642 ) Change subject: base: Remove the ability to cprintf stringstreams directly. .. base: Remove the ability to cprintf

[gem5-dev] Change in public/gem5[master]: base: Delete commented out versions of the format_integer function.

2018-01-29 Thread Gabe Black (Gerrit)
Gabe Black has submitted this change and it was merged. ( https://gem5-review.googlesource.com/7641 ) Change subject: base: Delete commented out versions of the format_integer function. .. base: Delete commented out

[gem5-dev] Change in public/gem5[master]: base: Remove the ability to cprintf stringstreams directly.

2018-01-29 Thread Gabe Black (Gerrit)
Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/7642 Change subject: base: Remove the ability to cprintf stringstreams directly. .. base: Remove the ability to cprintf stringstreams

[gem5-dev] Change in public/gem5[master]: base: Delete commented out versions of the format_integer function.

2018-01-29 Thread Gabe Black (Gerrit)
Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/7641 Change subject: base: Delete commented out versions of the format_integer function. .. base: Delete commented out versions of the

[gem5-dev] Change in public/gem5[master]: riscv: Add overrides to various StaticInst methods.

2018-01-29 Thread Gabe Black (Gerrit)
Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/7643 Change subject: riscv: Add overrides to various StaticInst methods. .. riscv: Add overrides to various StaticInst methods. This

[gem5-dev] Change in public/gem5[master]: arm: extend MiscReg metadata structures

2018-01-29 Thread Curtis Dunham (Gerrit)
Curtis Dunham has submitted this change and it was merged. ( https://gem5-review.googlesource.com/6802 ) Change subject: arm: extend MiscReg metadata structures .. arm: extend MiscReg metadata structures Implement proper

[gem5-dev] Change in public/gem5[master]: arch-arm: understandably initialize register mappings

2018-01-29 Thread Curtis Dunham (Gerrit)
Curtis Dunham has submitted this change and it was merged. ( https://gem5-review.googlesource.com/6801 ) Change subject: arch-arm: understandably initialize register mappings .. arch-arm: understandably initialize register

[gem5-dev] Change in public/gem5[master]: config: Embed Device Tree generation in fs.py config

2018-01-29 Thread Curtis Dunham (Gerrit)
Curtis Dunham has submitted this change and it was merged. ( https://gem5-review.googlesource.com/5968 ) Change subject: config: Embed Device Tree generation in fs.py config .. config: Embed Device Tree generation in fs.py

[gem5-dev] Change in public/gem5[master]: config, arm: enable device tree autogeneration for bigLITTLE

2018-01-29 Thread Curtis Dunham (Gerrit)
Curtis Dunham has submitted this change and it was merged. ( https://gem5-review.googlesource.com/5969 ) Change subject: config, arm: enable device tree autogeneration for bigLITTLE .. config, arm: enable device tree

[gem5-dev] Change in public/gem5[master]: arm: DT autogeneration - Generate energy controller node

2018-01-29 Thread Curtis Dunham (Gerrit)
Curtis Dunham has submitted this change and it was merged. ( https://gem5-review.googlesource.com/5966 ) Change subject: arm: DT autogeneration - Generate energy controller node .. arm: DT autogeneration - Generate energy

[gem5-dev] Change in public/gem5[master]: arm: DT autogeneration - Generate memory node

2018-01-29 Thread Curtis Dunham (Gerrit)
Curtis Dunham has submitted this change and it was merged. ( https://gem5-review.googlesource.com/5964 ) Change subject: arm: DT autogeneration - Generate memory node .. arm: DT autogeneration - Generate memory node

[gem5-dev] Change in public/gem5[master]: arm: DT autogeneration - autogenerate RealView Platform devices

2018-01-29 Thread Curtis Dunham (Gerrit)
Curtis Dunham has submitted this change and it was merged. ( https://gem5-review.googlesource.com/5965 ) Change subject: arm: DT autogeneration - autogenerate RealView Platform devices .. arm: DT autogeneration -

[gem5-dev] Change in public/gem5[master]: arm: DT autogeneration - Generate cpus node

2018-01-29 Thread Curtis Dunham (Gerrit)
Curtis Dunham has submitted this change and it was merged. ( https://gem5-review.googlesource.com/5963 ) Change subject: arm: DT autogeneration - Generate cpus node .. arm: DT autogeneration - Generate cpus node Equips cpu

[gem5-dev] Change in public/gem5[master]: arm: DT autogeneration - Device Tree generation methods

2018-01-29 Thread Curtis Dunham (Gerrit)
Curtis Dunham has submitted this change and it was merged. ( https://gem5-review.googlesource.com/5962 ) Change subject: arm: DT autogeneration - Device Tree generation methods .. arm: DT autogeneration - Device Tree

[gem5-dev] Change in public/gem5[master]: ext: DT autogeneration - Add PyFtd to m5 space

2018-01-29 Thread Curtis Dunham (Gerrit)
Curtis Dunham has submitted this change and it was merged. ( https://gem5-review.googlesource.com/5961 ) Change subject: ext: DT autogeneration - Add PyFtd to m5 space .. ext: DT autogeneration - Add PyFtd to m5 space This

[gem5-dev] Change in public/gem5[master]: arm: make Arm GenericTimer a ClockedObject

2018-01-29 Thread Curtis Dunham (Gerrit)
Curtis Dunham has submitted this change and it was merged. ( https://gem5-review.googlesource.com/4960 ) Change subject: arm: make Arm GenericTimer a ClockedObject .. arm: make Arm GenericTimer a ClockedObject Within a

[gem5-dev] X86 Divide-Error when using

2018-01-29 Thread Gutierrez, Anthony
We've started experiencing some heisenbugs in our benchmarks that use to generate input data randomly. It's been a bit painful to get a trace, as that seems to perturb things enough such that the bug won't trigger. Based on what we know, however, we suspect that the below unimplemented

[gem5-dev] Change in public/gem5[master]: arch-x86: Granularity bit and segment limit

2018-01-29 Thread Maximilian Stein (Gerrit)
Maximilian Stein has uploaded this change for review. ( https://gem5-review.googlesource.com/7601 Change subject: arch-x86: Granularity bit and segment limit .. arch-x86: Granularity bit and segment limit If set, the

[gem5-dev] Cron <m5test@zizzer> /z/m5/regression/do-regression quick

2018-01-29 Thread Cron Daemon
*** diff[config.ini]: SKIPPED* build/RISCV/tests/opt/quick/se/02.insttest/riscv/linux-rv64c/minor-timing: FAILED! * build/RISCV/tests/opt/quick/se/02.insttest/riscv/linux-rv64c/o3-timing: FAILED! * build/RISCV/tests/opt/quick/se/02.insttest/riscv/linux-rv64c/simple-atomic: