python: Flush the simulation stdout/stderr buffers
[gem5.git] / src / python / m5 / simulate.py
2020-09-29 Bobby R. Brucepython: Flush the simulation stdout/stderr buffers
2020-07-04 Bobby R. Brucemisc: Merged m5ops_base hotfix into develop
2020-06-08 Bobby R. Brucemisc: Merge hotfix v20.0.0.2 into develop
2020-06-02 Bobby R. Brucemisc: Merge branch version update into develop
2020-06-02 Bobby R. Brucemisc: Merge in 'hotfix-m5-tick-rounding-error'
2020-05-28 Bobby R. BruceMerge branch 'release-staging-v20.0.0.0' into develop
2020-05-28 Bobby R. Brucemisc: Merge branch 'release-staging-v20.0.0.0' into...
2020-05-20 Michiel W. van Tolpython: Make DOT config generation optional
2020-02-26 Bobby R. Brucemisc: merge branch 'release-staging-v19.0.0.0' into...
2020-02-24 Bobby R. Brucemisc: Merged release-staging-v19.0.0.0 into develop
2020-02-17 Gabe Blackpython: Delete authors lists from the python directory.
2019-08-29 Andreas Sandbergstats: Add support for hierarchical stats
2019-05-20 Tiago Muckmisc: Added dot_writer for Ruby's network topology
2019-02-23 Andreas Sandbergpython: Enforce absolute imports for Python 3 compatibility
2019-02-12 Andreas Sandbergpython: Switch to using open instead of file
2019-02-12 Andreas Sandbergpython: Make exception handling Python 3 safe
2018-03-06 Gabe Blackscons: Switch from the print statement to the print...
2017-05-09 Gabe Blackmisc: Expose the listener loopbackOnly function to...
2017-05-02 Andreas Sandbergpython: Remove SWIG
2017-01-27 Andreas Sandbergpython: Move native wrappers to the _m5 namespace
2016-04-06 Sascha Bischoffmisc: Bail out of DVFS dot if we cannot resolve the...
2015-12-15 Sascha Bischoffmisc: Add secondary dot output for DVFS domains
2015-11-26 Andreas Sandbergsim: Add support for forking
2015-11-26 Andreas Sandbergsim: Add support for notifying Drainable objects of...
2015-07-07 Andreas Sandbergsim: Decouple draining from the SimObject hierarchy
2015-07-07 Andreas Sandbergpython: Remove redundant drain when changing memory...
2014-10-11 Andrew Lukefahrsim: draining bug for fast-forwaring multiple cores stable_2014_12_14
2014-01-24 Matt Horsnellbase: add support for probe points and common probes
2013-12-03 Nilay Vaishsim: reset stats after startup
2013-11-25 Steve Reinhardt... sim: simulate with multiple threads and event queues
2013-11-14 Steve Reinhardttests: suppress output on switcheroo tests
2013-07-18 Andreas Hanssonsim: Make MaxTick in Python match the one in C++
2013-02-15 Andreas Sandbergsim: Add a system-global option to bypass caches
2013-02-15 Andreas Sandbergconfig: Move CPU handover logic to m5.switchCpus()
2013-01-07 Andreas Sandbergcpu: Introduce sanity checks when switching between...
2012-11-02 Andreas Sandbergsim: Add drain methods to request additional cleanup...
2012-11-02 Andreas Sandbergpython: Rename doDrain()->drain() and make it do the...
2012-11-02 Andreas Sandbergsim: Reuse the code to change memory mode.
2012-11-02 Andreas Sandbergsim: Move the draining interface into a separate base...
2012-11-02 Andreas SandbergPartly revert [4f54b0f229b5] and move draining to m5...
2012-09-25 Sascha BischoffStatistics: Add a function to configure periodic stats...
2012-09-25 Andreas Sandbergsim: Move CPU-specific methods from SimObject to the...
2012-09-25 Andreas Sandbergsim: Remove SimObject::setMemoryMode
2012-09-13 Joel HestnessStandard Switch: Drain the system before switching...
2012-09-07 Andreas Sandbergsim: Remove the unused SimObject::regFormulas method
2012-05-10 Uri WienerDOT: improved dot-based system visualization
2012-05-10 Uri WienerDOT: fixed broken code for visualizing configuration...
2012-01-16 Gabe BlackMerge yet again with the main repository.
2012-01-10 Ali SaidiAutomated merge with ssh://repo.gem5.org/gem5
2012-01-10 Ali Saidiconfig: Fix json output for Python lt 2.6.
2012-01-10 Ali Saidiconfig: support outputing a pickle of the configuration...
2011-05-12 Nathan Binkertstats: move code that loops over all stats into python
2011-04-21 Nathan Binkertfix some build problems from prior changesets
2011-04-15 Nathan Binkertpython: cleanup python code so stuff doesn't automatica...
2011-01-08 Steve ReinhardtReplace curTick global variable with accessor functions.
2010-08-17 Steve Reinhardtmisc: add some AMD copyright notices
2010-08-17 Steve Reinhardtsim: revamp unserialization procedure
2010-08-17 Steve Reinhardtsim: fold checkpoint restore code into instantiate()
2010-08-17 Steve Reinhardtsim: clean up child handling
2010-08-17 Steve Reinhardtsim: move iterating over SimObjects into Python.
2010-08-17 Steve Reinhardtsim: make Python Root object a singleton
2010-07-06 Steve Reinhardtsim: fold StartupCallback into SimObject
2010-02-23 Lisa Hsustats: this makes some fixes to AverageStat and Average...
2010-01-19 Derek Howermerge
2009-09-22 Nathan Binkertpython: Move more code into m5.util allow SCons to...
2009-04-06 Gabe BlackMerge ARM into the head. ARM will compile but may not...
2009-03-06 Nathan Binkertstats: create an enable phase, and a prepare phase.
2008-12-08 Nathan Binkertoutput: Change default output directory and files and...
2008-08-04 Nathan Binkertsockets: Add a function to disable all listening sockets.
2007-08-30 Miles Kaufmannpython: Write configuration file without reassigning...
2007-08-05 Gabe BlackMerge with head.
2007-08-04 Nathan Binkertswitching: Remove the drain and resume code from the...
2007-08-04 Nathan Binkertpython: use the enum values in the memory mode changing...
2007-08-03 Steve Reinhardtmerge from head
2007-08-03 Gabe BlackMerge with head.
2007-08-03 Nathan Binkertpython: Improve support for python calling back to...
2007-08-02 Gabe BlackMerge with head.
2007-08-02 Ali Saidimerge, no manual changes
2007-08-02 Nathan Binkertpython: need to import objects to make some calls work
2007-07-27 Nathan BinkertMerge python and x86 changes with cache branch
2007-07-24 Gabe BlackMerge with head.
2007-07-24 Nathan BinkertMajor changes to how SimObjects are created and initial...