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

Review request for Default.


Repository: gem5


Description
-------

Changeset 11054:6de1c3b26177
---------------------------
sim: Remove broken AutoSerialize support from the event queue

Event auto-serialization no longer in use and has been broken ever
since the introduction of PDES support almost two years
ago. Additionally, serializing the individual event queues is
undesirable since it exposes the thread structure of the
simulator. What this means in practice is that the number of threads
in the simulator must be the same when taking a checkpoint and when
loading the checkpoint.

This changeset removes support for the AutoSerialize event flag and
the associated serialization code.


Diffs
-----

  src/sim/eventq.hh 110cce93d398 
  src/sim/eventq.cc 110cce93d398 
  src/sim/serialize.hh 110cce93d398 
  src/sim/serialize.cc 110cce93d398 

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


Testing
-------

Regressions pass.


Thanks,

Andreas Sandberg

_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to