[m5-dev] [PATCH 1 of 5] CPU: Get rid of translate... functions from various interface classes

2009-02-23 Thread gblack
# HG changeset patch # User Gabe Black gbl...@eecs.umich.edu # Date 1235378626 28800 # Node ID 6556d15760b4cd662c1ea819b1e24e27f8fe77c0 # Parent 73c0f1860203e886fa9106ffe9ec573947b5 CPU: Get rid of translate... functions from various interface classes. diff --git

[m5-dev] [PATCH 2 of 5] ISA: Replace the translate functions in the TLBs with translateAtomic

2009-02-23 Thread gblack
# HG changeset patch # User Gabe Black gbl...@eecs.umich.edu # Date 1235378627 28800 # Node ID 2432bfd936b1e15c6b5dc043ae2abac4037f120b # Parent 6556d15760b4cd662c1ea819b1e24e27f8fe77c0 ISA: Replace the translate functions in the TLBs with translateAtomic. diff --git a/src/arch/alpha/tlb.cc

[m5-dev] [PATCH 3 of 5] X86: Make the stupd microop not update registers in initiateAcc

2009-02-23 Thread gblack
# HG changeset patch # User Gabe Black gbl...@eecs.umich.edu # Date 1235378628 28800 # Node ID 6883fc9e770aa72afc3e35b892215a66023ef6b2 # Parent 2432bfd936b1e15c6b5dc043ae2abac4037f120b X86: Make the stupd microop not update registers in initiateAcc. diff --git

[m5-dev] wrong answer from getMemoryMode

2009-02-23 Thread Gabe Black
I was working on getting the X86_FS working with the timing simple CPU as well as it does with atomic, and found that when called in my page table walker, sys-getMemoryMode() is very definitely giving the wrong answer. I suspect there's something I didn't do quite right when setting up the

[m5-dev] changeset in m5: stats: clean up the statistics unittest

2009-02-23 Thread Nathan Binkert
changeset 1db89432381b in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=1db89432381b description: stats: clean up the statistics unittest diffstat: 1 file changed, 55 insertions(+), 50 deletions(-) src/unittest/stattest.cc | 105

[m5-dev] changeset in m5: stats: move the limits stuff into the types.hh ...

2009-02-23 Thread Nathan Binkert
changeset 9775f70fbe66 in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=9775f70fbe66 description: stats: move the limits stuff into the types.hh file diffstat: 2 files changed, 3 insertions(+), 3 deletions(-) src/base/statistics.hh |3 --- src/base/stats/types.hh |

[m5-dev] changeset in m5: stats: reorganize how parameters are stored and...

2009-02-23 Thread Nathan Binkert
changeset 02e5bc7ca9ba in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=02e5bc7ca9ba description: stats: reorganize how parameters are stored and accessed. diffstat: 4 files changed, 209 insertions(+), 197 deletions(-) src/base/statistics.cc | 24 ++-

[m5-dev] changeset in m5: stats: Try to make the names of things more int...

2009-02-23 Thread Nathan Binkert
changeset 12431dc9a30a in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=12431dc9a30a description: stats: Try to make the names of things more intuitive. Basically, this means renaming several things called data to info, which is information about the

[m5-dev] changeset in m5: stats: cleanup static stats to make startup work.

2009-02-23 Thread Nathan Binkert
changeset c810b7d4383d in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=c810b7d4383d description: stats: cleanup static stats to make startup work. This is mainly to allow the unit test to run without requiring the standard M5 stats from being initialized

Re: [m5-dev] [PATCH 0 of 5] Patches to implement delayable translation

2009-02-23 Thread Gabriel Michael Black
I'll need to generate updated stats for some of the regressions in at least two places in the patches beyond these. I'll wait until I have those ready, and then if no one has said anything I'll assume there are no complaints and start pushing. Gabe Quoting gbl...@eecs.umich.edu:

[m5-dev] Fatal Messages

2009-02-23 Thread Korey Sewell
So one of my M5 sims failed recently and provided this message: For more information see: http://www.m5sim.org/fatal/5c55a396; I saw a thread on this not so far back, but could not find it in my Inbox now that I actually want to check it out (just my luck, right?)... Can someone give me a quick

Re: [m5-dev] Fatal Messages

2009-02-23 Thread Ali Saidi
Take a look at one of the mailing list archives. Ali On Feb 23, 2009, at 11:51 PM, Korey Sewell wrote: So one of my M5 sims failed recently and provided this message: For more information see: http://www.m5sim.org/fatal/5c55a396; I saw a thread on this not so far back, but could not find it

Re: [m5-dev] Fatal Messages

2009-02-23 Thread Korey Sewell
Also, can someone remove Dan1oo at ya.ru from the mailing list? I assume that it's OK because that address is bouncing and returning to m5-dev nightly with the side effect of those bounced e-mails being saved in the mailing list archives... On Mon, Feb 23, 2009 at 11:58 PM, Ali Saidi