gem5/sim
Steve Reinhardt 2ac054386d Print a warning rather than failing if we're unserializing and there's an
object in the config that was not in the checkpointed config.
This code compiles, but I haven't tested it... I'm committing it so Ron
can have it.  Should not effect anything that currently works.

base/inifile.cc:
base/inifile.hh:
    Add sectionExists() method so you can query whether a section exists
    without knowing any of the entry names that would be in it.
sim/serialize.cc:
sim/serialize.hh:
    Add Checkpoint::sectionExists() (pass through to IniFile).

--HG--
extra : convert_revision : 905db122afdfe55946ab8493ccac0b1e715bc7c6
2003-11-02 21:49:15 -08:00
..
async.hh Import changeset 2003-10-07 10:41:54 -04:00
builder.cc Separate the stuff for SimObject from SimObject builder. 2003-10-20 20:17:01 -04:00
builder.hh Separate the stuff for SimObject from SimObject builder. 2003-10-20 20:17:01 -04:00
debug.cc Implement more m5 pseduo opcodes: 2003-11-02 18:02:58 -05:00
debug.hh Import changeset 2003-10-07 10:41:54 -04:00
eventq.cc Implement more m5 pseduo opcodes: 2003-11-02 18:02:58 -05:00
eventq.hh eventq.cc, eventq.hh: 2003-10-31 22:09:18 -05:00
host.hh Import changeset 2003-10-07 10:41:54 -04:00
main.cc Implement more m5 pseduo opcodes: 2003-11-02 18:02:58 -05:00
param.cc Support for Serializable non-SimObject things like events. 2003-10-29 21:45:39 -08:00
param.hh Get rid of lots of obsolete mentions of stat_sdb_t. 2003-10-29 22:22:03 -08:00
prog.cc Make FullCPU schedule its TickEvent when one of its contexts becomes active. 2003-10-24 23:02:36 -07:00
prog.hh Initial support for CPU switching. New SamplingCPU object encompasses a set 2003-10-23 19:07:52 -07:00
serialize.cc Print a warning rather than failing if we're unserializing and there's an 2003-11-02 21:49:15 -08:00
serialize.hh Print a warning rather than failing if we're unserializing and there's an 2003-11-02 21:49:15 -08:00
sim_events.cc Move the m5 pseudo instructions into their own file 2003-11-02 20:43:39 -05:00
sim_events.hh Move the m5 pseudo instructions into their own file 2003-11-02 20:43:39 -05:00
sim_exit.hh Move the m5 pseudo instructions into their own file 2003-11-02 20:43:39 -05:00
sim_object.cc Changed the naming of Serializeable derived objects. Serializeable no longer has 2003-10-31 17:32:04 -05:00
sim_object.hh Changed the naming of Serializeable derived objects. Serializeable no longer has 2003-10-31 17:32:04 -05:00
sim_time.cc Make things work on OpenBSD again 2003-10-10 22:59:51 -04:00
sim_time.hh Make things work on OpenBSD again 2003-10-10 22:59:51 -04:00
system.cc Merge stever@zizzer:/bk/m5 into isabel.reinhardt.house:/z/stever/bk/m5 2003-10-23 19:09:18 -07:00
system.hh Merge stever@zizzer:/bk/m5 into isabel.reinhardt.house:/z/stever/bk/m5 2003-10-23 19:09:18 -07:00
universe.cc Implement more m5 pseduo opcodes: 2003-11-02 18:02:58 -05:00