Re: [gem5-dev] Review Request 2606: Systemc-GEM5

2015-01-20 Thread Andreas Hansson via gem5-dev
--- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/2606/#review5776 --- Please use the review board for patch review only. Questions like this s

[gem5-dev] changeset in gem5: mem: Fix bug in cache request retry mechanism

2015-01-20 Thread Andreas Hansson via gem5-dev
changeset 8c9ed0314ed1 in /z/repo/gem5 details: http://repo.gem5.org/gem5?cmd=changeset;node=8c9ed0314ed1 description: mem: Fix bug in cache request retry mechanism This patch ensures that inhibited packets that are about to be turned into express snoops do not update the r

[gem5-dev] changeset in gem5: cpu: Fix retry bug in MinorCPU LSQ

2015-01-20 Thread Andreas Hansson via gem5-dev
changeset 899c0e7e85f1 in /z/repo/gem5 details: http://repo.gem5.org/gem5?cmd=changeset;node=899c0e7e85f1 description: cpu: Fix retry bug in MinorCPU LSQ diffstat: src/cpu/minor/lsq.cc | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diffs (15 lines): diff -r 17d8d0a624a0 -r

[gem5-dev] changeset in gem5: mem: Move DRAM interleaving check to init

2015-01-20 Thread Andreas Hansson via gem5-dev
changeset 17d8d0a624a0 in /z/repo/gem5 details: http://repo.gem5.org/gem5?cmd=changeset;node=17d8d0a624a0 description: mem: Move DRAM interleaving check to init This patch fixes a bug where the DRAM controller tried to access the system cacheline size before the system poin

[gem5-dev] changeset in gem5: tests: Remove deprecated InOrderCPU tests

2015-01-20 Thread Andreas Hansson via gem5-dev
changeset 104ef22a25f3 in /z/repo/gem5 details: http://repo.gem5.org/gem5?cmd=changeset;node=104ef22a25f3 description: tests: Remove deprecated InOrderCPU tests This patch removes the three MIPS and SPARC regressions that use the deprecated InOrderCPU. This is the

[gem5-dev] changeset in gem5: scons: Do not build the InOrderCPU

2015-01-20 Thread Andreas Hansson via gem5-dev
changeset a6fe75e8296b in /z/repo/gem5 details: http://repo.gem5.org/gem5?cmd=changeset;node=a6fe75e8296b description: scons: Do not build the InOrderCPU One step closer to shifting focus to the MinorCPU. diffstat: build_opts/MIPS | 2 +- build_opts/SPARC

[gem5-dev] Routing patches ready to go

2015-01-20 Thread Andreas Hansson via gem5-dev
Hi all, The following patches are ready to go: http://reviews.gem5.org/r/2594/ http://reviews.gem5.org/r/2595/ http://reviews.gem5.org/r/2596/ http://reviews.gem5.org/r/2597/ http://reviews.gem5.org/r/2598/ http://reviews.gem5.org/r/2601/ http://reviews.gem5.org/r/2602/ They are all related to p

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

2015-01-20 Thread Cron Daemon via gem5-dev
* build/ALPHA/tests/opt/quick/se/20.eio-short/alpha/eio/simple-timing passed. * build/ALPHA/tests/opt/quick/se/60.rubytest/alpha/linux/rubytest-ruby passed. * build/ALPHA/tests/opt/quick/se/00.hello/alpha/tru64/o3-timing passed. * build/ALPHA/tests/opt/quick/se/00.hello/alpha/tru6

Re: [gem5-dev] Review Request 2605: config, ruby: connect dma to network

2015-01-20 Thread Jason Power via gem5-dev
--- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/2605/#review5777 --- Ship it! Ship It! - Jason Power On Jan. 20, 2015, midnight, Malek Mus

Re: [gem5-dev] Bug With Thread Suspend Instructions, Interrupts, x86 O3 CPU?

2015-01-20 Thread Gabe Black via gem5-dev
It sounds like a bug/race condition in the O3 CPU, which I think you already knew. You could try moving the suspend call into a fault returned by the MicroHalt microop instead of the instruction itself. That might break the race, although it's not really fixing the issue with O3. Gabe On Tue, Jan

[gem5-dev] changeset in gem5: cpu: commit probe notification on every micro...

2015-01-20 Thread Nikos Nikoleris via gem5-dev
changeset 50e4e334 in /z/repo/gem5 details: http://repo.gem5.org/gem5?cmd=changeset;node=50e4e334 description: cpu: commit probe notification on every microop or macroop The ppCommit should notify the attached listener every time the cpu commits a microop or non mic

[gem5-dev] changeset in gem5: config, ruby: connect dma to network

2015-01-20 Thread Malek Musleh via gem5-dev
changeset e5936c2d53a0 in /z/repo/gem5 details: http://repo.gem5.org/gem5?cmd=changeset;node=e5936c2d53a0 description: config, ruby: connect dma to network DMA Controller was not being connected to the network for the MESI_Three_Level protocol as was being done in the other

Re: [gem5-dev] Review Request 2549: ruby: ruby port: do not check for blocked ports

2015-01-20 Thread Alexandru Dutu via gem5-dev
--- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/2549/#review5778 --- It seems that this patch is breaking ALPHA/quick/se regressions; rubytest

[gem5-dev] Review Request 2607: O3CPU: Idle CPU status logic revised

2015-01-20 Thread Alexandru Dutu via gem5-dev
--- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/2607/ --- Review request for Default. Repository: gem5 Description --- Changeset 10652