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

2009-01-06 Thread Cron Daemon
* build/X86_SE/tests/fast/quick/00.hello/x86/linux/simple-timing passed. * build/X86_SE/tests/fast/quick/00.hello/x86/linux/simple-atomic passed. * build/MIPS_SE/tests/fast/quick/00.hello/mips/linux/simple-atomic passed. *

[m5-dev] Undelivered Mail Returned to Sender

2009-01-06 Thread Mail Delivery System
This is the mail system at host daystrom.m5sim.org. I'm sorry to have to inform you that your message could not be delivered to one or more recipients. It's attached below. For further assistance, please send mail to postmaster. If you do so, please include this problem report. You can delete

[m5-dev] changeset in m5: IGbE: Remove is8257 variable

2009-01-06 Thread Ali Saidi
changeset 1444787b1c93 in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=1444787b1c93 description: IGbE: Remove is8257 variable diffstat: 1 file changed, 1 insertion(+), 4 deletions(-) src/dev/i8254xGBe.cc |5 + diffs (60 lines): diff -r 50c9d48de3ca -r

[m5-dev] changeset in m5: INET: Add functions to header types to get offs...

2009-01-06 Thread Ali Saidi
changeset ff12aefd2cc2 in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=ff12aefd2cc2 description: INET: Add functions to header types to get offset in packet and start of payload; add function to split packet at last known header diffstat: 2 files changed, 10

Re: [m5-dev] [PATCH] [mq]: switchtotimingsimplecpu.diff

2009-01-06 Thread nathan binkert
I feel like I'm missing some context with this patch (though I will admit to not following the mailing list very closely after the last few months. Was this the solution to us not being able to switch back to timing from detailed? Can you write up a commit message? At first glance, it seems

[m5-dev] Undelivered Mail Returned to Sender

2009-01-06 Thread Mail Delivery System
This is the mail system at host daystrom.m5sim.org. I'm sorry to have to inform you that your message could not be delivered to one or more recipients. It's attached below. For further assistance, please send mail to postmaster. If you do so, please include this problem report. You can delete

[m5-dev] changeset in m5: X86: Change indentation on microop disassembly.

2009-01-06 Thread Gabe Black
changeset 5030d9fb0d70 in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=5030d9fb0d70 description: X86: Change indentation on microop disassembly. diffstat: 1 file changed, 1 insertion(+), 1 deletion(-) src/arch/x86/insts/static_inst.cc |2 +- diffs (19 lines): diff

[m5-dev] changeset in m5: X86: Move the function that prints memory args ...

2009-01-06 Thread Gabe Black
changeset e3a6f53818fe in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=e3a6f53818fe description: X86: Move the function that prints memory args into the inst base class. diffstat: 2 files changed, 20 insertions(+) src/arch/x86/insts/static_inst.cc | 19

Re: [m5-dev] changeset in m5: X86: Autogenerate macroop generateDisassemble f...

2009-01-06 Thread Gabe Black
These patches let you trace the macroops that go with the currently executing microops. By default, microops are traced and macroops aren't. Instructions that are neither still work the same way. That means if you don't do anything differently, you shouldn't really see a difference. If you