[gem5-dev] Change in gem5/gem5[develop]: arch-riscv: fix inUserMode

2021-11-24 Thread Luming Wang (Gerrit) via gem5-dev
Luming Wang has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/53184 ) Change subject: arch-riscv: fix inUserMode .. arch-riscv: fix inUserMode The original inUserMode() simply return

[gem5-dev] Change in gem5/gem5[develop]: arch-x86: Hook up the newfstatat system call for 64 bit Linux.

2021-11-24 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/53206 ) Change subject: arch-x86: Hook up the newfstatat system call for 64 bit Linux. .. arch-x86: Hook up the newfsta

[gem5-dev] Change in gem5/gem5[develop]: sim-se: Implement the newfstatat system call.

2021-11-24 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/53205 ) Change subject: sim-se: Implement the newfstatat system call. .. sim-se: Implement the newfstatat system call. Ji

[gem5-dev] Change in gem5/gem5[develop]: arch-x86: Hook up system calls for 64 bit processes.

2021-11-24 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/53203 ) Change subject: arch-x86: Hook up system calls for 64 bit processes. .. arch-x86: Hook up system calls for 64 bit

[gem5-dev] Change in gem5/gem5[develop]: sim-se: Add additional TGT_AT_* constants for Linux.

2021-11-24 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/53204 ) Change subject: sim-se: Add additional TGT_AT_* constants for Linux. .. sim-se: Add additional TGT_AT_* constants

[gem5-dev] Change in gem5/gem5[develop]: cpu-o3: Refactor how registers are handled in the DynInst class.

2021-11-24 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/52485 ) Change subject: cpu-o3: Refactor how registers are handled in the DynInst class. .. cpu-o3: Refactor how registers are han

[gem5-dev] Change in gem5/gem5[develop]: sim-se: Add additional TGT_AT_* constants for Linux.

2021-11-24 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/53204 ) ( 1 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one. )Change subject: sim-se: Add additional TGT_AT_* constants for Linu

[gem5-dev] Change in gem5/gem5[develop]: tests: Adding MultiChannelMemory to x86-boot-tests

2021-11-24 Thread Mahyar Samani (Gerrit) via gem5-dev
Mahyar Samani has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/53243 ) Change subject: tests: Adding MultiChannelMemory to x86-boot-tests .. tests: Adding MultiChannelMemory to x86-b

[gem5-dev] Change in gem5/gem5[develop]: sim-se: add checks in selectFunc to fix up crashes

2021-11-24 Thread Luming Wang (Gerrit) via gem5-dev
Luming Wang has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/53143 ) Change subject: sim-se: add checks in selectFunc to fix up crashes .. sim-se: add checks in selectFunc to fix up crashes In

[gem5-dev] Change in gem5/gem5[develop]: arch-riscv: fix inUserMode

2021-11-24 Thread Luming Wang (Gerrit) via gem5-dev
Luming Wang has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/53184 ) Change subject: arch-riscv: fix inUserMode .. arch-riscv: fix inUserMode The original inUserMode() simply returns true. How