gem5/sim
Steve Reinhardt 8da9fcdd75 Flesh out ExecContext serialize/unserialize (including RegFile).
Add support for serializing enums.

arch/alpha/isa_traits.hh:
    Add serialize/unserialize functions for RegFile
    (defined in new isa_traits.cc).
cpu/exec_context.cc:
    Flesh out serialize/unserialize.
sim/serialize.hh:
    Add {UN}SERIALIZE_ENUM().

--HG--
extra : convert_revision : 9e30c7e7b3b290dc8ea0888ba3636fc93ee89052
2003-10-29 08:50:25 -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 Make include paths explicit and update makefile accordingly. 2003-10-10 11:09:00 -07:00
debug.hh Import changeset 2003-10-07 10:41:54 -04:00
eventq.cc Rename SERIALIZE_MEMBER to SERIALIZE_SCALAR. 2003-10-29 00:46:26 -08:00
eventq.hh Revamp serialization to make it easier. 2003-10-28 12:55:12 -08:00
host.hh Import changeset 2003-10-07 10:41:54 -04:00
main.cc Separate the stuff for SimObject from SimObject builder. 2003-10-20 20:17:01 -04:00
param.cc Add a few configuration DPRINTFs. 2003-10-28 23:24:40 -08:00
param.hh Get new serialization code to link. 2003-10-28 17:48:10 -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 More progress on checkpointing... we can now write out a checkpoint and read it back in, 2003-10-29 00:41:24 -08:00
serialize.hh Flesh out ExecContext serialize/unserialize (including RegFile). 2003-10-29 08:50:25 -08:00
sim_events.cc emulate callpal halt for non FULL_SYSTEM 2003-10-28 10:05:58 -05:00
sim_events.hh emulate callpal halt for non FULL_SYSTEM 2003-10-28 10:05:58 -05:00
sim_exit.hh Import changeset 2003-10-07 10:41:54 -04:00
sim_object.cc Separate the stuff for SimObject from SimObject builder. 2003-10-20 20:17:01 -04:00
sim_object.hh Don't need to include sim/param.hh in sim_object.hh anymore. 2003-10-21 21:32:15 -07: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 Make include paths explicit and update makefile accordingly. 2003-10-10 11:09:00 -07:00