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

2010-08-10 Thread Cron Daemon
* build/ALPHA_SE/tests/fast/quick/00.hello/alpha/linux/inorder-timing passed. * build/ALPHA_SE/tests/fast/quick/00.hello/alpha/linux/simple-timing-ruby passed. * build/ALPHA_SE/tests/fast/quick/00.hello/alpha/linux/o3-timing passed. *

Re: [m5-dev] Cron m5t...@zizzer /z/m5/regression/do-regression quick

2010-08-10 Thread Henry H
Sent from my HTC PURE™, a Windows® phone from ATT -Original Message- From: Cron Daemon r...@zizzer.eecs.umich.edu Sent: Tuesday, August 10, 2010 12:03 AM To: m5-dev@m5sim.org Subject: [m5-dev] Cron m5t...@zizzer /z/m5/regression/do-regression quick *

[m5-dev] IntDev and intmessage question

2010-08-10 Thread Joel Hestness
Hi, I'm looking at the interrupt device interface (dev/x86/IntDev.hh) and intmessage (arch/x86/intmessage.hh) code, and I have a question about scoping. Currently, the methods defined in intmessage.hh are only used by methods in the IntDev interface class. I also notice that the only places

Re: [m5-dev] IntDev and intmessage question

2010-08-10 Thread Joel Hestness
*MessagePort (mem/mport.hh) not MemPort... sorry for any confusion Joel On Tue, Aug 10, 2010 at 3:46 PM, Joel Hestness hestn...@cs.utexas.eduwrote: Hi, I'm looking at the interrupt device interface (dev/x86/IntDev.hh) and intmessage (arch/x86/intmessage.hh) code, and I have a question