Re: [gem5-dev] change to review email settings

2019-10-11 Thread Jason Lowe-Power
Sounds great to me! Cheers, Jason On Thu, Oct 10, 2019 at 5:41 PM Gabe Black wrote: > Hi gem5-dev members. To help control the volume of email that goes to this > list, we're considering changing the settings in gerrit so that this list > will be emailed when a new review is uploaded, when a

[gem5-dev] Change in gem5/gem5[master]: tests: Added GTests for base/bitfield.hh

2019-10-11 Thread Bobby R. Bruce (Gerrit)
Hello Andreas Sandberg, Steve Reinhardt, Giacomo Travaglini, I'd like you to reexamine a change. Please visit https://gem5-review.googlesource.com/c/public/gem5/+/21700 to look at the new patch set (#2). Change subject: tests: Added GTests for base/bitfield.hh

Re: [gem5-dev] change to review email settings

2019-10-11 Thread Daniel Carvalho
Is receiving e-mails like that a setup for maintainers only, or was I supposed to receive e-mails when any patch is sent too? Currently I only receive mails from the devs themselves (except Gabe, idk why), and when a patch is updated and I am a reviewer or in the CC. I have "Mail Delivery"

Re: [gem5-dev] change to review email settings

2019-10-11 Thread Gabe Black
Hi Daniel. Yes, this is supposed to be for everyone on gem5-dev. My guess is your spam filter is putting them somewhere without you realizing. Mine was doing that for a while, and now I go to my spam folder which is 95% gem5 review emails, smack the filter on the nose with a newspaper, and put

[gem5-dev] Change in gem5/gem5[master]: arch, base: Separate the idea of a memory image and object file.

2019-10-11 Thread Gabe Black (Gerrit)
Gabe Black has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/21466 ) Change subject: arch,base: Separate the idea of a memory image and object file. .. arch,base: Separate the idea of a

[gem5-dev] Change in gem5/gem5[master]: x86: Stop using and delete the x86 IntDevice class.

2019-10-11 Thread Gabe Black (Gerrit)
Gabe Black has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/20825 ) Change subject: x86: Stop using and delete the x86 IntDevice class. .. x86: Stop using and delete the x86 IntDevice class.

[gem5-dev] Change in gem5/gem5[master]: arch, base, sim: Move Process loader hooks into the Process class.

2019-10-11 Thread Gabe Black (Gerrit)
Hello Andreas Sandberg, Brandon Potter, Jason Lowe-Power, I'd like you to reexamine a change. Please visit https://gem5-review.googlesource.com/c/public/gem5/+/21468 to look at the new patch set (#4). Change subject: arch,base,sim: Move Process loader hooks into the Process class.

[gem5-dev] Change in gem5/gem5[master]: arch, base: Restructure the object file loaders.

2019-10-11 Thread Gabe Black (Gerrit)
Hello Andreas Sandberg, Brandon Potter, Jason Lowe-Power, I'd like you to reexamine a change. Please visit https://gem5-review.googlesource.com/c/public/gem5/+/21467 to look at the new patch set (#4). Change subject: arch,base: Restructure the object file loaders.

[gem5-dev] Change in gem5/gem5[master]: fastmodel: Add string constructors which delegate to const char * ones.

2019-10-11 Thread Gabe Black (Gerrit)
Hello Andreas Sandberg, Giacomo Travaglini, Jason Lowe-Power, Chun-Chen TK Hsu, I'd like you to reexamine a change. Please visit https://gem5-review.googlesource.com/c/public/gem5/+/21502 to look at the new patch set (#3). Change subject: fastmodel: Add string constructors which

[gem5-dev] Change in gem5/gem5[master]: fastmodel: Expose all CPU communication ports from the GIC.

2019-10-11 Thread Gabe Black (Gerrit)
Hello Andreas Sandberg, Giacomo Travaglini, Jason Lowe-Power, Chun-Chen TK Hsu, I'd like you to reexamine a change. Please visit https://gem5-review.googlesource.com/c/public/gem5/+/21500 to look at the new patch set (#3). Change subject: fastmodel: Expose all CPU communication ports

[gem5-dev] Cron /z/m5/regression/do-regression quick

2019-10-11 Thread Cron Daemon
scons: *** [build/HSAIL_X86/arch/hsail/gpu_decoder.do] Error 1 scons: *** [build/ALPHA/base/loader/hex_file.fo] Error 4 scons: *** [build/MIPS/base/loader/hex_file.fo] Error 4 scons: *** [build/NULL/base/loader/hex_file.fo] Error 4 scons: *** [build/NULL_MOESI_hammer/base/loader/hex_file.fo] Error

Re: [gem5-dev] remote GDB broken on ARM

2019-10-11 Thread Ciro Santilli
Hi Gabe, GDB was broken, then I fixed, then it broke, then I fixed it again at: 36a575071cd460255ca67ec5bdd6862d9c164919 arch-arm: fix GDB stub after SVE, do you have that commit? I've just tested on master and it worked on my simple test. From: gem5-dev on

Re: [gem5-dev] remote GDB broken on ARM

2019-10-11 Thread Gabe Black
Great, that seems to fix it for me. Thanks! Gabe On Fri, Oct 11, 2019 at 3:00 AM Ciro Santilli wrote: > Hi Gabe, > > GDB was broken, then I fixed, then it broke, then I fixed it again > at: 36a575071cd460255ca67ec5bdd6862d9c164919 arch-arm: fix GDB stub after > SVE, do you have that commit? >