[m5-dev] Cron [EMAIL PROTECTED] /z/m5/regression/do-regression quick

2008-10-10 Thread Cron Daemon
scons: *** [build/MIPS_SE/m5.fast] Error 1 * build/ALPHA_FS/tests/fast/quick/10.linux-boot/alpha/linux/tsunami-simple-atomic-dual passed. * build/ALPHA_FS/tests/fast/quick/10.linux-boot/alpha/linux/tsunami-simple-atomic passed. *

[m5-dev] changeset in m5: X86: Split makeLinuxX86System into makeLinuxX86...

2008-10-10 Thread Gabe Black
changeset 0d14611ee1bb in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=0d14611ee1bb description: X86: Split makeLinuxX86System into makeLinuxX86System and makeX86System. diffstat: 1 file changed, 1 insertion(+), 2 deletions(-) configs/common/FSConfig.py |3 +--

[m5-dev] changeset in m5: X86: Move the smbios objects into a folder for ...

2008-10-10 Thread Gabe Black
changeset 1bd333953e49 in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=1bd333953e49 description: X86: Move the smbios objects into a folder for BIOS objects. diffstat: 7 files changed, 301 insertions(+), 269 deletions(-) src/arch/x86/SConscript |1

[m5-dev] changeset in m5: X86: Fix compilation with new eventq API.

2008-10-10 Thread Gabe Black
changeset a7892fbabd6e in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=a7892fbabd6e description: X86: Fix compilation with new eventq API. diffstat: 3 files changed, 1 insertion(+), 6 deletions(-) src/dev/x86/south_bridge/cmos.hh |2 --

[m5-dev] changeset in m5: jobfile: Add support for dictionaries as jobfil...

2008-10-10 Thread Nathan Binkert
changeset 1abb23c038d5 in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=1abb23c038d5 description: jobfile: Add support for dictionaries as jobfile options. If the same dictionary option is seen in several options, those dictionaries are composed. If you

[m5-dev] changeset in m5: misc: remove #include cassert from misc.hh si...

2008-10-10 Thread Nathan Binkert
changeset 05fd71ca96db in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=05fd71ca96db description: misc: remove #include cassert from misc.hh since not everyone needs it. diffstat: 5 files changed, 4 insertions(+), 2 deletions(-) src/arch/alpha/miscregfile.cc |1 +

[m5-dev] changeset in m5: output: Make panic/fatal/warn more flexible so ...

2008-10-10 Thread Nathan Binkert
changeset c13b446714ca in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=c13b446714ca description: output: Make panic/fatal/warn more flexible so we can add some new ones. The major thrust of this change is to limit the amount of code duplication

[m5-dev] changeset in m5: automerge

2008-10-10 Thread Nathan Binkert
changeset 94ef04e6b396 in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=94ef04e6b396 description: automerge diffstat: 14 files changed, 440 insertions(+), 278 deletions(-) configs/common/FSConfig.py |3 src/arch/x86/SConscript |1

[m5-dev] m5sim.org

2008-10-10 Thread Ali Saidi
The hardware for m5sim.org was just updated. Sorry about the downtime, everything that could have gone wrong did. Ali ___ m5-dev mailing list m5-dev@m5sim.org http://m5sim.org/mailman/listinfo/m5-dev

[m5-dev] changeset in m5: Rename the info function to inform to avoid lik...

2008-10-10 Thread Nathan Binkert
changeset e93e5b190bcc in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=e93e5b190bcc description: Rename the info function to inform to avoid likely name conflicts diffstat: 1 file changed, 1 insertion(+), 1 deletion(-) src/base/misc.hh |2 +- diffs (32 lines):

[m5-dev] changeset in m5: cprintf: properly deal with pointer types

2008-10-10 Thread Nathan Binkert
changeset 6af9ce00486e in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=6af9ce00486e description: cprintf: properly deal with pointer types diffstat: 1 file changed, 7 insertions(+) src/base/varargs.hh |7 +++ diffs (59 lines): diff -r 11a1079070b6 -r

[m5-dev] changeset in m5: swig: Add in a %rename to allow the same name t...

2008-10-10 Thread Nathan Binkert
changeset 11a1079070b6 in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=11a1079070b6 description: swig: Add in a %rename to allow the same name to appear in multiple namespaces. diffstat: 1 file changed, 3 insertions(+), 3 deletions(-) src/SConscript |6 +++---