summaryrefslogtreecommitdiff
path: root/src/python
AgeCommit message (Expand)Author
2008-10-06python: cleanup options parsing stuff so that it properly deals with defaults.Nathan Binkert
2008-09-29Make overriding port assignments in Python work,Steve Reinhardt
2008-09-10style: Remove non-leading tabs everywhere they shouldn't be. Developers shoul...Ali Saidi
2008-08-04Make time format in 'started' line same as 'compiled'.Steve Reinhardt
2008-08-04Get rid of outputStream... wasn't really being usedSteve Reinhardt
2008-08-04Add -r/-e options to redirect stdout/stderr.Steve Reinhardt
2008-08-03sockets: Add a function to disable all listening sockets.Nathan Binkert
2008-08-03libm5: Create a libm5 static library for embedding m5.Nathan Binkert
2008-07-31scons: Get rid of generate.py in the build system.Nathan Binkert
2008-07-23RemoteGDB: add an m5 command line option for setting or disabling remote gdb.Michael Adler
2008-06-24Automated merge with http://repo.m5sim.org/m5-stableAli Saidi
2008-06-24Checkpoinging/SWIG: Undo part of changeset 5464 since it broke checkpointing.Ali Saidi
2008-06-18imported patch sim_object_params.diffNathan Binkert
2008-06-15params: Prevent people from setting attributes on vector params.Nathan Binkert
2008-06-15add compile flags to m5Nathan Binkert
2008-06-14Command line option to print out List of SimObjects and their parametersNathan Binkert
2008-06-14main: add .m5/options.py processing. This file is processed beforeNathan Binkert
2008-06-14Add .m5 configuration directoryNathan Binkert
2008-06-14python: Separate the options parsing stuff. Remove options parsing stuff fromNathan Binkert
2008-06-14params: Fix the memory bandwidth parameterNathan Binkert
2008-06-14params: Fix floating point parametersNathan Binkert
2008-06-14python: Move various utility classes into a new m5.util package soNathan Binkert
2008-06-14Fix various SWIG warningsNathan Binkert
2008-06-14scons: proper fix for hg version stuffNathan Binkert
2008-06-13scons: fix program_info.cc generationNathan Binkert
2008-06-13HG: Add compiled hg revision and date to the standard M5 output.Ali Saidi
2008-06-12Params: Allow nested namespaces in cxx_namespaceGabe Black
2008-06-12Params: Remove an unnecessary include.Gabe Black
2008-02-11Update copyright datesAli Saidi
2007-11-12Params: Fix check for cycles in the configuration and clarify the comments/er...Gabe Black
2007-11-08Python: Allow a range to be a python tuple/list.Ali Saidi
2007-11-04TraceFlags: Fix off-by-one error with number of traceflags.Ali Saidi
2007-10-31String constant const-ness changes to placate g++ 4.2.Steve Reinhardt
2007-10-31Traceflags: Add SCons function to created a traceflag instead of having one f...Ali Saidi
2007-09-04Serialization: Fix unserialization of object pointersAli Saidi
2007-09-04Config: Remove some ini file code that no longer worksAli Saidi
2007-08-30python: Write configuration file without reassigning sys.stdout.Miles Kaufmann
2007-08-30params: Deprecate old-style constructors; update most SimObject constructors.Miles Kaufmann
2007-08-30python: Eliminate the Python use of eval() and frame manipulationMiles Kaufmann
2007-08-17Ports: Only try to do EthPort stuff in full system.Ali Saidi
2007-08-16Devices: Make EtherInts connect in the same way memory ports currently do.Ali Saidi
2007-08-13python: make the DictImporter's unload() work in any context.Nathan Binkert
2007-08-04switching: Remove the drain and resume code from the switching code.Nathan Binkert
2007-08-04python: use the enum values in the memory mode changing codeNathan Binkert
2007-08-04swig: %include all of the enums to get all of the definitions.Nathan Binkert
2007-08-04python: provide access to statsNathan Binkert
2007-08-02python: Improve support for python calling back to C++ member functions.Nathan Binkert
2007-08-02python: fix m5.build_env variable.Nathan Binkert
2007-08-02python: need to import objects to make some calls workNathan Binkert
2007-08-02main: expose the build information as a simple command line parameterNathan Binkert