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

2014-06-03 Thread Cron Daemon via gem5-dev
* build/ALPHA/tests/opt/quick/se/00.hello/alpha/linux/inorder-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. *

Re: [gem5-dev] Can gem5 run KVM now?

2014-06-03 Thread Ali Saidi via gem5-dev
The KvmCpu is used to fast-forward the simulation using Kvm as the execution host, not gem5 hosting a Kvm. In theory much of the support for virtualization has been added to ARM (32-bit) support in gem5, but I can't say it's been throughly tested. You could always try to boot a kernel with KVM

[gem5-dev] Review Request 2282: scons: Bump the compiler version to gcc 4.6 and clang 3.0

2014-06-03 Thread Andreas Hansson via gem5-dev
--- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/2282/ --- Review request for Default. Repository: gem5 Description --- Changeset

[gem5-dev] Review Request 2284: mem: Add bank and rank indices as fields to the DRAM bank

2014-06-03 Thread Andreas Hansson via gem5-dev
--- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/2284/ --- Review request for Default. Repository: gem5 Description --- Changeset

[gem5-dev] Review Request 2285: mem: DRAMPower trace output

2014-06-03 Thread Andreas Hansson via gem5-dev
--- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/2285/ --- Review request for Default. Repository: gem5 Description --- Changeset

[gem5-dev] Review Request 2286: mem: DRAMPower trace formatting script

2014-06-03 Thread Andreas Hansson via gem5-dev
--- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/2286/ --- Review request for Default. Repository: gem5 Description --- Changeset

Re: [gem5-dev] Review Request 2282: scons: Bump the compiler version to gcc 4.6 and clang 3.0

2014-06-03 Thread Anthony Gutierrez via gem5-dev
--- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/2282/#review5123 --- Ship it! Ship It! - Anthony Gutierrez On June 3, 2014, 4:33 p.m.,

Re: [gem5-dev] Review Request 2282: scons: Bump the compiler version to gcc 4.6 and clang 3.0

2014-06-03 Thread Steve Reinhardt via gem5-dev
--- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/2282/#review5124 --- Ship it! Looks good other than typo in comment... SConstruct

[gem5-dev] changeset in gem5: style: eliminate equality tests with true and...

2014-06-03 Thread Steve Reinhardt via gem5-dev
changeset cb2e6950956d in /z/repo/gem5 details: http://repo.gem5.org/gem5?cmd=changeset;node=cb2e6950956d description: style: eliminate equality tests with true and false Using '== true' in a boolean expression is totally redundant, and using '== false' is pretty verbose

Re: [gem5-dev] testing mwait patch (review 1622) - follow up

2014-06-03 Thread Joel Hestness via gem5-dev
Hey Marc, Just wondering if there has been any progress on this. It looks like the Review and mwait test program conversations petered out about a year ago. Thanks! Joel On Sat, Feb 16, 2013 at 3:56 PM, Marc Orr marc@gmail.com wrote: On review 1622