[gem5-dev] Build failed in Jenkins: Nightly #29

2020-08-07 Thread jenkins-no-reply--- via gem5-dev
See Changes: -- Started by timer Running as SYSTEM Building in workspace No credentials specified > git rev-parse --is-inside-work-tree # timeout=10 Fetc

[gem5-dev] Re: Build failed in Jenkins: Nightly #27

2020-08-07 Thread Gabe Black via gem5-dev
Sorry for the breakage, thanks for the fix! Gabe On Fri, Aug 7, 2020 at 8:03 AM Jason Lowe-Power via gem5-dev < gem5-dev@gem5.org> wrote: > Feel free to post a fix if you have one! > > Cheers, > Jason > > On Fri, Aug 7, 2020 at 7:58 AM Poremba, Matthew > wrote: > >> [AMD Public Use] >> >> >> >>

[gem5-dev] Change in gem5/gem5[develop]: arch-mips: Remove old TypeBufferArg call

2020-08-07 Thread Matthew Poremba (Gerrit) via gem5-dev
Matthew Poremba has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/32414 ) Change subject: arch-mips: Remove old TypeBufferArg call .. arch-mips: Remove old TypeBufferArg call TypeBuf

[gem5-dev] Re: Build failed in Jenkins: Nightly #27

2020-08-07 Thread Jason Lowe-Power via gem5-dev
Feel free to post a fix if you have one! Cheers, Jason On Fri, Aug 7, 2020 at 7:58 AM Poremba, Matthew wrote: > [AMD Public Use] > > > > The line that has the error should be deleted to fix the MIPS build. I > missed that in the review. I can post a fix if you want but I thought I’d > give Ga

[gem5-dev] Re: Build failed in Jenkins: Nightly #27

2020-08-07 Thread Poremba, Matthew via gem5-dev
[AMD Public Use] The line that has the error should be deleted to fix the MIPS build. I missed that in the review. I can post a fix if you want but I thought I'd give Gabe a chance to take a look. -Matt From: Jason Lowe-Power via gem5-dev Sent: Thursday, August 6, 2020 7:36 AM To: gem5 Dev

[gem5-dev] Re: Possible race condition (Remote GDB)

2020-08-07 Thread Boris Shingarov via gem5-dev
> I don't see any race condition here. If gem5 has been told to wait, it > waits. If gdb has connected to it and hasn't told it to keep running, it > blocks. But it doesn't work. Try the following experiment: in the gdb source introduce a time-delay somewhere after connecting to the TCP port

[gem5-dev] Change in gem5/gem5[develop]: mem-cache,python: Allow custom TLB and events in each prefetcher.

2020-08-07 Thread Gerrit
Isaac Sánchez Barrera has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/32394 ) Change subject: mem-cache,python: Allow custom TLB and events in each prefetcher. .. mem-cache,pytho

[gem5-dev] Re: Possible race condition (Remote GDB)

2020-08-07 Thread Gabe Black via gem5-dev
I think this code was originally written by Nate who is no longer with us. Looking at it, what I *think* it's doing starts in listen(). That sets up a poll queue event which listens for connection from gdb. When that gets triggered, that (slightly indirectly) calls connect which will check if someb