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

2014-10-07 Thread Cron Daemon via gem5-dev
* build/ALPHA/tests/opt/quick/se/00.hello/alpha/linux/minor-timing passed. * build/ALPHA/tests/opt/quick/se/00.hello/alpha/linux/o3-timing passed. * build/ALPHA/tests/opt/quick/se/00.hello/alpha/linux/simple-atomic passed. *

[gem5-dev] DRAMPower patches ready to go

2014-10-07 Thread Andreas Hansson via gem5-dev
Hi all, I would like to push the following patches as soon as possible. http://reviews.gem5.org/r/2450/ http://reviews.gem5.org/r/2451/ http://reviews.gem5.org/r/2452/ http://reviews.gem5.org/r/2453/ http://reviews.gem5.org/r/2454/ http://reviews.gem5.org/r/2455/ In essence these patches

Re: [gem5-dev] Re; Extending x86 with SSE and AVX support

2014-10-07 Thread Steve Reinhardt via gem5-dev
I don't think there's a detailed list of what's implemented and what's not. If you search in x86/isa/decoder for WarnUnimpl and FailUnimpl you'll see quite a few instructions listed. Generally we implement instructions as we run into the need for them though, so it may not be worth the effort to

Re: [gem5-dev] Review Request 2442: dev: Use shared_ptr for EthPacketData

2014-10-07 Thread Steve Reinhardt via gem5-dev
On Oct. 1, 2014, 4:37 p.m., Steve Reinhardt wrote: Are the bool cast operators being used anywhere? It looks like you put them in, but then do the 'ptr != nullptr' thing everywhere we need a bool, so I'm wondering if they're useful. How about replacing the cast operator with 'bool