summaryrefslogtreecommitdiff
path: root/sim
AgeCommit message (Expand)Author
2004-01-27a bunch of warning fixesNathan Binkert
2004-01-14Setup initialization callbacksNathan Binkert
2004-01-11Modify handling of serialize:dir parameter to make it more useful.Steve Reinhardt
2003-12-15Clean up time handling codeNathan Binkert
2003-12-11- Switch events to use a priority enum instead of integers.Steve Reinhardt
2003-12-11Stats & serialization tweaks & cleanup. Unserializing fromSteve Reinhardt
2003-12-10Rename RegResetCallback to registerResetCallback().Steve Reinhardt
2003-12-10Factor ExecContext::setStatus(), BaseCPU::execCtxStatusChange(),Steve Reinhardt
2003-12-09Minor fixes. Somehow do-tests.pl suddenly started failingSteve Reinhardt
2003-12-06Various cleanup. Mostly forcing initialization of some fields...Steve Reinhardt
2003-12-01Formatting & doxygen docs for new syscall emulation code.Steve Reinhardt
2003-12-01Merge zizzer:/bk/m5 into isabel.reinhardt.house:/z/stever/bk/m5Steve Reinhardt
2003-12-01Restructuring of LiveProcess etc. to support multiple emulated OS syscallSteve Reinhardt
2003-11-22We only need to choose that we do want binning, or we don't.Nathan Binkert
2003-11-14Make it so that we create a directory for each checkpoint so thatNathan Binkert
2003-11-06Little fixes to make more of the stats reset correctly.Nathan Binkert
2003-11-05Ok, actually call resetStats on all statsNathan Binkert
2003-11-05Add a virtual function resetStats() that any SimObject can inheritNathan Binkert
2003-11-05Fix stats resetNathan Binkert
2003-11-04Add the ability to track stats in user defined sets of function calls. code ...Lisa Hsu
2003-11-02Print a warning rather than failing if we're unserializing and there's anSteve Reinhardt
2003-11-02Move the m5 pseudo instructions into their own fileNathan Binkert
2003-11-02Implement more m5 pseduo opcodes:Nathan Binkert
2003-11-02deprecate the m5exit instruction and rename it to m5exit_oldNathan Binkert
2003-10-31eventq.cc, eventq.hh:Andrew Schultz
2003-10-31Changed the naming of Serializeable derived objects. Serializeable no longer...Andrew Schultz
2003-10-29Get rid of lots of obsolete mentions of stat_sdb_t.Steve Reinhardt
2003-10-29Support for Serializable non-SimObject things like events.Steve Reinhardt
2003-10-29Serialization support for Alpha TLBs, PhysicalMemory, and SimpleCPU.Steve Reinhardt
2003-10-29Flesh out ExecContext serialize/unserialize (including RegFile).Steve Reinhardt
2003-10-29Rename SERIALIZE_MEMBER to SERIALIZE_SCALAR.Steve Reinhardt
2003-10-29More progress on checkpointing... we can now write out a checkpoint and read ...Steve Reinhardt
2003-10-28Add a few configuration DPRINTFs.Steve Reinhardt
2003-10-28Get new serialization code to link.Steve Reinhardt
2003-10-28Revamp serialization to make it easier.Steve Reinhardt
2003-10-28emulate callpal halt for non FULL_SYSTEMNathan Binkert
2003-10-26Minor serialization tweaks.Steve Reinhardt
2003-10-24Make FullCPU schedule its TickEvent when one of its contexts becomes active.Steve Reinhardt
2003-10-23Merge stever@zizzer:/bk/m5 into isabel.reinhardt.house:/z/stever/bk/m5Steve Reinhardt
2003-10-23Initial support for CPU switching. New SamplingCPU object encompasses a setSteve Reinhardt
2003-10-22Changed the init_param to a uint64_t from intAndrew Schultz
2003-10-21Don't need to include sim/param.hh in sim_object.hh anymore.Steve Reinhardt
2003-10-21Created new M5 instruction to allow an integer parameter (init_param) to be s...Andrew Schultz
2003-10-20Separate the stuff for SimObject from SimObject builder.Nathan Binkert
2003-10-14MergeNathan Binkert
2003-10-14Remove all of the Tru64 specific stuff from the base System objectNathan Binkert
2003-10-13Rename full_cpu/cpu.cc,hh to full_cpu.cc,hh.Steve Reinhardt
2003-10-13Split up kernel.cc into separate files for dump_mbuf and printfNathan Binkert
2003-10-10Make things work on OpenBSD againNathan Binkert
2003-10-10Make include paths explicit and update makefile accordingly.Steve Reinhardt