[gem5-dev] Change in gem5/gem5[master]: arm, mem: Move the SecurePortProxy subclass into it's own file.

2019-05-26 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/+/18569 to look at the new patch set (#3). Change subject: arm, mem: Move the SecurePortProxy subclass into it's own file.

[gem5-dev] Change in gem5/gem5[master]: mem, arm: Move some helper methods into the base PortProxy class.

2019-05-26 Thread Gabe Black (Gerrit)
Hello Andreas Sandberg, Brandon Potter, Jason Lowe-Power, Nikos Nikoleris, I'd like you to reexamine a change. Please visit https://gem5-review.googlesource.com/c/public/gem5/+/18570 to look at the new patch set (#3). Change subject: mem, arm: Move some helper methods into the base

[gem5-dev] Change in gem5/gem5[master]: arch, base, dev, sim: Remove now unnecessary casts from PortProxy met...

2019-05-26 Thread Gabe Black (Gerrit)
Hello Andreas Sandberg, Brandon Potter, kokoro, Daniel Carvalho, Jason Lowe-Power, I'd like you to reexamine a change. Please visit https://gem5-review.googlesource.com/c/public/gem5/+/18572 to look at the new patch set (#3). Change subject: arch, base, dev, sim: Remove now unnecessary

[gem5-dev] Change in gem5/gem5[master]: mem: Remove the now unused Copy* methods from the FS port proxy.

2019-05-26 Thread Gabe Black (Gerrit)
Hello Andreas Sandberg, Brandon Potter, Anthony Gutierrez, Jason Lowe-Power, Nikos Nikoleris, I'd like you to reexamine a change. Please visit https://gem5-review.googlesource.com/c/public/gem5/+/18576 to look at the new patch set (#3). Change subject: mem: Remove the now unused Copy*

[gem5-dev] Change in gem5/gem5[master]: mem: Add a readString method to the PortProxy which takes a char *.

2019-05-26 Thread Gabe Black (Gerrit)
Hello Andreas Sandberg, Brandon Potter, kokoro, Jason Lowe-Power, Nikos Nikoleris, I'd like you to reexamine a change. Please visit https://gem5-review.googlesource.com/c/public/gem5/+/18574 to look at the new patch set (#3). Change subject: mem: Add a readString method to the PortProxy

[gem5-dev] Change in gem5/gem5[master]: arch, base, sim: Demote (SE|FS)TranslatingPortProxy to PortProxy .

2019-05-26 Thread Gabe Black (Gerrit)
Hello Andreas Sandberg, Brandon Potter, kokoro, Anthony Gutierrez, Jason Lowe-Power, Nikos Nikoleris, I'd like you to reexamine a change. Please visit https://gem5-review.googlesource.com/c/public/gem5/+/18577 to look at the new patch set (#3). Change subject: arch, base, sim: Demote

[gem5-dev] Change in gem5/gem5[master]: mem: Use a const T & in write<> to avoid an unnecessary copy.

2019-05-26 Thread Gabe Black (Gerrit)
Hello Andreas Sandberg, kokoro, Jason Lowe-Power, Nikos Nikoleris, I'd like you to reexamine a change. Please visit https://gem5-review.googlesource.com/c/public/gem5/+/18573 to look at the new patch set (#3). Change subject: mem: Use a const T & in write<> to avoid an unnecessary copy.

[gem5-dev] Change in gem5/gem5[master]: cpu, sim: Return PortProxy from all the proxy accessors.

2019-05-26 Thread Gabe Black (Gerrit)
Hello Andreas Sandberg, Brandon Potter, kokoro, Jason Lowe-Power, Nikos Nikoleris, I'd like you to reexamine a change. Please visit https://gem5-review.googlesource.com/c/public/gem5/+/18579 to look at the new patch set (#3). Change subject: cpu, sim: Return PortProxy from all the

[gem5-dev] Change in gem5/gem5[master]: kern: Replace an explicitly instantiated port proxy with one from the...

2019-05-26 Thread Gabe Black (Gerrit)
Hello Andreas Sandberg, Brandon Potter, kokoro, Jason Lowe-Power, Nikos Nikoleris, I'd like you to reexamine a change. Please visit https://gem5-review.googlesource.com/c/public/gem5/+/18578 to look at the new patch set (#3). Change subject: kern: Replace an explicitly instantiated port

[gem5-dev] Change in gem5/gem5[master]: mem, arm: Replace the pointer type in PortProxy with void *.

2019-05-26 Thread Gabe Black (Gerrit)
Hello Andreas Sandberg, Brandon Potter, kokoro, Daniel Carvalho, Anthony Gutierrez, Jason Lowe-Power, Nikos Nikoleris, I'd like you to reexamine a change. Please visit https://gem5-review.googlesource.com/c/public/gem5/+/18571 to look at the new patch set (#3). Change subject: mem, arm:

[gem5-dev] Change in gem5/gem5[master]: cpu: Store the translating proxy with the same pointer in SE or FS mode.

2019-05-26 Thread Gabe Black (Gerrit)
Hello Andreas Sandberg, Brandon Potter, Anthony Gutierrez, Jason Lowe-Power, Nikos Nikoleris, I'd like you to reexamine a change. Please visit https://gem5-review.googlesource.com/c/public/gem5/+/18580 to look at the new patch set (#3). Change subject: cpu: Store the translating proxy

[gem5-dev] Change in gem5/gem5[master]: arch, base, sim: Replace Copy(String)?(In|Out) with equivalent code.

2019-05-26 Thread Gabe Black (Gerrit)
Hello Andreas Sandberg, Brandon Potter, Jason Lowe-Power, Nikos Nikoleris, I'd like you to reexamine a change. Please visit https://gem5-review.googlesource.com/c/public/gem5/+/18575 to look at the new patch set (#3). Change subject: arch, base, sim: Replace Copy(String)?(In|Out) with

[gem5-dev] Change in gem5/gem5[master]: arch, base, cpu, gpu, sim: Merge getMemProxy and getVirtProxy.

2019-05-26 Thread Gabe Black (Gerrit)
Hello Andreas Sandberg, Brandon Potter, kokoro, Jason Lowe-Power, Nikos Nikoleris, I'd like you to reexamine a change. Please visit https://gem5-review.googlesource.com/c/public/gem5/+/18581 to look at the new patch set (#3). Change subject: arch, base, cpu, gpu, sim: Merge getMemProxy

[gem5-dev] Change in gem5/gem5[master]: mem, arm: Replace the pointer type in PortProxy with void *.

2019-05-26 Thread Gabe Black (Gerrit)
Hello Andreas Sandberg, Brandon Potter, kokoro, Daniel Carvalho, Anthony Gutierrez, Jason Lowe-Power, Nikos Nikoleris, I'd like you to reexamine a change. Please visit https://gem5-review.googlesource.com/c/public/gem5/+/18571 to look at the new patch set (#2). Change subject: mem, arm:

[gem5-dev] Change in gem5/gem5[master]: arch, base, cpu, gpu, sim: Merge getMemProxy and getVirtProxy.

2019-05-26 Thread Gabe Black (Gerrit)
Hello Andreas Sandberg, Brandon Potter, kokoro, Jason Lowe-Power, Nikos Nikoleris, I'd like you to reexamine a change. Please visit https://gem5-review.googlesource.com/c/public/gem5/+/18581 to look at the new patch set (#2). Change subject: arch, base, cpu, gpu, sim: Merge getMemProxy

[gem5-dev] Change in gem5/gem5[master]: arm, mem: Move the SecurePortProxy subclass into arch/arm.

2019-05-26 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/+/18569 to look at the new patch set (#2). Change subject: arm, mem: Move the SecurePortProxy subclass into arch/arm.

[gem5-dev] Change in gem5/gem5[master]: mem, arm: Move some helper methods into the base PortProxy class.

2019-05-26 Thread Gabe Black (Gerrit)
Hello Andreas Sandberg, Brandon Potter, Jason Lowe-Power, Nikos Nikoleris, I'd like you to reexamine a change. Please visit https://gem5-review.googlesource.com/c/public/gem5/+/18570 to look at the new patch set (#2). Change subject: mem, arm: Move some helper methods into the base

[gem5-dev] Change in gem5/gem5[master]: arch, base, dev, sim: Remove now unnecessary casts from PortProxy met...

2019-05-26 Thread Gabe Black (Gerrit)
Hello Andreas Sandberg, Brandon Potter, kokoro, Daniel Carvalho, Jason Lowe-Power, I'd like you to reexamine a change. Please visit https://gem5-review.googlesource.com/c/public/gem5/+/18572 to look at the new patch set (#2). Change subject: arch, base, dev, sim: Remove now unnecessary