[m5-dev] changeset in m5: X86: Create SimObjects in python and C++ to rep...

2008-10-10 Thread Gabe Black
changeset 31eac202dbd1 in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=31eac202dbd1 description: X86: Create SimObjects in python and C++ to represent the ACPI system description tables. diffstat: 4 files changed, 176 insertions(+), 1 deletion(-) src/arch/x86/bios/ACPI

[m5-dev] changeset in m5: X86: Make the time on the RTC configurable.

2008-10-10 Thread Gabe Black
changeset d04fa4674b1b in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=d04fa4674b1b description: X86: Make the time on the RTC configurable. diffstat: 1 file changed, 1 deletion(-) src/dev/x86/south_bridge/cmos.hh |1 - diffs (62 lines): diff -r ea7d3676ac8d -r d04

[m5-dev] changeset in m5: X86: Create SimObjects in python and C++ to rep...

2008-10-10 Thread Gabe Black
changeset ea7d3676ac8d in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=ea7d3676ac8d description: X86: Create SimObjects in python and C++ to represent the Intel MP tables. diffstat: 6 files changed, 523 insertions(+) src/arch/x86/X86System.py|1 src/arch/x86/bi

[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): diff

[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 6af9ce0048

[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 +++--- diff

Re: [m5-dev] m5sim.org

2008-10-10 Thread Steve Reinhardt
Thanks! On Fri, Oct 10, 2008 at 5:30 PM, Ali Saidi <[EMAIL PROTECTED]> wrote: > 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

[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: 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 s

[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 surrounding

[m5-dev] changeset in m5: gdb: add a debugging function that enters the p...

2008-10-10 Thread Nathan Binkert
changeset 4b50a0d875da in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=4b50a0d875da description: gdb: add a debugging function that enters the python interpreter. diffstat: 0 files changed diffs (33 lines): diff -r 1abb23c038d5 -r 4b50a0d875da src/sim/debug.cc --- a/s

[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 de

[m5-dev] changeset in m5: misc: remove #include 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 from misc.hh since not everyone needs it. diffstat: 5 files changed, 4 insertions(+), 2 deletions(-) src/arch/alpha/miscregfile.cc |1 + src/arch/

[m5-dev] changeset in m5: python: Add a utility for nested attribute dicts.

2008-10-10 Thread Nathan Binkert
changeset 04b9d1e7ef2c in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=04b9d1e7ef2c description: python: Add a utility for nested attribute dicts. Change attrdict so that attributes that begin with an underscore don't go into the dict. diffstat: 1 file c

[m5-dev] changeset in m5: X86: Turn SMBios structures into simobjects.

2008-10-10 Thread Gabe Black
changeset 1c4b9b1aa500 in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=1c4b9b1aa500 description: X86: Turn SMBios structures into simobjects. diffstat: 7 files changed, 78 insertions(+), 7 deletions(-) configs/common/FSConfig.py |2 + src/arch/x86/X86System.py |

[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 +-- diff

[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 src/arch/x86

[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 -- src/dev/x86/south_brid

[m5-dev] changeset in m5: X86: Add a couple comments to the bios SConscript

2008-10-10 Thread Gabe Black
changeset 2e7dbd0c4a2b in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=2e7dbd0c4a2b description: X86: Add a couple comments to the bios SConscript diffstat: 1 file changed, 2 insertions(+) src/arch/x86/bios/SConscript |2 ++ diffs (14 lines): diff -r 0d14611ee1bb -

[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. * build/ALPHA_FS/tests/fast/quick/10.linux-boot/alpha/