summaryrefslogtreecommitdiff
path: root/src/sim
AgeCommit message (Expand)Author
2006-07-19Get the path to load the ini file from. I'm not sure if this fix is needed i...Kevin Lim
2006-07-13add system.mem_mode = ['timing', 'atomic']Ali Saidi
2006-07-12memory mode information now contained in system objectAli Saidi
2006-07-10Migrate most of main() and and all option parsing to pythonNathan Binkert
2006-07-07Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmemKorey Sewell
2006-07-07Take the name of the checkpoint directory in when calling checkpoint() or res...Kevin Lim
2006-07-07Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmemKorey Sewell
2006-07-07Fix so that O3CPU doesnt segfault on exit.Korey Sewell
2006-07-06Two minor FS compile fixes.Kevin Lim
2006-07-06Change the return value of drain. False means the object wasn't able to drai...Kevin Lim
2006-07-05For now using the checkpoint or switchcpu pseudo instructions will return con...Kevin Lim
2006-07-05Remove sampler and serializer. Now they are handled through C++ interacting ...Kevin Lim
2006-07-05Rename quiesce to drain to avoid confusion with the pseudo instruction.Kevin Lim
2006-07-03Fix for FS O3CPU compile ... missing forward class declaration/header file af...Korey Sewell
2006-06-30Make O3CPU model independent of the ISAKorey Sewell
2006-06-29Merge ktlim@zizzer:/bk/newmemKevin Lim
2006-06-29Remove function that no longer can be used. We should figure out if we want ...Kevin Lim
2006-06-29Add in support for quiescing the system, taking checkpoints, restoring from c...Kevin Lim
2006-06-26remove extern "C" from the functions we all from gdb. This isn't requried and...Ali Saidi
2006-06-26add syscall emulation page table fault so we can allocate more stack pagesAli Saidi
2006-06-17include misc.hh for panicNathan Binkert
2006-06-17add mac os x fast byte swap codeAli Saidi
2006-06-17Merge zizzer:/bk/newmemAli Saidi
2006-06-17minor header cleanupsAli Saidi
2006-06-17Merge zizzer.eecs.umich.edu:/bk/newmemSteve Reinhardt
2006-06-17Fixes to compile under Cygwin.Steve Reinhardt
2006-06-17Merge zizzer.eecs.umich.edu:/bk/newmemNathan Binkert
2006-06-17remove profile.ccAli Saidi
2006-06-17Add myself to list of authorsNathan Binkert
2006-06-17Merge zizzer:/bk/newmemAli Saidi
2006-06-17Rename SWIG "main" module to "cc_main" so it'sSteve Reinhardt
2006-06-17Add --outdir option. Didn't call it "-d" sinceSteve Reinhardt
2006-06-15Merge zizzer:/bk/newmemAli Saidi
2006-06-14add a comment that should be able to pass --help after config fileAli Saidi
2006-06-13Move SimObject creation and Port connection loopsSteve Reinhardt
2006-06-13allow long opts to m5 and add a help flag back.Ali Saidi
2006-06-12Merge fixes to make full system compile and run.Kevin Lim
2006-06-11Merge zizzer.eecs.umich.edu:/bk/newmemNathan Binkert
2006-06-11Merge iceaxe.:/Volumes/work/research/m5/headNathan Binkert
2006-06-11Move LiveProcess::create() from arch-specific filesSteve Reinhardt
2006-06-09Merge vm1.(none):/home/stever/bk/newmemSteve Reinhardt
2006-06-09Move main control from C++ into Python.Steve Reinhardt
2006-06-09Authorship stuffKorey Sewell
2006-06-09Merge zizzer:/bk/newmemKorey Sewell
2006-06-09add fcntl64FuncKorey Sewell
2006-06-07Update copyright.Kevin Lim
2006-06-07Reorganization/renaming of CPUExecContext. Now it is called SimpleThread in ...Kevin Lim
2006-06-06Change ExecContext to ThreadContext. This is being renamed to differentiate ...Kevin Lim
2006-06-02Merge ktlim@zizzer:/bk/newmemKevin Lim
2006-05-31Updated Authors from bk prs infoAli Saidi