summaryrefslogtreecommitdiff
path: root/src/sim/sim_events.cc
AgeCommit message (Expand)Author
2011-09-22event: minor cleanupSteve Reinhardt
2011-01-07Replace curTick global variable with accessor functions.Steve Reinhardt
2011-01-07sim: clean up CountedDrainEvent slightly.Steve Reinhardt
2011-01-07sim: delete unused CheckSwapEvent code.Steve Reinhardt
2011-01-07pseudoinst: get rid of mainEventQueue references.Steve Reinhardt
2010-07-05sim: fold StartupCallback into SimObjectSteve Reinhardt
2008-10-09eventq: convert all usage of events to use the new API.Nathan Binkert
2008-07-10eventq: Clean up the Event class so that it uses fewer bytes. ThisNathan Binkert
2008-02-06Make the Event::description() a const functionStephen Hines
2007-07-23Major changes to how SimObjects are created and initialized. Almost allNathan Binkert
2007-03-06Move all of the parameters of the Root SimObject so they areNathan Binkert
2006-10-06there are two main thrusts of this changeset.Lisa Hsu
2006-07-05Rename quiesce to drain to avoid confusion with the pseudo instruction.Kevin Lim
2006-06-29Add in support for quiescing the system, taking checkpoints, restoring from c...Kevin Lim
2006-06-09Move main control from C++ into Python.Steve Reinhardt
2006-05-31Updated Authors from bk prs infoAli Saidi
2006-05-22New directory structure:Steve Reinhardt