Serialization support for Alpha TLBs, PhysicalMemory, and SimpleCPU.
authorSteve Reinhardt <stever@eecs.umich.edu>
Wed, 29 Oct 2003 21:35:07 +0000 (13:35 -0800)
committerSteve Reinhardt <stever@eecs.umich.edu>
Wed, 29 Oct 2003 21:35:07 +0000 (13:35 -0800)
commitaf5277a6784ed6a8e4671dfa79b1346bed687ae1
tree81d91d5bc7287b146a0b0ee796ae3b8acb7fbbcf
parent8da9fcdd751bcb74c17e72d7d0a6c7ccf259552c
Serialization support for Alpha TLBs, PhysicalMemory, and SimpleCPU.

arch/alpha/alpha_memory.cc:
arch/alpha/alpha_memory.hh:
    Serialize TLB contents.
cpu/simple_cpu/simple_cpu.cc:
cpu/simple_cpu/simple_cpu.hh:
    Complete serialization of SimpleCPU (including owned events).
sim/eventq.cc:
sim/eventq.hh:
    Basic serialization for events.
    Still need to handle dynamic events (not owned by a SimObject).
sim/serialize.cc:
sim/serialize.hh:
    Export serialization filename so PhysicalMemory can
    derive its filename from that.

--HG--
extra : convert_revision : 4db851c5880f73f576ca092d5e5ad4256048eb51
arch/alpha/alpha_memory.cc
arch/alpha/alpha_memory.hh
cpu/simple_cpu/simple_cpu.cc
cpu/simple_cpu/simple_cpu.hh
sim/eventq.cc
sim/eventq.hh
sim/serialize.cc
sim/serialize.hh