util: make a generic checkpoint aggregator that can aggregate different cpts into...
authorLisa Hsu <Lisa.Hsu@amd.com>
Mon, 18 Jan 2010 22:30:31 +0000 (14:30 -0800)
committerLisa Hsu <Lisa.Hsu@amd.com>
Mon, 18 Jan 2010 22:30:31 +0000 (14:30 -0800)
commit4a40ac71f8679ea7c15efb45afd522bf4d3b3e73
tree7ae31986310c950b4e0565cb7f35bcacf4e3634b
parent8b4e8690b73f61ae0bb2cb052ec56f58d1d531e2
 util: make a generic checkpoint aggregator that can aggregate different cpts into one multi-programmed cpt. Make minor changes to serialization/unserialization to get it to work properly. Note that checkpoints were made with a comment at the beginning with // - this must be changed to ## to work properly with the python config parser in the aggregator.
src/mem/page_table.cc
src/sim/serialize.cc
util/checkpoint-aggregator.py [new file with mode: 0755]