-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviews.gem5.org/r/1570/
-----------------------------------------------------------

Review request for Default.


Description
-------

Changeset 9419:c2165ff5949c
---------------------------
cpu: Unify the serialization code for all of the CPU models

Cleanup the serialization code for the simple CPUs and the O3 CPU. The
CPU-specific code has been replaced with a (un)serializeThread that
serializes the thread state / context of a specific thread. Assuming
that the thread state class uses the CPU-specific thread state uses
the base thread state serialization code, this allows us to restore a
checkpoint with any of the CPU models.


Diffs
-----

  src/cpu/base.hh 844f9e724343 
  src/cpu/base.cc 844f9e724343 
  src/cpu/o3/cpu.hh 844f9e724343 
  src/cpu/o3/cpu.cc 844f9e724343 
  src/cpu/simple/atomic.cc 844f9e724343 
  src/cpu/simple/base.hh 844f9e724343 
  src/cpu/simple/base.cc 844f9e724343 
  src/cpu/simple/timing.cc 844f9e724343 

Diff: http://reviews.gem5.org/r/1570/diff/


Testing
-------


Thanks,

Ali Saidi

_______________________________________________
gem5-dev mailing list
gem5-dev@gem5.org
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to