[m5-dev] Cron m5test@zizzer /z/m5/regression/do-regression quick

2011-01-22 Thread Cron Daemon
* build/ALPHA_SE_MESI_CMP_directory/tests/fast/quick/00.hello/alpha/tru64/simple-timing-ruby-MESI_CMP_directory passed. * build/ALPHA_SE_MESI_CMP_directory/tests/fast/quick/00.hello/alpha/linux/simple-timing-ruby-MESI_CMP_directory passed. *

[m5-dev] Notification from M5 Bugs

2011-01-22 Thread Flyspray
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added: FS#337 - Checkpoint Tester Identifies Mismatches (Bugs) for X86_FS User who did this: - Gabe Black (gblack) -- I looked at this, and there are still some problems with your command line. 1.

Re: [m5-dev] Review Request: x86: Timing support for pagetable walker

2011-01-22 Thread Gabe Black
--- This is an automatically generated e-mail. To reply, visit: http://reviews.m5sim.org/r/396/#review796 --- src/arch/x86/pagetable_walker.cc

Re: [m5-dev] Review Request: x86: Timing support for pagetable walker

2011-01-22 Thread Gabe Black
You're headed in the right direction but aren't quite there yet. If you split out the functional part of startWalk into its own function, you can change the signature and pass the address and size by reference. Then you don't need a request or translation object at all. You could even put that

Re: [m5-dev] Error in Simulating Mesh Network

2011-01-22 Thread Gabe Black
You should be able to move that around any other patches ahead of it, right? It's so simple I wouldn't expect it to really depend on the intervening patches. Gabe Beckmann, Brad wrote: Hi Nilay, Yes, I am aware of this problem and one of the patches (http://reviews.m5sim.org/r/381/) I'm

Re: [m5-dev] Review Request: Ruby: Add support for locked memory accesses in X86_FS

2011-01-22 Thread Nilay Vaish
--- This is an automatically generated e-mail. To reply, visit: http://reviews.m5sim.org/r/392/#review798 --- What's the difference between RMW and its locked version? I know that

Re: [m5-dev] Review Request: Ruby: Add support for locked memory accesses in X86_FS

2011-01-22 Thread Nilay Vaish
--- This is an automatically generated e-mail. To reply, visit: http://reviews.m5sim.org/r/392/#review799 --- What's the difference between RMW and its locked version? I know that

Re: [m5-dev] Review Request: ruby: support to stallAndWait the mandatory queue

2011-01-22 Thread Arkaprava Basu
Hi Nilay, You are mostly correct. I believe this patch contains two things 1. Support in SLICC to allow waiting and stalling on messages in message buffer when the directory is in blocking state for that address (i.e. can not process the message at this point), until some event