[gem5-dev] Change in gem5/gem5[develop]: sim: Add a missing include to sim/syscall_abi.hh.

2020-10-26 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/36616 ) Change subject: sim: Add a missing include to sim/syscall_abi.hh. .. sim: Add a missing include to

[gem5-dev] Re: To understand page table walk for TimingSimpleCPU in X86 architecture

2020-10-26 Thread Gabe Black via gem5-dev
Hi Krishnan. You should ask questions like this (how does XYZ work, how do I ABC) on gem5-users. More people will see it including almost everyone here, and that's the forum for people using gem5. gem5-dev is for people who are actually developing gem5 itself. Gabe On Fri, Oct 23, 2020 at 11:10

[gem5-dev] Change in gem5/gem5[develop]: tests: fix dezip of ubuntu images in long regr

2020-10-26 Thread mike upton (Gerrit) via gem5-dev
mike upton has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/36615 ) Change subject: tests: fix dezip of ubuntu images in long regr .. tests: fix dezip of ubuntu images in long regr

[gem5-dev] Change in gem5/gem5[develop]: gpu: Use X86ISA instead of TheISA in src/gpu-compute.

2020-10-26 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/34174 ) Change subject: gpu: Use X86ISA instead of TheISA in src/gpu-compute. .. gpu: Use X86ISA instead of TheISA in

[gem5-dev] Change in gem5/gem5[develop]: power: Implement an SE workload for Linux.

2020-10-26 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/34157 ) Change subject: power: Implement an SE workload for Linux. .. power: Implement an SE workload for Linux. Change-Id:

[gem5-dev] Change in gem5/gem5[develop]: x86: Delegate process loading to the EmuLinux workload.

2020-10-26 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/33904 ) Change subject: x86: Delegate process loading to the EmuLinux workload. .. x86: Delegate process loading to the EmuLinux

[gem5-dev] Re: ubuntu boot test failure

2020-10-26 Thread Bobby Bruce via gem5-dev
Hey Mike, Sorry for taking so long to look into this. In short, I can't recreate this issue on my end. I've tried on three different systems (including our Jenkins server), and each time the gzipped file is downloaded and decompressed correctly. You are correct that some of the test resources

[gem5-dev] Change in gem5/gem5[develop]: mem-cache: Add move assign and delete move constr of blk

2020-10-26 Thread Daniel Carvalho (Gerrit) via gem5-dev
Daniel Carvalho has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/36575 ) Change subject: mem-cache: Add move assign and delete move constr of blk .. mem-cache: Add move assign and

[gem5-dev] Change in gem5/gem5[develop]: mem-cache: Add function to move blocks in the tags

2020-10-26 Thread Daniel Carvalho (Gerrit) via gem5-dev
Daniel Carvalho has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/36576 ) Change subject: mem-cache: Add function to move blocks in the tags .. mem-cache: Add function to move blocks

[gem5-dev] Change in gem5/gem5[develop]: mem-cache: Use RP for data expansion victimization

2020-10-26 Thread Daniel Carvalho (Gerrit) via gem5-dev
Daniel Carvalho has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/36577 ) Change subject: mem-cache: Use RP for data expansion victimization .. mem-cache: Use RP for data expansion

[gem5-dev] Change in gem5/gem5[develop]: mem-cache: Use the compression factor to co-allocate

2020-10-26 Thread Daniel Carvalho (Gerrit) via gem5-dev
Daniel Carvalho has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/36581 ) Change subject: mem-cache: Use the compression factor to co-allocate .. mem-cache: Use the compression

[gem5-dev] Change in gem5/gem5[develop]: mem-cache: Add data expansion and compaction checking functions

2020-10-26 Thread Daniel Carvalho (Gerrit) via gem5-dev
Daniel Carvalho has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/36579 ) Change subject: mem-cache: Add data expansion and compaction checking functions .. mem-cache: Add data

[gem5-dev] Change in gem5/gem5[develop]: mem-cache: Set compression bit with its size

2020-10-26 Thread Daniel Carvalho (Gerrit) via gem5-dev
Daniel Carvalho has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/36580 ) Change subject: mem-cache: Set compression bit with its size .. mem-cache: Set compression bit with its size

[gem5-dev] Change in gem5/gem5[develop]: mem-cache: Override print function of sector and super blocks

2020-10-26 Thread Daniel Carvalho (Gerrit) via gem5-dev
Daniel Carvalho has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/36582 ) Change subject: mem-cache: Override print function of sector and super blocks .. mem-cache: Override

[gem5-dev] Change in gem5/gem5[develop]: mem-cache: Allow moving data contractions

2020-10-26 Thread Daniel Carvalho (Gerrit) via gem5-dev
Daniel Carvalho has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/36578 ) Change subject: mem-cache: Allow moving data contractions .. mem-cache: Allow moving data contractions Data

[gem5-dev] Change in gem5/gem5[develop]: mem: Replace any getDTBPtr/getITBPtr usage

2020-10-26 Thread Giacomo Travaglini (Gerrit) via gem5-dev
Giacomo Travaglini has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/34983 ) Change subject: mem: Replace any getDTBPtr/getITBPtr usage .. mem: Replace any getDTBPtr/getITBPtr usage JIRA: